Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

regarding report

Former Member
0 Likes
1,797

Moderator message: please use a more meaningful and informative subject for future questions

hi all,

we are migrating the programs from 4.7 to ECC....while doing this i got error in standard modified program like this....."THE RADIO BUTTON GROUP "0001" CONTAINS ONLY ONE PARAMETER...

please guided me in this...

Edited by: Matt on Nov 19, 2008 10:17 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,248

Hi Sai,

just do like this.

PARAMETERS: rb1 RADIOBUTTON GROUP 0001,

rb2 RADIOBUTTON GROUP 0001.

Thanks

NItesh

6 REPLIES 6
Read only

Former Member
0 Likes
1,248

>

> hi all,

> we are migrating the programs from 4.7 to ECC....while doing this i got error in standard modified program like this....."THE RADIO BUTTON GROUP "0001" CONTAINS ONLY ONE PARAMETER...

>

> please guided me in this...

Hi,

you need to specify one more radiobutton in your program. As minimum two radiobuttons should be there for a group '0001'.

Thanks

Nitesh

Read only

matt
Active Contributor
0 Likes
1,248

Please use a more meaningful and informative subject for future questions

Read only

Former Member
0 Likes
1,248

HI,

Declare two radio buttons and for one use the No-Display option for not getting displayed on the selection screen.

Read only

Former Member
0 Likes
1,249

Hi Sai,

just do like this.

PARAMETERS: rb1 RADIOBUTTON GROUP 0001,

rb2 RADIOBUTTON GROUP 0001.

Thanks

NItesh

Read only

Former Member
0 Likes
1,248

Please define two or more radiobuttons in a group.

example:

PARAMETERS: R_1 RADIOBUTTON GROUP GRP1.

PARAMETERS: R_2 RADIOBUTTON GROUP GRP1.

thanks.

Read only

rainer_hbenthal
Active Contributor
0 Likes
1,248

A single radiobutton in a group does not make any sense as it is alway on. Use checkbox for that or delete the radiobutton if it is not needed or must be alyway on.