PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] Print Preview Crashes Every Time
[WD20] Print Preview Crashes Every Time
Iniciado por guest, 04,mar. 2016 21:58 - 2 respuestas
Publicado el 04,marzo 2016 - 21:58
Any time I try to print preview a report with a table control as the data source my application crashes. The only error I get is that, "WDTst.exe stopped working". Everything was working fine until this morning. The other developers don't have my problem.

I tried deleting the .cpl folder and restarting my computer. I tried deleting the project folder and re-downloading it from SCM. I made sure the reports were set up correctly and that nothing had changed.

Any ideas?
Publicado el 04,marzo 2016 - 22:17
Hi Curtis

to do its preview, your program dialogs with the printer driver. Therefore, if it was updated (automatic windows update, anybody?), and if in that update the technical margins were changed, and if you report was printing very close of the old technical margins, you may be experiencing a crash due to printing in the non printable area

you can try working against another printer driver to check if the problem comes from there

Best regards
Publicado el 04,marzo 2016 - 22:28
Thanks! Apparently it was trying to use the receipt printer driver that isn't even connected to my system. I switched the default printer and now it works.