Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DynamicInputMask In VFP5 Grid
Message
From
28/09/2004 10:31:47
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
28/09/2004 09:01:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00946628
Message ID:
00946670
Views:
12
>I want use separate field (DMask) in cursor to manage input in some field Vl. I see that only value of DynamicInputMask in 1st record is used for formatting (not for input) of values of field Vl in all records:
>
>Grid1.Colunmn1.DynamicInputMask = ALLTRIM( Cursor.DMask)
>
>Vl DMask
>--------------------
>3 "9"
>123.12 "999.99"
>222 "9999"
>
>Will see in grid:
>
>3
>1
>2
>
>
>With regards, Vassili

Try putting parenthses around your expression:

thisform.Grid1.Colunmn1.DynamicInputMask = "(ALLTRIM( Cursor.DMask))"

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform