Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameters with a Form
Message
De
06/09/2000 10:08:34
 
 
À
06/09/2000 04:51:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00412816
Message ID:
00412919
Vues:
17
>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

I would use an object for a parameter:

oArray = createobject('custom')
oArray.AddProperty('aArray[1]')
do form MyForm with oArray


Now, have the for accept and store the object reference in a property. You can dimension and manipulate the array property in the called form just like you would any other array.

Then, when code comes back to the calling procedure, oArray.aArray will be the updated array.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform