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

Popup in Smartforms

Former Member
0 Likes
392

Hello Friends

I am printing Invoice Smartforms. User has got the following requirement.

Please give me full idea how to do the same.

<b>Add pop-up to Provide an option whether to Print country name or not</b>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
367

Hi Kapil ,

In the window where you are printing the country add CODE and in the code call the FM POPUP_TO_CONFIRM , this will give a popup when the window is called and then based on the input given by the user you can decide whether to print the country name or not.

Regards

Arun

Hello Friends

I am printing Invoice Smartforms. User has got the following requirement.

Please give me full idea how to do the same.

<b>Add pop-up to Provide an option whether to Print country name or not</b>

2 REPLIES 2
Read only

Former Member
0 Likes
367

add a button status bar.

and re print the smartform.

when user clk not display country.

Read only

Former Member
0 Likes
368

Hi Kapil ,

In the window where you are printing the country add CODE and in the code call the FM POPUP_TO_CONFIRM , this will give a popup when the window is called and then based on the input given by the user you can decide whether to print the country name or not.

Regards

Arun