Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing methods with SETALL type functionality
Message
De
11/06/1999 15:15:17
 
 
À
11/06/1999 12:13:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00228840
Message ID:
00228953
Vues:
18
>I've created a few controls in my forms library , combobox, spinner, editbox, textbox which I have added the property INITIALVALUE and a Method CHANGED.
>
>In the Init of the control I placed the line:
>
>this.initialvalue=this.value
>
>In the Changed method I placed the line:
>
>return (this.initalvalue<>this.value)
>


Do you really want to know the state of the control since it's init, or wouldn't rather know that state of the control since it was refreshed? Seems to me the latter makes more sense, then oyu could reset the initial value property in the refresh. This would also handle the refresh after the record pointer moves as well...
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform