PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to print a Report on a specified printer without user action?
How to print a Report on a specified printer without user action?
Iniciado por meikl, 17,mar. 2017 07:49 - 3 respuestas
Miembro registrado
118 mensajes
Publicado el 17,marzo 2017 - 07:49
Hi all,

How to print a report on a known printer at runtime, which is not the defaultprinter and without any user action?

IConfigure is not thought to use with reports, IConfigureReport pops a user-dialog ... what else?

regards
meikl :)
Publicado el 17,marzo 2017 - 12:13
Hi

I have been using iconfigure with the detailed parameters with reports
since way before iconfigurereport existed and it is still working
perfectly...

Now, the difference between iconfigure and iconfigurereport is that the
latter initialize the dialog box with the values defined in the report,
thing that the iconfigure function does not...

Considering that you do NOT want to open the dialog, you don't need that
function

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 3/17/2017 à 1:49 AM, Michael a écrit :
Hi all,

How to print a report on a known printer at runtime, which is not the
defaultprinter and without any user action?

IConfigure is not thought to use with reports, IConfigureReport pops a
user-dialog ... what else?

regards
meikl :)
Miembro registrado
118 mensajes
Publicado el 17,marzo 2017 - 14:17
well, thanks Fabrice, i will give it a try
Mensaje modificado, 17,marzo 2017 - 14:18
Miembro registrado
33 mensajes
Popularité : +2 (2 votes)
Publicado el 11,abril 2017 - 13:25
Have you considered using the Commandline function?

You can use it to pass the printer name at runtime.

--
Regards,

Norman