Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
2 first letters in a field are fixed
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00702996
Message ID:
00703001
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
>I have a character 8 field, which should always have 'A0' as two first letters and all other 6 letters must be digiits. I'm thinking, how should I implement such control...
>
>Do you have ideas?

Since the first two characters are always AO, don't (since it is pointless) store those in the table, instead just display it as a label in front of the field. The field will then be a 6 digit numeric field. You can then have an input mask of 999999 and a maxlength of 6.
Previous
Reply
Map
View

Click here to load this message in the networking platform