I see that rb11 now has a Hyperlink property. Is there an Onclick event for that too? How is this supposed to work other than the visual effect? Thanks
Once a valid web or email address is entered into the HyperLink property of the text object, it then automatically becomes clickable on the preview screen or PDF doc and will open the default browser/email client.
Thanks for your speedy response. I thought that may be was a substitute to OnDrawCommandClick to get the text under the cursor. In my case I use it to link to Customers in my Database and not to the web. How about adding a OnHyperlinkClick in the future that way we get the Visual effect and the functionality?
If you remove the text from the HyperLink property, you can take complete control over the clicking of the text object using the OnDrawCommandClick event.
Comments
Once a valid web or email address is entered into the HyperLink property of
the text object, it then automatically becomes clickable on the preview
screen or PDF doc and will open the default browser/email client.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
OnDrawCommandClick to get the text under the cursor. In my case I use it to
link to Customers in my Database and not to the web. How about adding a
OnHyperlinkClick in the future that way we get the Visual effect and the
functionality?
control over the clicking of the text object using the OnDrawCommandClick
event.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com