aharrisreid
Programmer
In my VFP application framework I currently use this.readonly=.T. for textboxes, editboxes and grids that I don't want edited. I have favored this over this.enabled=.F. because I still want the users to enter the control and scroll to see data that may not be in the visible area of the control. However, this means additional code must be added to ensure Valid() and LostFocus() code does not run. On the other hand, setting the enabled property is consistent with all those other controls that do not have a readonly property.
What do other users use to disable their foundation classes? Apart from what I have mentioned above, are there any other pros and cons of each approach?
Many thanks,
Alan Harris-Reid
What do other users use to disable their foundation classes? Apart from what I have mentioned above, are there any other pros and cons of each approach?
Many thanks,
Alan Harris-Reid