Lin -
As a workaround, you could put a Bit Button as the last object in the scrolling region, and have the EEP do things like this: --Form: Expenses - F2-Add Bit button SAVEROW NEWROW SET V fTiType = NULL SET V fOffKms = NULL PROPERTY ChargeDate SET_FOCUS 'TRUE' RECALC VARIABLES RETURN That way as the user presses tab or enter out of the last field, they could just press the space bar on this "Add" button if they want a new row. This also allows you to control what happens before the next row is added. Sami ____________________________ Sami Aaron Software Management Specialists 913-915-1971 [EMAIL PROTECTED] From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Lin MacDonald Sent: Friday, February 22, 2008 7:48 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: a Multi-table/regions question On Wed, 20 Feb 2008 09:04:26 -0500, [EMAIL PROTECTED] said: Lin >>>If in EDIT mode, you can use any method to add a row: In an EEP use ADDROW, PROPERTY TABLE tablename 'APPEND'; or press the F2 key (if not disabled). If you're in ENTER mode, pressing ENTER on the last column in the row should add another row. That's what I expected to happen but it doesn't. It sends the User back to the first column in that row, with the same data <<< That's odd....but.... Can you add a row using one of the other methods - F2 for example? Hmmm... yes, F2 adds a new row. Make sure your region is associated with the proper table (in the properties of the region). Make sure your fields are actually in the region (when you move the region, do the fields move with it?) yes, they are. Do you have any PROPERTY table commands that affect that particular table BEFORE entry into the region? no, I don't Dawn

