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: 

Execute Button Icon in Screen

Former Member
0 Kudos
1,216

hai

I want to add Execute (Clock) button in screen.

when i click execute button or icon i want to call report

program.

Could you please suggest how to add Execute (Clock)

button in Screen.

Chandra Kumar

1 ACCEPTED SOLUTION

ssimsekler
Active Contributor
0 Kudos
448

Hi Chandra

You can do this by just following the standard procedure for adding a button on the application toolbar.

1. Define the function code for executing the report at your GUI Status.

2. Right-click the function code and select "Attributes". There choose the icon you want.

3. Put it on the application toolbar by adding its function code to the related place.

You can direct the program flow by checking the user-command at PAI.

<i>And as a last thing, let me introduce you the SDN forums pointing system: You can assign points to posts you find helpful while solving your question. You can reward points by clicking the yellow star icon at header of each reply post. You can reward;

- one 10 points (solved)

- two 6 points (very helpful answer)

- many 2 points (helpful answer)</i>

Kind Regards...

*--Serdar

3 REPLIES 3

ssimsekler
Active Contributor
0 Kudos
449

Hi Chandra

You can do this by just following the standard procedure for adding a button on the application toolbar.

1. Define the function code for executing the report at your GUI Status.

2. Right-click the function code and select "Attributes". There choose the icon you want.

3. Put it on the application toolbar by adding its function code to the related place.

You can direct the program flow by checking the user-command at PAI.

<i>And as a last thing, let me introduce you the SDN forums pointing system: You can assign points to posts you find helpful while solving your question. You can reward points by clicking the yellow star icon at header of each reply post. You can reward;

- one 10 points (solved)

- two 6 points (very helpful answer)

- many 2 points (helpful answer)</i>

Kind Regards...

*--Serdar

Former Member
0 Kudos
448

In the body of the screen? Different approach required.

On a selection screen? Different approach required.

In the application toolbar? Did the previous answer give you enough details?

0 Kudos
448

Thanks for your assistance.