Thank You. I will try it. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Charles Parks Sent: Friday, 06 August, 2004 15:23 To: [EMAIL PROTECTED] Subject: [RBG7-L] - Re: Push buttons
If there is only two fields you can assign one of the radio buttons in the radio group a component id then in then In the on after start use PROPERTY RadioBtn1 SET_FOCUS 'TRUE' In the data variable in the on exit use PROPERTY RadioBtn1 SET_FOCUS 'TRUE' This will allow for tabbing. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nielsen Midge D Contr 388 RANS/JT3 Posted At: Friday, August 06, 2004 3:04 PM Posted To: RB7-L Conversation: [RBG7-L] - Re: Push buttons Subject: [RBG7-L] - Re: Push buttons So how do you enable a Variable Radio Group Button so that it will follow the tab order. I have a form that I am trying to convert to 7.x and there are only two objects on the form. One is the Radio Group that needs to come first to set a variable and the other is a date variable that I have an EEP attached to, to open another form. I can't get the first form to the Radio Group button. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of A. Razzak Memon Sent: Wednesday, 04 August, 2004 21:03 To: [EMAIL PROTECTED] Subject: [RBG7-L] - Re: Push buttons At 01:04 PM 8/4/2004 -0500, Javier Valencia wrote: >Is the Speed Button the only button that does not become part of the >field tab order? Javier, The following form controls are NOT part of the field tab order: 01. Enhanced Speed Button 02. Group Bar 03. Label 04. Shape 05. Speed Button 06. Any DB or Variable control that is NOT "Enabled". Hope that helps! Very Best R:egards, Razzak.
