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?
