Page Up/Down Keys in Form Window ?
Michael Correll
mcorrell at memphisbusiness.com
Sat Mar 15 13:58:24 PDT 2008
Steve's recent question prompts another one.
Is there any way to program the use of the PageUp & Page Down keys to
navigate a Panorama form up or down -- similar to navigating a
Firefox or Safari window up or down with the keyboard? I would be
very handy for navigating a long input form, for example. Have I
overlooked something obvious?
Thanks.
MC,
--
Michael Correll
On Mar 13, 2008, at 9:08 PM, Steve Kane wrote:
>> Is there a way to tell Pan 5.5 to "press" the page up and page down
>> keys?
>>
>> key "",chr(31) or key "",chr(74)
>>
>> is not doing it for me.
On Mar 14, 2008, at 8:50 AM, David Thompson wrote:
> page up is chr(11), and page down is chr(12), so you need to use
>
> key "",chr(11) and key "",chr(12) respectively.
> 31 and 74 are the key codes for those keys (in
> hexadecimal), not the characters associated with
> them.
>
> Dave
More information about the Qna
mailing list