Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best practice to enable/disable controls when editing
Message
De
22/01/2006 07:43:02
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Best practice to enable/disable controls when editing
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01089195
Message ID:
01089195
Vues:
114
Hi,

Just a question about how to enable/disable controls on the form when .Thisform.lEditing is On/Off.

When editing records, I set Thisform.lEditing to TRUE and I use to call Thisform.Refresh() method because every textbox and other controls checks for that form's property in order to set their own "Enabled" property to TRUE or FALSE in their own Refresh method.
Is this a good OOP practice? My textboxes and form belong to a class library.

Or should I call a method like "Thisform.EnableDisable" to navigate all controls and set their "Enabled" property.?

Thanks
Juan C.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform