cj92713696
Programmer
I'm having an unusual problem w/an application I've written in VB 6 (SP5). It uses MSADO 2.7, Crystal Reports 9, and connects to an Access database (2000). When my app. first starts, it literally just hangs. If you get into task manager, you see the app. name as running, but you don't see it on the screen. To prevent my users from running several concurrent instances, I check the App.PrevInstance global VB variable to ensure its state is false. If I try to run the app. a second time, after the 1st instance hangs, I get my programmed error message alarming me that the app. is already running. Has anyone else experienced this problem? Is there a way I can force my app. to display itself on a form_load() event?
Thanks,
CJ
Thanks,
CJ