That is, if there is a field-level EEP that executes on exit from the field, and that field is "on the path" to the SKIP-target, would this cause a problem?  Fundamentally, when a SKIP executes, does it actually "hop" from field to field as it goes, or does it "hop" directly to the target?
 
Anyone?
 
Thanks again,
Steve in Memphis
 
----- Original Message -----
Sent: Tuesday, December 02, 2003 4:02 PM
Subject: [RBASE-L] - RE: Follow-Up to Multi-Page FORM Question and SKIP ...

Say, could a field-level EEP play a role during execution of the SKIP ... ? 
 
Thanks
Steve in Memphis
 
----- Original Message -----
Sent: Tuesday, December 02, 2003 3:37 PM
Subject: [RBASE-L] - RE: Follow-Up to Multi-Page FORM Question and SKIP ...

Steve:

Did you have a chance to read the answer that I posted yesterday? I do exactly what you are doing without any problems. I enclosed an EEP that should give you a good idea how I address the problem.

Javier,

 

Javier Valencia, PE

President

Valencia Technology Group, L.L.C.

14315 S. Twilight Ln, Suite #14

Olathe, Kansas 66962-4578

Office (913)829-0888

Fax (913)649-2904

Cell (913)915-3137

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of J. Stephen Wills
Sent: Tuesday, December 02, 2003 3:32 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Follow-Up to Multi-Page FORM Question and SKIP ...

 

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