Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameters with a Form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00412816
Message ID:
00412883
Vues:
14
>In my programm I use
>
>DO FORM "c:\frmselection.scx" with atab1,atab2 to aResult
>
>
>In the init methode on my form the parameters are Ok I do some modification.
>
>On the Unload methode I use
>RETURN atoto who is an Array
>
>But when I want to use this array is it impossible because juste the frist element (atoto(1,1)) was tramsited with the call fonction
>
>Some one can help me ?

You cannot return an array from a form. Create a property on the form to hold the array contents. When the user closes the form, don't release it, but set visible to .F. or use the Hide method. You can then reference the array property.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform