Hyperlink Field Contents Displayed as String

E

EJ Williams

I am attempting to display a hyperlink drawn from a field in a table using
DLookup. The Textbox control is displaying this as the literal text
"(e-mail address removed)#mailto:[email protected]#". I thought that setting
the IsHyperlink property to true would coerce this to the proper display but
it does not.

Is there a simple way to fix?

Thanks,

Eric
 
E

EJ Williams

I am working around this for now by using HyperlinkPart to extract the
address only and display it in the control. This is only populating the
display text portion of the control so I have to manually navigate to the
link using the FollowHyperlink method of the Application on the click event.

This is extremely cludgey so if anyone knows what my problem is please make
a suggestion.

Thanks,

Eric
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top