You may have a confict with duplicate variable declaration
or perhaps two function or subroutines with global scope
and the the same name in your project. Also
if you have an error in the subroutine or function,
it will not correctly identify the subroutine/function in
intellesense.
Cardyin
-----------------------------------------
Cardyin Kim
Client/Server and Web Development Analyst
San Antonio Community Hospital
Upland, California
ckim@s... (xxx) xxx-xxxx
-----------------------------------------
-----Original Message-----
From: Ian Jowett [mailto:virtuian@y...]
Sent: Friday, March 08, 2002 4:35 AM
To: professional vb
Subject: [pro_vb] Problem With Module
Hi All
This may sound like a very basic question but the problem i am experiencing
is that i have just added a generic module to my program one of which iuse
for database access and then i added a public sub, to it but when i call the
sub routine and i right click to get the defination it wont recognise it,
this is also causing a problem as i pass about 6 variables to it and i need
to now what variable types i need to pass when i call the sub routine.
Thanks
Ian