|
John
Make sure your table settings for table PURCHASE has
Add New Rows to the Table checked.
Then add the following to your ADD ROW button
eep;
PROPERTY TABLE purchase 'APPEND' then;
PROPERTY TABLE purchase 'LAST' will take you to the
last added row in the scrolling region.
Bill Eyring From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of John Engwer Sent: Monday, October 17, 2005 10:00 AM To: RBG7-L Mailing List Subject: [RBG7-L] - Add row property I have a form that contains a region
for editing data in a table named purchase. Outside of the region I have a Speed
Button that when selected fires an EEP to add a new row. I am trying to
use the following property within the EEP to add the row and it is not working.
PROPERTY TABLE purchase
'APPEND' PROPERTY TABLE PURCHASE
'REFRESH' If I use the predefined “Add Row”
within the Speed Button it works OK. However, I need to issue other
property commands along with the Add Row so I need to do it from within a Custom
EEP. Am I using the wrong property
command? (version 7.1 final build) John
Engwer |
- [RBG7-L] - Re: Add row property John Engwer
- [RBG7-L] - Re: Add row property Jan Johansen
- [RBG7-L] - RE: Add row property Bill Eyring
- [RBG7-L] - RE: Add row property John Engwer
- [RBG7-L] - RE: Add row property Jan Johansen
- [RBG7-L] - More PROPERTY Jan Johansen
- [RBG7-L] - Re: More PROPERTY Jan Johansen
- [RBG7-L] - RE: Add row property Dawn Oakes
- [RBG7-L] - RE: Add row property John Engwer
- [RBG7-L] - RE: Add row property John Engwer
