|
-
Sep 13th, 2000, 08:51 AM
#1
Thread Starter
New Member
Dim F as Form
.
.
.
Set F = frmSomeForm
If I do a quick watch on F prior to the set statement being executed, vb tells me the value of F is Nothing. However if I attempt to code:
If F = Nothing then
.
.
.
End If
I get an "Invalid use of object error message". How would I test if the set statement has been executed (i.e. F has been instantiated)?
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
|