Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RemoveObject
Message
From
31/07/2002 07:12:38
 
 
To
31/07/2002 06:48:21
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00684328
Message ID:
00684338
Views:
24
This message has been marked as the solution to the initial question of the thread.
Dear Pedro,

you can check the object with this expression
if TYPE('oform.image1') = "O" then
** write the code here to remove the object
else
** write the code here if the object doesnot exists
endif

Where 'oForm' is the refrence to the form and 'image1' is the name of the image object.

Hope this will help you out.

Regards

Vishal Malhotra
Previous
Reply
Map
View

Click here to load this message in the networking platform