View Full Version : Hyperlinks as user interface


Databasenow
07-04-2000, 05:46 AM
I am using hyperlinks as a user interface, and it is working great - it makes for user-friendly navigation.

HOWEVER, if the user clicks on a hyperlink, say, to open another form, the form is not the active window. clicking on a hyperlink automatically goes into web browser mode. The end result is a modal form open, but not active, with the web browser open "behind" it & active.

I have tried to use macros to "SelectObject" or "GoToControl" but none of them work. I would appreciate advice on making the newly-opened form the active window. Thanks in advance...

ingvar68
07-05-2000, 12:30 AM
becuse your form wtih hyperlink is PopUp form & another form is no PopUp.

Databasenow
07-05-2000, 06:20 AM
That's not the problem. The hyperlinks are opening forms with PopUp and Modal properties set to Yes.