Hello everybody,
how can I open the windows printer dialog (in a form and / or in a web page)?
And how can I assign the selected printer to the printing process in RDMLX?
Reports are generated and printed with the RDMLX commands.
Best regards,
Joerg
Windows Printer Dialog
- Stewart Marshall
- Posts: 417
- Joined: Thu Nov 05, 2015 5:25 pm
-
Joerg Hamacher
- Posts: 124
- Joined: Thu Feb 11, 2016 12:01 am
Re: Windows Printer Dialog
Hi Stewart,
can I set these extensions "on the fly" in a LANSA form?
Best regards,
Joerg
can I set these extensions "on the fly" in a LANSA form?
Best regards,
Joerg
Re: Windows Printer Dialog
This seems to say you can - http://docs.lansa.com/14/en/lansa015/in ... _value.htm
Windows printing extension parameters such as WPEN, WPPN, WPPS, WPPD, WPFD, WPDF, WPDS, WPFO and WPAS may be specified in this parameter. Any value specified in argument 2 should follow the same rules as defined for use of the windows printing extension parameter on the command line. (Refer to Windows Printing Extensions.)
-
Joerg Hamacher
- Posts: 124
- Joined: Thu Feb 11, 2016 12:01 am
Re: Windows Printer Dialog
Hi Mark,
thank you for this information - it is working!
I put WPEN and WPPD in the initialize event of a form, then called a function with the print commands - and the printer dialog appears.
Best regards,
Joerg
thank you for this information - it is working!
I put WPEN and WPPD in the initialize event of a form, then called a function with the print commands - and the printer dialog appears.
Best regards,
Joerg