Le 09/06/2012 15:49, Benoît Minisini a écrit :
> Le 06/06/2012 13:29, Richard Terry a écrit :
>> Hi List,
>>
>> I've got a grid with several columns.
>>
>> If I use the arrow keys, then the grid focus moves up/down or to the
>> next/previous column.
>>
>> I want to over-ride this keypress behaviour
Le 06/06/2012 13:29, Richard Terry a écrit :
> Hi List,
>
> I've got a grid with several columns.
>
> If I use the arrow keys, then the grid focus moves up/down or to the
> next/previous column.
>
> I want to over-ride this keypress behaviour, but can't manage it.
>
> If iI even try and detect a ke
Bruce wrote:
> On Wed, 2012-06-06 at 21:29 +1000, Richard Terry wrote:
>
>> public Sub Gridview1_Keypress()
>>
>> print key.code
>>
>> end
>>
>
> Quick guess. lookup STOP EVENT.
>
> Not really sure ( I'm busy on the other thing).
> hth
> Bruce
>
>
Tried that, anyway, just experimente
On Wed, 2012-06-06 at 21:29 +1000, Richard Terry wrote:
> public Sub Gridview1_Keypress()
>
> print key.code
>
> end
Quick guess. lookup STOP EVENT.
Not really sure ( I'm busy on the other thing).
hth
Bruce
--
Liv
Hi List,
I've got a grid with several columns.
If I use the arrow keys, then the grid focus moves up/down or to the
next/previous column.
I want to over-ride this keypress behaviour, but can't manage it.
If iI even try and detect a keypress n this event, nothing happens
public Sub Gridview1_