Joel 1. It may not clear the form because either you have variables whose values remain from the last row, or because you have defined default values for some of the fields.
2. I remember having the same issue with positioning the cursor in the first field - R:Base tended to leave it in the field I was in when I clicked the Add Row option. TO solve this, I set up an EEP, as an On Row Entry EEP (under "Tables" / "Table Settings") with this simple one command: PROPERTY CPID SET_FOCUS 'TRUE' Where CPID was the component name of the first field on the form, and that solved it. David Blocker [EMAIL PROTECTED] 781-784-1919 Fax: 781-784-1860 Cell: 339-206-0261 ----- Original Message ----- From: "Joel Solomon" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Monday, November 29, 2004 2:50 PM Subject: [RBG7-L] - Re: Update 78 > David, > > The "Add Row" option saves the row but does not clear the form. Also, it > does not reposition the cursor. I can't seem to duplicate the [enter] > function by using any configuration of commands. > > Joel > ----- Original Message ----- > From: "David M. Blocker" <[EMAIL PROTECTED]> > To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> > Sent: Monday, November 29, 2004 2:08 PM > Subject: [RBG7-L] - Re: Update 78 > > > > I'm resending this reply because I don't think this got through the first > > time. > > > > I think it's the predefined "Add row" option, no? > > > > David Blocker > > [EMAIL PROTECTED] > > 781-784-1919 > > Fax: 781-784-1860 > > Cell: 339-206-0261 > > ----- Original Message ----- > > From: "Joel Solomon" <[EMAIL PROTECTED]> > > To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> > > Sent: Monday, November 29, 2004 1:27 PM > > Subject: [RBG7-L] - Update 78 > > > > > > > Maybe I had to much turkey over the holiday, but I am experiencing a > > strange > > > situation. I have a simple form that has five db-edit fields. After > > > entering data in the last field and the [enter] key is pressed, the form > > > saves the row, the form clears all the entered data and the cursor goes > to > > > the first field. This is wonderful. > > > > > > But, I would like to have a button on the form that accomplishes the > same > > > three functions (save, clear and reposition the cursor). I have tried > all > > > the pre-defined EEP functions and none of them works exactly like the > > > [enter] key. I also checked the sample database but nothing helped. > > > > > > If anyone has encountered this situation and has a solution, I would be > > > greatly appreciated. > > > > > > Joel Solomon > > > Controller > > > Barbizon International > > > [EMAIL PROTECTED] > > > > > > >
