Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid KeyPress Event send to active cell
Message
 
To
05/05/2006 19:18:32
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01119807
Message ID:
01119829
Views:
16
>>Is there a way to send keypress keys to the underlying grid record?
>>i.e. If a user were to press a CTRL-D combination for example, this could mean display a screen for a user to pick a value from...
>>
>>This would need to be at the grid level as in the base class no columns have been defined. I have a routine that when the grid initializes, the columns are created, control sources are set etc. To do the above, I think I would want to do it at the grid level. my grid base class has a method called buildgrid which is where I put the setup code as described above. I have a second method that called setgrid which serts up column widths etc.
>>
>>I hope this explains what i am trying to do.
>>
>>Mike
>
>Mike,
>There are several solutions to the problem. One of them is form.keypreview = .t.
>Cetin
I am using this already for some simple navigation controls.. i.e. CTRL-N = Next, CTRL - P Previous etc. How do I integrate CTRL-INS and CTRL-DEL for functionality in the grid... and only affect the grid...
i.e. is there a programatically way to determine if the grid has the focus... Maybe I need a property set in the grid, when it gets the focus and it reverts to false when the grid does loses the focus? Or is there a better way?

TIA,
Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform