Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to pass array to other form??
Message
De
12/01/2001 10:35:08
 
 
À
12/01/2001 09:45:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00462914
Message ID:
00462961
Vues:
13
Hi,

I wouldn't pass the array as parameter but declare it as external in the INIT of the form. So you would have

...
SELECT MyTable
=AFIELDS(laFields)
....
DO MyForm

In the INIT of the form then

EXTERNAL ARRAY laFields
=ACOPY(laFields, This.aMyFields)

You can add the array aMyFields to the form as a new property
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform