There used to be a document somewhere that described all the different types of 
buttons. I wish I can find it again.

It would be helpful.

Dan Goldberg


From: jan johansen 
Sent: Tuesday, April 22, 2014 1:47 PM
To: RBASE-L Mailing List 
Subject: [RBASE-L] - RE: speed button issue
>From the help file

Speed Button
"This control places a push button object which can load image files and 
execute a Pre-Defined EEP, Stored Procedure, Custom Form Action, External EEP 
Command File, or embedded Custom EEP. Speed Buttons do not become part of the 
field tab order."

I believe the applicable part is
"do not become part of the field tab order"

Jan
 


  -----Original Message-----
  From: "MikeB" <[email protected]>
  To: [email protected] (RBASE-L Mailing List)
  Date: Tue, 22 Apr 2014 16:19:00 -0400
  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: mailto:rbase-l%40rbase.com [mailto:mailto:rbase-l%40rbase.com] 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
  >
  > mailto:dmcgrath%40qmiusa.com

   

Reply via email to