Hi Jeff,

sounds like you are using row buffering which will automatically save changes when you move to a new row. I like to be in control of when things are saved so I always use table buffering and call code that issues a tableupdate() whenever I need to save changes. Remember you should always check the return value of tableupdate() to make sure your save was successful.

Frank.

Frank Cazabon

On 01/12/2012 04:26 PM, Jeff Johnson wrote:
I have a data entry grid on a form. When I recently added a record and it has focus and I click "Done" to release the form my framework tells me to save my work before exiting. That is because I need to move the record pointer in the grid before exiting. Any idea what would be the best way to do this? I tried putting code in the click of the "Done" button but that doesn't help.

TIA



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to