Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking for Error while creating an Object
Message
 
 
To
19/12/2002 11:07:58
Sony Joseph
Dovenmuehle Mortgage Inc
Schaumburg, Illinois, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00734510
Message ID:
00734701
Views:
19
You can use TYPE() function.
IF Type([CreateObject("Scriping.FilesystemObject")]) = "O"
  oFSO = CreateObject("Scriping.FilesystemObject")]) 
ELSE
....
>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
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform