Hyperlinking Tags

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I have a form which displays a link to a plain text file that's stored
seperately in a client's folder. Instead of it displaying as a path is there
some sort of a tag I can wrap it in so the text "Router Configuration" is all
that shows on the form?

cheers guys
 
Hi Nick

If the path doesn't change you could try setting the Hyperlink Address of
the label so that when you click on it opens a specific text file (set the
caption property to display whatever you like to the user). If you need to
change the address or base it on a value in a field you could do change the
label address with some simple code.

HTH

Jamie
 
Back
Top