Skip to Content
0
Apr 22, 2009 at 07:24 AM

Radio button on Screen Painter

218 Views

hi all,

i'm trying to set a group of radio button on Screen Painter. I have 3 buttons as radio but i cannot find the way to set a group for them.

As usual i write as the following:

PARAMETERS: R1 RADIOBUTTON GROUP RAD1,
R2 RADIOBUTTON GROUP RAD1 DEFAULT 'X',
R3 RADIOBUTTON GROUP RAD1,

S1 RADIOBUTTON GROUP RAD2,
S2 RADIOBUTTON GROUP RAD2,
S3 RADIOBUTTON GROUP RAD2 DEFAULT 'X'.

and set the group as RAD1 and RAD2.

How can I set a group as above on Screen Painter?

Thanks in advance.

Peerasit