‎2006 Aug 24 1:29 PM
Hi,
in my dialog program i want to build in some dependency between checkboxes. So when i click checkbox 1, checkbox 2 must be checked automatically. And when i uncheck checkbox 2, checkbox 1 must be unchecked automatically.
And that without pushing the enter button.
I did something before in a normale report.
1) I have defined a parameter :
parameters: p_ch as checkbox user-command ente.
2) in the AT SELECTION-SCREEN OUTPUT i can do whatever i want.
But can i do something simular also in a dialog program ?
regards,
Hans
‎2006 Aug 24 1:40 PM
I think you have to assign a Function code in the attributes for that check box in the screen painter. It is similar to the user command you give in the normal report.
What ever you did in at selection-screen output can now be implemented in PBO section of the screen.
Regards,
Ravi
‎2006 Aug 24 1:35 PM
hi,
It is not possible to do it without pressing ENTER.
No event gets triggered when we check or uncheck the checkbox in dialog program.
It is possible in report program.
You can try like this.
Design a selection screen in report and call the selection screen from dialog program. Import all the values that have been given as input from report program to dialog program.
Regards,
Sailaja.
‎2006 Aug 24 1:38 PM
Sailaja,
thanx for the answer, but that is not an option for me right now. The program is a very critical, old program with a lot of functionality in this screen.
regards,
Hans
‎2006 Aug 24 1:40 PM
I think you have to assign a Function code in the attributes for that check box in the screen painter. It is similar to the user command you give in the normal report.
What ever you did in at selection-screen output can now be implemented in PBO section of the screen.
Regards,
Ravi
‎2006 Aug 24 2:14 PM