Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text Box Value Change
Message
From
10/06/1999 08:09:24
Coann Teng
Computer Infobase System S/B
Kuala Lumpur, Malaysia
 
 
To
09/06/1999 22:10:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00228218
Message ID:
00228316
Views:
12
i tried in this way, in my baseclass i put a value "anychange=.t." in the interactive change event.

in my form, the init i public the anychange and save anychange = .f.

if i press add then anychage = .t. and once i save i set bact the anychange to .f. again, but then, the save button still always enabled,

beside i put this code at the readmethod for the save button

if anychange
This.enabled=.t.
Else
This.enabled=.f.
Endif

But still not function,

anything wrong??
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform