Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
First letter of textbox forced to uppercase
Message
 
 
À
09/06/2001 14:32:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00517385
Message ID:
00517426
Vues:
17
>We don't have anything at the DBC level. What I meant is that we have a K value for the InputMask of our txtField base class. When we add that txtField class in a form and bound it to a field value, we still have a value of K assigned to it as it comes by default. However, if I change that value at form designer level, I would like to detect that so I can't bypass the condition and have my own input mask. It could be none or something else. I remember there was a function that was returning if we are defaulting or not to the parent class.

Then try:
local lcMask
lcMask = This.InputMask
This.ResetToDefault('InputMask')
debugout "Default IM: " + This.InputMask
debugout "New IM [lcMask]: " + lcMask
if This.InputMask <> lcMask
else
endif
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform