Use a regular Push button or a bit button instead of a speedbutton. A speed button can't get focus, so the focus remains in your text box. You have to leave the text box for the edit buffer to flush.
----- Original Message ----- From: "Dennis McGrath" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Saturday, December 31, 2011 2:47 PM Subject: [RBASE-L] - RE: Saving changes to a field without leaving the field Try RECALC VARIABLES before the SAVEROW Or disable the save button while in the memo field Or before the saverow, setfocus back to the memo and then back to the button One of these should work Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected] ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Michael J. Sinclair Sent: Saturday, December 31, 2011 1:36 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Saving changes to a field without leaving the field Hi All, I have a form with a variable memo field. If the user changes the text in the field and then taps the save button (An EEP with 2 lines) SAVEROW RETURN the changes are lost. If the user exits the field and then taps the save button, the changes are saved. How do I prevent the user from losing their changes when they forget to leave the field before hitting the save button? Mike Sinclair --- RBASE-L ================================================ TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO ================================================ TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE ================================================ TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. ================================================

