View Full Version : Editing Hyperlinks in PopUp mode


cstaab
02-14-2000, 07:41 AM
I have a form to open up in PopUp mode. When you are not in PopUp mode and you right-click on a hyperlink field, go to Hyperlink>, and then Edit Hyperlink... Here you have the ability to use the browse option to path to the file you want to link to. However when you set the PopUp property to true on the form, the ability to use the browse option is taken away. The Pop-Up is necessary. Is there anyway to access the browse option and then place the selected path in a text box. Any thoughts or workaround ideas.

cstaab
02-17-2000, 11:15 AM
I found a piece of workaround code that brought up a "browse" window and the user can path to the file that they want to hyperlink to and then put that value in the hyperlink textbox. If anyone needs this code let me know.