Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form array property vs many properties?
Message
De
04/02/2008 09:40:57
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01288030
Message ID:
01289037
Vues:
11
>>I need to load a bunch of data (from a table) into a form INIT method (total number of values is no more than 10). I am considering loading this data into an array property of the form. Or add each data value as a property of the form (using thisform.addproperty(...))
>>
>>Which approach is better in terms of memory use? I think speed-wise (because VFP is so fast) it be much different. Any other things I need to take into consideration?
>
>What about
>
>Thisform.AddProperty("oProp", "Empty")
>SELECT mytable
>SCATER NAME Thisform.oProp
>
Thanks Sergey,
I've learned a good one today :-)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform