|
-
Jan 21st, 2002, 12:16 PM
#1
Thread Starter
Member
Strange Occurance, is this normal?
I declared some variables in a sub procedure as Public variables
and then in that sub procedure only, whenever i typed an object it didnt list the options after i typed in the "." operator.
please excuse my lack of technical knowledge.
-Jay
-
Jan 21st, 2002, 12:24 PM
#2
Frenzied Member
Make sure you have Option Explicit set and then try and recompile the app. Something is undefined or duplicate definition exists and it is baffling the IDE.
HTH,
Duncan
-
Jan 21st, 2002, 02:13 PM
#3
Hyperactive Member
Is the sub set as public?
..::[ kleptos]::..
- Database Administrator (MSSQL 2000)
- Application Developer (C#)
- Web Developer (ASP.NET)

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|