Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Basics of DO FORM
Message
From
03/12/2003 08:04:02
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russia
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00855349
Message ID:
00855373
Views:
15
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform