Hyperlink Field Contents Displayed as String

  • Thread starter Thread starter EJ Williams
  • Start date Start date
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
 
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
 
Back
Top