Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RemoveObject
Message
De
31/07/2002 07:12:38
 
 
À
31/07/2002 06:48:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Divers
Thread ID:
00684328
Message ID:
00684338
Vues:
23
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform