Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking for Error while creating an Object
Message
From
19/12/2002 11:07:58
Sony Joseph
Dovenmuehle Mortgage Inc
Schaumburg, Illinois, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Checking for Error while creating an Object
Miscellaneous
Thread ID:
00734510
Message ID:
00734510
Views:
58
Hi,

I would like to trap the error if an object is not successfully created.
For Eg.
owsh=CreateObject("Scriping.FilesystemObject")
IF Vartype(oWsh)<>"O"
=MessageBox("Not created")
ENDIF
In this case, if the system can not create the object, it would yell saying, 'Class definition 'Scriping.FilesystemObject' is not found'. So, even before I can check it's type, the error comes up. Do I have to use the error routine to trap the error, or is there a more direct way to check for the error here?

TIA
Solutions: when you want it, as you want it!
Next
Reply
Map
View

Click here to load this message in the networking platform