Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding All Textboxes in Form
Message
De
30/08/2005 04:59:18
 
 
À
30/08/2005 04:53:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 6
Divers
Thread ID:
01045035
Message ID:
01045053
Vues:
38
>>>>If i want to set background, foreground color of all textboxes in a form as per the users selection, how can i find out all the textboxes present in a form. Is there any way to loop through all the textboxes.
>>>>
>>>>Can I use variables while desiging the form for the background and assign it in the loop ?
>>>>
>>>>Pl. help.
>>>>
>>>>Thanks in advance.
>>>>
>>>>Regards
>>>
>>>Check SetAll() nmethod of the form, this will works only if all textboxes are placed directly in the form, not in some other container. Other way is to crate a Method that will loop through all controls.
>>
>>hi Borislav,
>>
>>Form.SetAll() works for me, even if the textboxes are on pageframes, containers, etc. iow, SetAll does the loop for you
>
>Silly me :o)
>I always thought tha SetAll changes only these controls that are directly subordinate to form/container.


That's how I am changing the inputmask of my _Currency class (in the init of the form) depending on the currency of the year (accounting). Used to be BEF with no decimals and since a couple of years EUR with 2 decimals
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform