Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid
Message
De
25/01/2001 16:51:21
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Re: Grid
Divers
Thread ID:
00468759
Message ID:
00468809
Vues:
28
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform