On my multi-page form, I have 4 pages, arranged thusly,
 
PAGE 1 - 1 editable variable field(s), vThisUserID
PAGE 2 - 2 editable variable field(s), vStudyID, vStudyPhase
PAGE 3 - 1 editable variable field(s), vRID
PAGE 4 - 3 custom buttons, Enter Data, Continue, Exit
 
Each page has uneditable copies of the variable-fields above or below its section, suffixed with "_LBL".  The purpose of these is to make each page of the form look like the same form.  So far, so good, if the user presses [ENTER], the next editable field being on the next page, navigation is fine ; likewise [SHIFT-TAB] works fine, too.
 
Now, when a user navigates to PAGE 4 and presses/clicks on the Continue button, as a default, after the custom code is executed, I want it to navigate to the editable variable field on PAGE 3.  However, I am having limited success, despite endeavouring to heed Sami's advice.  I have tried :
 
   SKIP TO vFieldName
 
and
 
   SKIP n
 
with no success.
 
Are there any other things anyone could advise to be aware of?  Could NEWROW, RESETROW, RECALC what_ever, ETC have any role in this?  Anything different about navigating the BUTTONS?
 
Also, if it's not being too picky, I don't want to mess around with PLAYBACK.
 
 
Thanks,
Steve in Memphis
 
 

Reply via email to