Hi All,
I have a hyperlink wherein the url would differ based on the sytem it is running.
eg on development system, it would be http://<development>:<port>/.....
on test system, it would be http://<test>:<port>/.....
on production system, it would be http://<production>:<port>/.....
Is there a way in VC to get the server name dynamically based on the system on which the application is running.?
Regards,
Murtuza