Hello All.
i need to show in a PB application a PDF File and then print (every print will insert a line in a column)
i need to avoid this toolbar to appears
i try the following
ole_pdf.Object.loadfile(is_archivo_pdf)
ole_pdf.object.setShowToolbar(False)
ole_pdf.object.SetPageMode('none')
but neither setShowToolbar nor SetPageMode have any effect
i can not use the browser ole cause i need to manage the print not
any ideas
i put a PB object over the position where the toolbar is
it is not the best solution but at least i can control de printing