I've just standardized on using bit buttons all the time.
I can make them tab stop or not and that seems to be all the control I need
of them.
They do exactly what I expect, and that is where it's at.

Dennis McGrath
[email protected]
[email protected]


On Sat, Dec 31, 2011 at 7:13 PM, Michael J. Sinclair <[email protected]>wrote:

> Ahhh....that explanation makes sense. Where is this documented?? I need to
> read more.
> Mike Sinclair
>  ------------------------------
> *From:* Mike Byerley <[email protected]>
> *To:* RBASE-L Mailing List <[email protected]>
> *Sent:* Saturday, December 31, 2011 3:07 PM
> *Subject:* [RBASE-L] - RE: Saving changes to a field without leaving the
> field
>
> 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
>
>
>
>
>

Reply via email to