jrmellis
05-14-2002, 09:53 PM
Is it possible to hyperlink to section in a form, like a bookmark? If so, how and if not what is the best way?
|
View Full Version : Hyperlink jrmellis 05-14-2002, 09:53 PM Is it possible to hyperlink to section in a form, like a bookmark? If so, how and if not what is the best way? Fornatian 05-14-2002, 11:45 PM Look at the SetFocus method which will allow you to jump to a specific control. I can't remember if it will scroll the screen though Ian jrmellis 05-15-2002, 10:53 AM Thanks, but this is a lot of text which cannot be put in a text box and setFocus does not work with labels. You see I have these word documents that I have to display. Within these documents are hyperlinks to some figures. I do not want to display them in Word as I do not want the Word bars etc. so I thought that I could do them all in a form and jump to the relevant area of the form as needed. Any help? |