Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

code hung up at dialog box

Status
Not open for further replies.

Thenolos

Technical User
Jul 15, 2004
38
0
0
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top