Click to See Complete Forum and Search --> : VB Bug?? DataEnvironment Window - Always open


the FooL
June 22nd, 2000, 09:48 PM
I have a group of projects together.
One main application, and the others ActiveX controls.
A few of the controls have a DataEnvironment setup.

Now, if I open the Project Group, then try to open the frmMain (where these controls are accessed), it will freeze up.

I have to do the following:
Collapse/Expand each project
Close the DataEnvironment that automatically opens up when the project is expanded a second time.

Only then will I be able to open the frmMain project.

Also, even if the first things I do is Run the project, it will prompt to save the DSR, even though I didn't even touch it.
What gives?

Thanks for the help, this is frustrating.
It's hard trying to figure out if the ActiveX control was the problem, or something else.

Any suggestions on how to handle this kind of project? (Multiple ActiveX controls, one application using them).
Thanks.