Thanks Jan, I will try that too and see how it works. Mark
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jan Johansen Sent: Friday, April 29, 2005 2:02 PM To: RBG7-L Mailing List Subject: [RBG7-L] - Re: EEP's in a scrolling region Mark, Maybe this would work Place an add button external to the region. Have your one DB Edit in the Region with a component id included In the add button place code to bring up a dialog to enter the data with the scanner (this assumes that the scanner inserts the CR' Validate the scan in this code at the end of the code include PROPERTY Component ID TEXTVALUE .vwhatever PROPERTY TABLE Yourtable 'POST' PROPERTY TABLE Yourtable 'APPEND' goto the top of your code if no more to add cancel out. If canceled out delete empty rows and issue PROPERTY TABLE Yourtable 'REFRESH' Might be cumbersome but it is a way. Jan ----- Original Message ----- From: "Mark Kwoka" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Friday, April 29, 2005 10:38 AM Subject: [RBG7-L] - EEP's in a scrolling region As you may or may not already know, the EEP's will not work in the DB edit object of the scrolling region if there is only one DB Edit Object enabled. In order for the EEP's to work there needs to be another DB Edit object enabled. What I want to do is to use the Form in the ENTRY mode and with the scanner to enter the data to the first DB Edit object, then use the On Exit EEP to check the validity of the entered data and then go to the next row without having to go to the next DB Edit object and having to hit the [ENTER] key to add the row. Would anybody have any idea on how to do it? Mark
