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?
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
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.