Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text Box Value Change
Message
From
10/06/1999 10:05:00
 
 
To
10/06/1999 08:09:24
Coann Teng
Computer Infobase System S/B
Kuala Lumpur, Malaysia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00228218
Message ID:
00228373
Views:
11
>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??

In the interactivechange event and the programmaticchange event:

THISFORM.cmdSave.Enabled = .T.


The readmethod?
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform