Alastair,
I've run into this before.  You need to have the cursor actually focus on a field in the row.  Here's a quick example from a test form I did:
 
--eep on speed button
SAVEROW
PROPERTY TABLE jobcol 'NEXT'
PROPERTY colnum SET_FOCUS 'true'
RETURN
 
Dawn


From: Alastair Burr [mailto:[EMAIL PROTECTED]
Sent: Monday, November 14, 2005 12:38 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - Next row refuses to run "On Row Entry" EEP from Enhanced Speed button

Hi all,
 
I'm having difficulty with an Enhanced Speed Button on a multi-table multi-Tab Control form:
 
What I want to do is use the button to save the data from any changes to any table, return to the first Tab and move to the next row of the driving table.
 
I've tried all sorts of combinations of SaveRow/NextRow with and without any number of Property commands for the tables but I seem unable to trigger whatever is needed to run the form's "On Row Entry" EEP.
 
Has anybody got any suggestions as to how to do this, please?
 
Thanks in advance,
Regards,
Alastair.
 
----------------------------------
A D B Burr,
St. Albans, UK.
----------------------------------
[EMAIL PROTECTED]
----------------------------------

Reply via email to