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
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