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

Smartform GUI Help

Former Member
0 Likes
567

Hi,

I have a requirement like if i execute the print program for smartforms printer window will appear.in printer window if i choose print preview in next layout preview window print icon and menu is coming.

I want to disable the print icon and print menu.

And If print option choosen by user from printr window.I have to update some records to database. Is it possible?

Thanks

Regards,

Nandha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
551

When u call ur Smarform there are some control paramters to be passed like control parameter and output parameter..

Check and set the values fo these parameters to supress the print from print review..

3 REPLIES 3
Read only

Former Member
0 Likes
552

When u call ur Smarform there are some control paramters to be passed like control parameter and output parameter..

Check and set the values fo these parameters to supress the print from print review..

Read only

Former Member
0 Likes
551

Using these strucutres 'SSFCTRLOP' 'SSFCRESOP' 'SSFCRESCL' 'SSFCOMPOP' you can do modifications to ur print icon, etc.., try to implement them.

Regarding when u click the print window you can update the records also. generally when u print the smartform or download it in pdf form the 'nast' table is updated to know whether the file has been printed or not. like that you can do the same for updating various records.

Reward points if its helps.

Cheers,

Read only

0 Likes
551

Hi,

Thanks for the reply.

Please explain how to do?

Regards,

Nandha