object

Thedon123

Registered User.
Local time
Today, 17:49
Joined
Sep 11, 2002
Messages
98
how do i add an object in the object browser?

problem i get an error saying method not found in form.

i checked the object browser and it was not in there how d add one
 
Objects in the object browser?

The only way anything gets there is if it

(a) is part of a library file (.DLL, .TLB, .OCX, etc.) or
(b) is part of your database objects list.

There is a slot in the browser reserved for your application. You will not see tables or queries or macros, but you can see forms, reports, and modules. Within the modules, you can see any public constants, functions, and subs.

You cannot see ANY constants, functions, or subs from a class module because they cannot be declared public.
 

Users who are viewing this thread

Back
Top Bottom