If this is acting as an HP terminal, probably use: Key "{644}", for an ANSI
terminal use: Key "(741}", however a VT terminal doesn't exactly define a
PageDown key although there is a NextScreen "{868}" and my Reflection
keyboard seems to use this one.
You can find a complete listing of the terminal key numbers in the file
rwinapi.txt in one of Reflection's \SAMPLES directories.
Rich McNeil
Boston Software Systems
866 653 5105 x 813
www.bostonworkstation.com <http://www.bostonworkstation.com/>
See us at MUSE booth 318
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Neal Quinn
Sent: Tuesday, April 24, 2007 10:12 AM
To: [email protected]
Subject: Re: [Talk] Page Down in Reflections
If you're using a VT terminal emulation, use {rcVTPageDown}. Of course, you
can modify to whatever emulation you're using.
Neal
----- Original Message -----
From: Marinelli, Melissa <mailto:[EMAIL PROTECTED]>
To: [email protected]
Sent: Tuesday, April 24, 2007 9:28 AM
Subject: [Talk] Page Down in Reflections
Hi,
I am trying to write a script for Reflections out of BWS and I'm at a spot
where I need to page down. I've tried SendKeys {"PGDN"} but reflections
isn't responding. any ideas?
Thanks!