Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Still cannot evaluate form data from outside form
Message
 
À
09/09/1997 11:46:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00049151
Message ID:
00049184
Vues:
47
>>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."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform