Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mover listbox
Message
De
04/09/2002 12:15:11
 
 
À
04/09/2002 11:17:40
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Titre:
Divers
Thread ID:
00689910
Message ID:
00696672
Vues:
16
Hi John:

>Could he create a "property" array and then populate the array in the init?

Can you pass array properties by reference? If so, then the populating from the form's init should be OK. It would be OK to do something like this in the mover's container Init :-
Procedure cntBaseContainer.Init()

Local aSource[1], aTarget[1]

Select cMyValue ;
    From MyTable ;
    Into Array aSource

This SetValue(@aSource, @aTarget)
-=Gary
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform