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 work
This 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....
IF you have a Basic Syntax could you provide the Basic Version of the Above ?
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 work
This 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....
IF you have a Basic Syntax could you provide the Basic Version of the Above ?
Thanks
AJA