Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
First letter of textbox forced to uppercase
Message
 
 
To
09/06/2001 16:26:02
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00517385
Message ID:
00517502
Views:
17
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform