Thenolos
Technical User
- Jul 15, 2004
- 38
Howdy,
I'm creating a Microsoft Access 97 application that browses through a website and gathers information. When going from page to page it encounters a dialog box asking for some basic information. I have an API function that deals with the dialog box beautifully. The problem I'm having is that when the dialog box is encountered, Access hangs, waiting for it to be dealt with before continuing code execution.
I need to work something out so that my function can be called to deal with the dialog box... but access seems to want the dialog box to be dismissed before it will call the code that dismisses it.
Anyone have any ideas on how I can get access to go ahead and run the code to deal with the dialog box?
I'm creating a Microsoft Access 97 application that browses through a website and gathers information. When going from page to page it encounters a dialog box asking for some basic information. I have an API function that deals with the dialog box beautifully. The problem I'm having is that when the dialog box is encountered, Access hangs, waiting for it to be dealt with before continuing code execution.
I need to work something out so that my function can be called to deal with the dialog box... but access seems to want the dialog box to be dismissed before it will call the code that dismisses it.
Anyone have any ideas on how I can get access to go ahead and run the code to deal with the dialog box?