Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
For each Object in ThisFormset.From1
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
00988922
Message ID:
00988955
Vues:
42
Ali,

But what Nancy is saying is that you also need to do the loop for the container objects inside the form, like grids, pageframes, containers etc.

Try something like:
clear
do Form someform
activate screen
getAll(_screen.Forms(1))
function getAll(toObject)
local oControl
For each oControl in toObject.Objects
  ? oControl.Name
  if Pemstatus(oControl, 'Objects', 5)
  	getAll(oControl)
  endif
Endfor
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform