Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variables not releasing
Message
De
01/01/2000 17:45:46
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00311218
Message ID:
00311244
Vues:
49
>Ed - could you give a brief example of how to accomplish this? I can't find any references to this in the help files.
>Thanks.

You open your form in Form Designer, go to Form/New Property (or Edit Properety/Method) menu and type something like Myarray(1) in the new property box. Later (in run-time) you will use it as normal array, i.e. you may redimension it (e.g. in Form.Init)
This.Myarray(2,3)
assign it as combo rowsource:
Thisform.Mycombo.Rowsource='thisform.myarray'
etc.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform