Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Column dynamicinputmask
Message
De
28/11/2012 09:00:03
 
 
À
28/11/2012 06:34:46
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Divers
Thread ID:
01558080
Message ID:
01558241
Vues:
42
>>>Try:
>>
>>>thisform.Grid1.Column.DynamicInputMask = "IIF(TheField%1=0,'9999','9999.999')"
>>>Not tested.
>>
>>TESTED
>>
>>Not what I wanted to do but I found the way.
>>
>>Your solution makes a record not int is shown with decimals, integer without decimals. Perfect.
>>
>>What I wanted to do was: Just one with decimals? Everyone with decimals.
>
>Then add a property to the form, something like this
>
>
locate for TheField%1#0
>thisform.addproperty("hasNoDecimals", not found())
>thisform.oGrid.DynamicInputMask = "IIF(thisform.hasNoDecimals,'9999','9999.999')"
>
Thank you, Dragan.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform