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: 

In a report, trigger an event before start-of-selection

Former Member
0 Kudos

Hi, i want to write some code in a report, but i want this code be called before the start-of-selection.. Specifically, when a user clicks Execute buttom.

How i can do that?

Reward points

2 REPLIES 2

Former Member
0 Kudos

a

Former Member
0 Kudos

Hi,

1. Initialization

will trig first. you can code here to give default values for selection screen.

2. At selection screen

3. At selection screen on value< >

this also will trig which you can validate the selection screen.

Award points if this helps you.

Thanks,

Deepak.