Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best practice to enable/disable controls when editing
Message
From
22/01/2006 07:43:02
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Best practice to enable/disable controls when editing
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01089195
Message ID:
01089195
Views:
116
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.
Next
Reply
Map
View

Click here to load this message in the networking platform