Application Development 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: 

Output with Push buttons on Selection Screeen

Former Member
0 Kudos

Hi Experts,

I am trying to put one push button on the selection screeen and by pressing dat button i should display the output list....

I have declared the push buttons an wrote necessary code in At selection screeen event and it is triggering fine..

But how can i display that result as the output list.

Here i am using At-line selection event for displaying other list in the same report which is not part of the above code.

so, if the user doesn't press the push button on th selection screen then he shuld display another interactive list...

can anybody help regarding how to code this..

Point will be rewarded...

Thanks in advance...

1 REPLY 1

Former Member
0 Kudos

set flags accordingly....

if user clicks on button....set a flag....

now while populating and outputting and even in at line selection ....u check for this condition......

in else part of the code.... u populate other internal table and output it....... !!!!!