Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh method
Message
From
05/03/2001 17:14:15
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Refresh method
Miscellaneous
Thread ID:
00482006
Message ID:
00482006
Views:
47
Hi all it's been awhile.

I need some input from you.

In my homemade framework, REFRESH method of most of my object. (i.g. commandbuttons, text, optiongroup etc...) I have the following code:

IF THISFORM.ADD_MODE OR THISFORM.EDIT_MODE
this.enabled=.t.
ELSE
this.enabled=.f.
ENDIF


is this a good idea to do this? or will there be too much performance hit?

thanks
Work as if you don't need money
Love as if you've never been hurt before
Live as if this is your last day to live
Dance as if no one's watching
Next
Reply
Map
View

Click here to load this message in the networking platform