Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Same App Diff Client Diff Decimal Requirement for Data-E
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00601925
Message ID:
00602325
Views:
38
This message has been marked as a message which has helped to the initial question of the thread.
>Hi All
>
>How can I manage in the same app different decimal places requirement from clients for Data-Entry they dont like to see more or less than what they want. In the table structure I can manage more decimal places then required but it's the UI

I have an app that does this by reading a configuration table. On the configuration screen, they enter the input mask for currencies, for example, 999999.99. (I'm not using a currency type, because the client specifically requested the ability to have up to 6 decimal places.) This mask is stored in a table call CustConfig, in a field called CurFormat. In any textbox using one of these currency fields, I've got =(CustConfig.CurFormat) in the InputMask property.
Previous
Reply
Map
View

Click here to load this message in the networking platform