Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Still cannot evaluate form data from outside form
Message
 
To
09/09/1997 11:46:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00049151
Message ID:
00049184
Views:
52
>>Is there a way to grab the value of a textbox from a form called form1 in myform.scx form a prg? I keep getting 'object form1 is not found'
>>In the prg I say :
>>do form myform name form1 linked
>>?form1.text1.value
>>I could be missing something simple but have no idea.
>
>Folowing is not the best, but 100% proof method:
>For nLoop=1 to _screen.FormCount
> If _screen.Forms(nLoop).Name="Form1" && I hope you use unique form names
> =messagebox("Found: "+_screen.Forms(nLoop).Text1.Value)
> Endif
>Endfor

Actually, I got it to work now. Messagebox returns the value I entered into the text box. Does this mean I have to use this array for every textbox on the form? (there are about 15 of them)
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform