Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inputmask in Combobox
Message
From
17/10/2006 14:20:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Inputmask in Combobox
Miscellaneous
Thread ID:
01162659
Message ID:
01162659
Views:
65
I want to use inputmask in a combobox with inputmask '9-99-999-99999', and also want to restrict user to enter the data using same inputmask.

cb1.format = "ZKR"
cb1.inputmask= "9-99-999-99999"

What I get from setting these properties. When user enters the data it is OK. But the data in list is not changed by inputmask.

Now what I did to solve this problem I used transform() in the SELECT statement to show data in required inputmask.
It changed the data, but when user enters the data in combobox it shows the additional "-" due to "-" presence in data.
How would I acheive the solution?
Next
Reply
Map
View

Click here to load this message in the networking platform