Jan, R:BASE is always going to insert the new row at the end of the table.
To accomplish what you describe you'd need an ordering column that you control, and after your insert you'd have to renumber accordingly. Emmitt Dove Manager, DairyPak Business Systems Evergreen Packaging, Inc. [EMAIL PROTECTED] (203) 214-5683 m (203) 643-8022 o (203) 643-8086 f [EMAIL PROTECTED] -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of jan johansen Sent: Thursday, October 30, 2008 4:32 PM To: RBASE-L Mailing List Subject: [RBASE-L] - INSERT OK, Probably doing this wrong. I have a scrolling region. I have an Add button with the command PROPERTY TABLE mytable INSERT According to the help it says that it inserts a new empty row at the current position in the dataset. So if I thought if I have 6 items in the scrolling region, move to postion 3, press add, do my stuff and save that if I looked at the raw data my new row would be in position 4. But the new data seems to be showing up in position 7. Thoughts? Using 7.6.4.30919. Jan

