Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to remove object
Message
De
29/08/2000 17:30:03
 
 
À
29/08/2000 17:22:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00410511
Message ID:
00410517
Vues:
14
>I probably know the answer yet I cannot seem to get this right.
>I have a form which I now want to remove objects from. I cannot seem to get references to containers corrent to remove them. I want to remove the object from within the form init (based on actions in a differenct form).
>
>
> loObject = THISFORM.oldItem
> THISFORM.RemoveObject(loObject)
>
>When I run this I get 'LOOBJECT not Found' error.

Pass the name of the object.
thisform.RemoveObject("olditem")
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform