Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
First letter of textbox forced to uppercase
Message
 
 
À
09/06/2001 16:26:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00517385
Message ID:
00517502
Vues:
18
>>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
>
>Basically, I already had it in my base class Init().
>
>
>IF NOT PEMSTATUS(This,'InputMask',0)
>...
>
>
>to detect if I had overwritted the default.
>
>The reason it didn't work is because I first changed it in the Format property instead of the InputMask property. <s>

Does it work now? When I tried my code sample, it worked perfectly.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform