radio button problem [message #142355] |
Fri, 14 October 2005 05:55 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
muralikumarg
Messages: 33 Registered: August 2005 Location: Chennai
|
Member |
|
|
hi,
I am having multi-record data block with radio buttons as one of the column. the structure is like
textfield1 radiobuttongroup(button1,button2) textfield2
for both radio button1 and radio button2 i have set access keys I and O.
after entering values in textfield1 and setting a tab out. the focus goes in radio button group. when i give alt+'I' in that to select button1, the when validate trigger of textfield2 fires.
I want to traverse inside radio button group using alt+'I' and alt+'O'.
Please help me in this regard.
[Updated on: Fri, 14 October 2005 06:00] Report message to a moderator
|
|
|
Re: radio button problem [message #142506 is a reply to message #142355] |
Fri, 14 October 2005 23:57 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
naveednt
Messages: 34 Registered: October 2005 Location: Karachi, Pakistan
|
Member |
|
|
use radio button property and change the lable to
&I and &O
or
&Inside and &Outside
use '&' before the character u want to make shortcut of
|
|
|