Mike, My fix was iffy at best.
Yours seems rock solid. Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected] -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of MikeB Sent: Tuesday, April 22, 2014 3:19 PM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: speed button issue Speed buttons can't receive focus. You can put a variable text box with zero width after the last entry and set focus to that in the first line of your eep and the edit buffer will update the control then properly. > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of Dennis > McGrath > Sent: Tuesday, April 22, 2014 4:06 PM > To: RBASE-L Mailing List > Subject: [RBASE-L] - speed button issue > > I have switched to speed buttons on my form. > > > > The problem I am running into is that clicking on a speed button > apparently does not pull focus. > > This prevents the variable in my data entry control from updating. > > > > I've solved the problem by pulling the focus in the button click eep so > it works like a regular button. > > PROPERTY btnAddPost SET_FOCUS TRUE > > > > Am I missing something? I don't see anything in the docs. > > > > Dennis McGrath > > Software Developer > > QMI Security Solutions > > 1661 Glenlake Ave > > Itasca IL 60143 > > 630-980-8461 > > [email protected]

