‎2015 Nov 16 9:03 PM
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...
‎2015 Nov 17 9:42 AM
‎2015 Nov 16 9:23 PM
Put a watch point on each radio button and see what happens when you set the screen attributes.
Rob
‎2015 Nov 16 9:27 PM
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.
‎2015 Nov 16 9:33 PM
Try the watch points. That way you can see what happens every time the program processes them.
Rob
‎2015 Nov 17 2:27 AM
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
‎2015 Nov 17 2:30 AM
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.
‎2015 Nov 17 9:42 AM
‎2015 Nov 17 11:40 AM