‎2005 Dec 28 4:26 AM
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
‎2005 Dec 28 4:59 AM
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..
‎2005 Dec 28 4:59 AM
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..
‎2005 Dec 28 5:34 AM
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,
‎2005 Dec 28 5:51 AM
Hi,
Thanks for the reply.
Please explain how to do?
Regards,
Nandha