Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Verify each object contained in form even with class obj
Message
De
13/12/2006 13:33:49
 
 
À
13/12/2006 13:25:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01177307
Message ID:
01177310
Vues:
12
>Hi all, i'm trying to have access to each object contained in a form, i tryied using the .scx file and accessing each one by baseclass, but when this form came from a vcx, it doesn't show other objects contained on form. Using debugger i can see that all objects are shown, how can i access each one of them ?
>

It sounds like you're trying to do this at design-time. Try it like this.

With the form open in the Form Designer:
ASELOBJ(aFormObjects,1)

FOR EACH oObj IN aFormObjects[1].Objects FOXOBJECT
  * Do what you need to with oObj
ENDFOR
Tamar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform