Actually I wanted the speed button because I did not want it part of the table order.
My solution was to set_focus to a couple of controls in sequence on the form when the button is pressed. This forces the last variable edit control to be exited and fixes the problem. Very Best R:egards, Dennis -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dennis McGrath Sent: Tuesday, August 24, 2010 12:37 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Variable form question Thanks, Razzak Very Best R:egards, Dennis -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Tuesday, August 24, 2010 12:33 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Variable form question At 01:28 PM 8/24/2010, Dennis McGrath wrote: >This is 7.6 > >I have a variable form. I enter the values in the Variable edit >control and press my Save button (Enhanced speed button) > >The last variable I edited has not changed. > >How do I get the variable to update correctly without having to >click another control to force and exit from that control? Change the Speed Button to Push Button or Bit Button control. This single change will take care of value being Entered/Updated in Variable Edit. Very Best R:egards, Razzak.

