Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hyperlink Formula ?

Status
Not open for further replies.

ajacode

Technical User
Aug 21, 2002
66
US
In Crystal 8.5 using the ActiveX Viewer on IIS5

We have a hyperlink which we wanted to use but make it non specific for the server

We have tried Localhost but that does not seem to work

Hardcoding and Naming a specific server works

This does not

**********

Using Crystal Syntax we have

stringVar strCaseID := Replace (ToText({?@CaseID}),"," ,"" );

stringVar strLink := " & strCaseID;
**************

But it doesn't like the "localhost" reference

Any Ideas....

Thanks

AJA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top