
Microsoft Forms 2.0 Object Library behaves strange...
If your project includes a Userform, the Forms 2 reference automatically
gets added.
--
http://www.standards.com/; Programming and support for Word macros,
including converting from WordBasic to VBA; Technical reviewing; Standards;
Product functional/design/specifications
------------------------------------------------
Quote:
> Hi everybody,
> I'm working on a database solution which uses Microsoft
> Access XP as a front-end and a SQL 2000 Server in the
> background. The source code is under SourceSafe control.
> As this application was developed over a couple of years
> it contains tons of old code. I also found a reference to
> the Microsoft Forms 2.0 Object Library which leads to the
> following questions:
> 1.) Do I need this control?
> 2.) When I delete the reference in my project (which
> is checked out by now & has no SourceSafe connection) &
> compile it everything is fine. But if I add the database
> to SourceSafe & build it again from SourceSafe my
> application suddenly has a reference to the Microsoft
> Forms 2.0 Object Library.
> 3.) Is there any possibility to figure out to which
> control (name & version) my controls belong? Example:
> GridXY is a "ComponentOne FlexGrid 7.1 (OLEDB)", btnOk is
> a ...
> I greatly appreciate any help! Thanks!