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!

setting up hotlink to web address

Status
Not open for further replies.

alvinmcg

Technical User
Oct 21, 2003
24
US
I would like to add a field to a table/form which includes a link to a website. How/can I set up such a link that will work by simply clicking on the link?

Alvin
 
Alvin,

Paradox 9 and later versions provide support for hyperlinks in tables, but those are launched only when you are not in Edit mode.

While this makes sense from a developer's perspective, end-users have been known to have trouble remembering to exit Edit mode before trying to launch their hyperlinks.

Because of this, I've generally found it best to turn off the built-in hyperlinking (through the Preferences) and then use ObjectPAL to launch the user's web browser from a button's pushButton() event.

There are several ways to launch a user's web browser. You'll find contains examples of the most common techniques.

Once you've determined the best way to launch the user's web browser for your version of Windows and Paradox, simply modify the code to use the value in your data field as the web address.

Hope this helps...

-- Lance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top