Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP60- Speed
Message
De
05/09/2000 11:14:43
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
VFP60- Speed
Divers
Thread ID:
00412488
Message ID:
00412488
Vues:
66
Does anybody in here know what's better or faster?

This:
STORE RGB(192,192,192) TO .optSecSold.Option1.DisabledBackColor, ;
.optSecSold.Option2.DisabledBackColor, ;
.optSecPurchased.Option1.DisabledBackColor, ;
.optSecPurchased.Option2.DisabledBackColor, ;
.optDivReceived.Option1.DisabledBackColor, ;
.optDivReceived.Option2.DisabledBackColor

OR this:
WITH THISFORM
.optSecSold.Option1.DisabledBackColor = RGB(192,192,192)
.optSecSold.Option2.DisabledBackColor = RGB(192,192,192)
.optSecPurchased.Option1.DisabledBackColor = RGB(192,192,192)
.optSecPurchased.Option2.DisabledBackColor = RGB(192,192,192)
.optDivReceived.Option1.DisabledBackColor = RGB(192,192,192)
.optDivReceived.Option2.DisabledBackColor = RGB(192,192,192)ENDWITH
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform