Re: Write Pro Print Preview...

2019-07-08 Thread Tom Benedict via 4D_Tech
I have discovered that Print Preview is not appearing because my code is running ‘inside’ of OPEN PRINTING JOB, which requires that all printer setup, including Print Preview, be done prior to calling OPEN PRINTING JOB. Tom > On Jul 7, 2019, at 15:09, Tom Benedict wrote: > > I’m trying to get

Write Pro Print Preview...

2019-07-07 Thread Tom Benedict via 4D_Tech
I’m trying to get a reliable print preview support in 4D Write Pro. This blog posting https://blog.4d.com/4d-write-pro-wp-commands-and-beyond/ says: "So 4D’s printing commands also apply to 4D Write Pro, such as SET PRINT PREVIEW

RE: Write Pro print preview

2018-12-31 Thread David Ringsmuth via 4D_Tech
SET PRINT OPTION(Destination option;2;$pdfpath) “2” seems to do a print preview. 😊 David Ringsmuth From: David Ringsmuth Sent: Monday, December 31, 2018 9:32 AM To: 4D iNug Technical Subject: Write Pro print preview 4D v17 R2 32bit and 64bit Windows 10 (current) At first and sometimes while

Write Pro print preview

2018-12-31 Thread David Ringsmuth via 4D_Tech
4D v17 R2 32bit and 64bit Windows 10 (current) At first and sometimes while using different features, I get a print preview. But now I mostly get a Save File dialog when executing WP Print. $pdfprintername:="Microsoft Print to PDF" … SET CURRENT PRINTER($pdfprintername) SET PRINT OPTION(Destinat