Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Basics of DO FORM
Message
De
03/12/2003 08:04:02
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00855349
Message ID:
00855373
Vues:
16
Hello Elgin
If you run forms with names
for example
do form one name one linked
do form two name two linked
you can reach objects from form two on the form one
like two.editbox.value=.. etc
If you don't like this naming, you can find form in the _screen collection forms
like this
for i=1 to _screen.formcount
if _screen.forsm[i[.name='two'
_screen.forms[i].editbox.value=...
endif
enddo
I used object editbox like sample, you can reach each object in the same way

Best wishes, Vladimir
MVP-2006-2011, PHD in Math and Physics ,
host of www.foxclub.ru,
VFP lector at Interface and Microinform companies
Head science researcher of VNIIA Rosatom.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform