hyperlink on form

dhunter

Registered User.
Local time
Today, 08:56
Joined
Jul 1, 2009
Messages
26
I have a text box on a subform where a user can enter a hyperlink to another application (called sales logix that is what the slx stands for below.) However when I click on the link it doesn't do anything. In the properties tab the "Is Hyperlink" is set to yes. Here is two different formats for paths that I have used:

slx:ACCOUNT/AHT5VA0001C1
slx://ACCOUNT/AHT5VA0001C1

Any advice is appreciated.
 
I have a text box on a subform where a user can enter a hyperlink to another application (called sales logix that is what the slx stands for below.) However when I click on the link it doesn't do anything. In the properties tab the "Is Hyperlink" is set to yes. Here is two different formats for paths that I have used:

slx:ACCOUNT/AHT5VA0001C1
slx://ACCOUNT/AHT5VA0001C1

Any advice is appreciated.

maybe you can use followhyperlink(). how about with the onclick event, do this:
PHP:
application.followhyperlink me.textbox
just an alternative
 

Users who are viewing this thread

Back
Top Bottom