Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help - In need of accessing all objects in FORM
Message
De
22/07/2003 16:41:14
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Help - In need of accessing all objects in FORM
Divers
Thread ID:
00812542
Message ID:
00812542
Vues:
43
Help,

I'm currently writing a program in VFP8 where I need to iterate thru all objects in a form in order to read/track objects (i.e.: controlsource).

While reading Collection objects using the 'FOR EACH' loop command is fairly simple, it does get a bit tougher when your form has lots of container,pageframes/pages,grids etc...

Does anyone out there have code solution for a clean/quick way for reading every object (i.e.: collections) in a form.


*------------------------------------
*- Current code
*------------------------------------
FOR EACH loObj IN thisform.Objects
IF PEMSTATUS(loObj,'ControlSource',5)
this.DoMyCode(loObj)
ENDIF
ENDFOR loObj

*- How can I make code above read every object in form whether object is
*- in a container,pageframe/page or grid.

Thanks!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform