Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8689

Re: do we have control on PDF controls ex : print, save, mail etc...

$
0
0

hi Jacob

you can set some parameters when open form and it will achieve what you want.

 

The available params are:

  • Optional: Set output parameters

gs_outputparams-nodialog = ''.

gs_outputparams-preview = ''.

gs_outputparams-getpdf = 'X'.

gs_outputparams-nopreview = 'X'.

gs_outputparams-noprint = 'X'.

gs_outputparams-noarchive = 'X'.

gs_outputparams-nopributt = 'X'.

gs_outputparams-arcmode = '1'.

gs_outputparams-noarchive = 'X'.

  • Open print job

CALL FUNCTION 'FP_JOB_OPEN'

CHANGING

ie_outputparams = gs_outputparams

EXCEPTIONS

OTHERS = 1.

 

regards,

Archer


Viewing all articles
Browse latest Browse all 8689

Trending Articles