Home > Archive > PowerBuilder > March 2004 > capture keystrokes in datawindow
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
capture keystrokes in datawindow
|
|
|
| Hello,
Does anybody have an idea on how to capture a keystroke in a
datawindow without using a sle. I mean if you press a key what event
of the window or datwindow is trigerred and how you find out the value
of the key that was pressed,
Thanks a lot,
Chris,
| |
| Jim Douglas 2004-03-27, 12:22 am |
| If I recall is there some type of pbm_keydown event? Search the help as I
don't have PB on this system.
"cris" <vascris@yahoo.com> wrote in message
news:62047a54.0312151106.b893b99@posting.google.com...
> Hello,
>
> Does anybody have an idea on how to capture a keystroke in a
> datawindow without using a sle. I mean if you press a key what event
> of the window or datwindow is trigerred and how you find out the value
> of the key that was pressed,
>
> Thanks a lot,
>
> Chris,
| |
| Cjohnson 2004-03-27, 12:22 am |
| Look at the KeyDown function
In article <62047a54.0312151106.b893b99@posting.google.com>, cris says...
>
>Hello,
>
>Does anybody have an idea on how to capture a keystroke in a
>datawindow without using a sle. I mean if you press a key what event
>of the window or datwindow is trigerred and how you find out the value
>of the key that was pressed,
>
>Thanks a lot,
>
>Chris,
|
|
|
|
|