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

smartforms-print priview problem

Former Member
0 Likes
730

Dear All,

I have developed a smartform and print program and assigned to a output type for VA02. when i use VA02 and issue output type , when i select print preview a popup will appearing ( output device screen).

But i dont want that screen. how to avoid it.

please help me.

regards,

kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
694

control_param-no_dialog = 'X'.

control_param-preview = ' '.

composer_param-tdnoprev = 'X'.

4 REPLIES 4
Read only

Former Member
0 Likes
695

control_param-no_dialog = 'X'.

control_param-preview = ' '.

composer_param-tdnoprev = 'X'.

Read only

Former Member
0 Likes
694

There could be 2 reasons for this .

1.No default printer maintained against your userid.Check in system->Userprofile->owndata->Select defaults tab.Check if u have provided the output device.

If there is no problem with the point 1 then

2.Check out the control pararamerts in the interface of the smartform,there will be a variable for printer check that also for a printer name.

Cheers

Read only

0 Likes
694

Thank you for u r information. It is very helpful for me.

Read only

Former Member
0 Likes
694

hi,

you mean to say the print options screen? if yes, in your program, print options check the nodialog option as 'X'.

this should solve your query.

thanks,

anupama.