Application Development and Automation 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: 
Read only

Pushbutton in list body

Former Member
0 Likes
873

Hi,

Can we have a push button in a list body ( Not in Gui element like application bar). If yes then how?

Thanks & Regards,

Abhishek Sarkar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
855

u can't create a push button...............but u can create a hotspot....using the formate options .........it will serve the purpose.....

Regards,

Vamshidhar .

Hi,

Can we have a push button in a list body ( Not in Gui element like application bar). If yes then how?

Thanks & Regards,

Abhishek Sarkar

6 REPLIES 6
Read only

Former Member
0 Likes
856

u can't create a push button...............but u can create a hotspot....using the formate options .........it will serve the purpose.....

Regards,

Vamshidhar .

Read only

Former Member
0 Likes
855

HI,

u cannot create push button in list output.

rgds,

bharat.

Read only

Former Member
0 Likes
855

Hi,

You can put push button in the output list. You have to use SET PF-STATUS statement.

Just follow these stepts.

1. write SET PF-STATUS 'TEST'.

2. double click on TEST.

3. It will ask you to create status object. click on YES.

4. give the short description and press enter.

5. next screen you will find three things like... MENU BAR, APPLICATION TOOL BAR and FUNCTION KEYS.

6. click on the down arrow that appears next to APPLICATION TOOL BAR.

7. in the items, in first box write your name and press down the text. one popup box will come. press enter.

8. give the function text and press enter.

9. assign key for your push button. and press enter.

10. press enter and activate.

Regards,

Satish

Read only

0 Likes
855

Hi Satish,

First of all, it will create a push button in application toold bar, not in list body ( I specifically asked whether there is a way to create push button in a list body not in application tool bar).

Even if we create it in application tool bar, then how to handle that function code. Just in case of dialog, PAI get called when you press the push button. But in case of report program nothing is getting called when we presing the push button in application tool bar. The how to handle that pushbutton/ function code in application tool bar or a report?

Thanks & Regards,

Abhishek Sarkar

Read only

0 Likes
855

The coding will be done in At User-Command event.

Thanks for replying.

Read only

Former Member
0 Likes
855

Resolved.

Thanks for replying.