Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Same App Diff Client Diff Decimal Requirement for Data-E
Message
From
08/01/2002 10:09:35
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00601925
Message ID:
00601941
Views:
27
This message has been marked as the solution 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

Change property TextBox.InputMask. For instance, if the user wants a number of decimals specified in variable gnDecimals:
This.InputMask = "###,###." + replicate("#", gnDecimals)
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform