RE: Re: 4D v17r4 Windows Print To PDF ignoring PAGE SETUP

2019-10-11 Thread Scott Staley via 4D_Tech
I am also having a similar problem... Code SET PRINT OPTION(Paper option;$t_Paper) SET PRINT OPTION(Orientation option;$l_Orientation) SET PRINT OPTION(Scale option;$l_Scale) SET PRINTABLE MARGIN($l_margin_Left;$l_margin_Top;$l_margin_Right;$l_margin_Bottom) PRINT SETTINGS The

RE: Re: 4D v17r4 Windows Print To PDF ignoring PAGE SETUP

2019-10-10 Thread Keith Goebel via 4D_Tech
My only suggestion here is to ensure any Print Options calls are made after Set Printer, as the latter can mess up options set before that command. HTH, Keith > On 11/10/2019, at 2:20 am, Piotr Chabot Stadhouders wrote: > ... > Did you find a solution for this? > I am working on a Windows 10

RE: Re: 4D v17r4 Windows Print To PDF ignoring PAGE SETUP

2019-10-10 Thread Piotr Chabot Stadhouders via 4D_Tech
any of my settings Gr, Piotr Van: Piotr Chabot Stadhouders Verzonden: Thursday, 10 October 2019 13:55 Aan: Piotr Chabot Stadhouders Onderwerp: Re: 4D v17r4 Windows Print To PDF ignoring PAGE SETUP The newest versions of 4D do better if you set these options in code instead of a saved page setup.