Peter,

The command:

Key "@_SELECT:2"

will move to the second page, so you might be looking for

For i = 1 to left(trim(wso.View(Row:=1, Col:=1, Length:=50)), 1)
        Key "@_SELECT:" & i
        '...do the stuff on page i
Next i


Rich McNeil
Boston Software Systems
866 653 5105
www.bostonworkstation.com
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Turner, Peter
Sent: Friday, December 03, 2004 7:12 PM
To: [EMAIL PROTECTED]
Subject: [Talk] Looking for the mnemonic

Consider a multiple page dictionary edit routine - for example, the
Enter/Edit Mis User Dictionary routine.

On this dictionary, the pages are: 

_G_eneral
_Applications
Administrative/_C_linical
_E_xternal
_R_eport Writer/Financial

I know I can select the various pages by keying Alt and the underscored
letter.

I also know that the wso.View(Row:=1, Col:=1, Length:=50) will return 

Enter/Edit MIS User Dictionary#1/5
Enter/Edit MIS User Dictionary#2/5
Enter/Edit MIS User Dictionary#3/5
Enter/Edit MIS User Dictionary#4/5
Enter/Edit MIS User Dictionary#5/5

Depending on which page I am on.

What I am looking for is a way to parse for the number of pages and
cycle between them.  In the same way that F6 will cycle me through
sections of an individual page.

Is there anything that will allow me to change pages without knowing the
letters in advance?  Is there anything that will give me the underscored
mnemonics? Or perhaps a way to say next or previous page? 






Reply via email to