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

radio button in module pool

Former Member
0 Likes
1,602

Hi all,

In my module pool program, i have two radio buttons, one is upload and other Download.

download(radio button) is set as default,

when download(radio button) is not initial some fields to be made input-disabled.

it is working fine, but whereas upload(radio button ) is taking multiple clicks to trigger.

please help me to solve this.

thanks in advance...

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,559

Did you add some dummy function code to radiobutton, so triggering a PAI/PBO cycle ?

Regards,

Raymond

7 REPLIES 7
Read only

Former Member
0 Likes
1,559

Put a watch point on each radio button and see what happens when you set the screen attributes.

Rob

Read only

0 Likes
1,559

Hi Rob,

I had set a break-point at loop at screen. but it is not  going to debugger until i click multiple times on upload radio button.

Read only

0 Likes
1,559

Try the watch points. That way you can see what happens every time the program processes them.

Rob

Read only

ArcherZhang
Product and Topic Expert
Product and Topic Expert
0 Likes
1,559

Hi Srikanth,

What`s mean of multiple clicks? it is random?

There are two things you need check,

1, Do you grouping those two radio button? Selected those two radio button, right mouse, 'Radio grouping', define.

2, Do you assign the same function code to both radio button?

Regards,

Archer

Read only

former_member182877
Participant
0 Likes
1,559

Hi Srikath,

I understand your issue as this...

You are CLICKing once the 'Downlouad' button and your report is executing as expected (screen attributes behave the way you want)

But even if you CLICK multiple times the UPLOAD Radio-Button - Nothing is happening....

I think

- You have not assigned a FUNCTION CODE to your Radio Button!!!

Please check and revert if the issue still exist.

Cheers,

Kripa Rangachari.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,560

Did you add some dummy function code to radiobutton, so triggering a PAI/PBO cycle ?

Regards,

Raymond

Read only

Former Member
0 Likes
1,559

thank you all,

issue solved...issue is regrading..FCODE