Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error if 'object not defined'
Message
From
07/05/2008 06:43:13
 
 
To
06/05/2008 15:39:32
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01315416
Message ID:
01315538
Views:
19
I check to see if my hidden scteen is an object.
IF TYPE('myobj')='O'
An error occurs if the object is not defined.


Not so. If the object does not exist, TYPE( 'myobj') returns U.

It is VARTYPE that you must be careful with. If you are checking a member property such as:

VARTYPE( Thisform.myobj )

an error will occur if myobj is not defined as a property of the form.
Previous
Reply
Map
View

Click here to load this message in the networking platform