Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text Box Value Change
Message
De
10/06/1999 10:05:00
 
 
À
10/06/1999 08:09:24
Coann Teng
Computer Infobase System S/B
Kuala Lumpur, Malaisie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00228218
Message ID:
00228373
Vues:
10
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform