Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid
Message
From
25/01/2001 16:51:21
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Re: Grid
Miscellaneous
Thread ID:
00468759
Message ID:
00468809
Views:
20
>Hi Everyone:
> I was wondering if someone can help me out with a formating issue on the grid. I want to allow my user to enter the data on the grid without any predefine decimal places. I tried this code:
> .Column6.DynamicInputMask = "###,###,###" However, it still format the data to 4 decimal places.
>
>Thanks

those dynamic properties have to have some kind of evaluated condition,

like
.Column6.DynamicInputMask = "IIF(somecondition,"###,###,###.##","someother maskhere"
Jim Newsom
IT Director, ICG Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform