Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Row control in grid
Message
De
13/02/2003 12:36:10
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00752701
Message ID:
00752779
Vues:
11
>Thanks Cetin, I'm almost there now.
>
>Harry

Code something like :
*Grid.brcc
Lparameters nColIndex
If nColIndex = This.ColumnCount And ;
    !Mdown() And (Readkey()=15 Or Inlist(Lastkey(),4,13,9))
  With This.Columns(This.ColumnCount).Text1
    .Value = .Value
    If Between(.Value,1,3)
      Keyboard '{DNARROW}'
    Else
      Nodefault
    Endif
  Endwith
Endif
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