cancel
Showing results for 
Search instead for 
Did you mean: 

Print Preview before Print Dialog

Former Member
0 Kudos

Hi expert.

i have one problem and need an advise.

i create a smartform with parameter to skip pop up window print dialog, and i use code to specific printer and output parameters for immediately print when click print button in this driver program. it's ok untill my user request like this

"after execute driver program, system should show print preview. and after click print button print dialog window will pop up, so they can select desire printer and other option."

please suggest me how to solve this problem. point for useful answer.

regards,

kittisak.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

data:

w_ctrlop type ssfctrlop,

w_compop type ssfcompop,

w_return type ssfcrescl.

w_ctrlop-getotf = 'X'.

w_ctrlop-no_dialog = 'X'.

w_compop-tdnoprev = 'X'.

Regards,

Sravanthi

Answers (0)