Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textbox control.
Message
From
09/09/1998 15:18:40
 
 
To
09/09/1998 15:11:51
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00134740
Message ID:
00134745
Views:
12
>Hello everyone!
>
>Anybody knows how to make a textbox control behave like a ATM machine when entering a dollar amount.
>As you type the digits move from right to left.

**Text.Keypress event
this.value=this.value+chr(nKeycode)
nodefault
You will also set Text.Alignment=1 (Right), apply appropriate inputmask for digits only and filter out TAB,ENTER,etc. from KeyPress code.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform