Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Column dynamicinputmask
Message
From
28/11/2012 09:00:03
 
 
To
28/11/2012 06:34:46
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01558080
Message ID:
01558241
Views:
44
>>>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform