Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Row control in grid
Message
From
13/02/2003 12:36:10
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00752701
Message ID:
00752779
Views:
19
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform