2005 Jan 08 1:12 PM
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
2005 Jan 08 3:51 PM
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
2005 Jan 08 3:51 PM
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
2005 Jan 09 4:08 AM
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?
2005 Jan 10 7:05 AM