Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DynamicInputMask In VFP5 Grid
Message
De
28/09/2004 10:31:47
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
28/09/2004 09:01:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00946628
Message ID:
00946670
Vues:
11
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform