Error on printing
Posted: Fri Feb 17, 2023 4:40 am
Hello Roger,
sometimes i get this error:
ALLGDruck 176:
MS_PDF_PRINTER is defined as "Microsoft Print to PDF"
Have you an idea, what can cause this error (only sometimes) ?
sometimes i get this error:
Code: Select all
General Error Information:
--------------------------
Xbase Error.: 2: Parameter hat falschen Typ
Sub System..: BASE[1025]
Operation...: ":init"
Can Default.: No
Can Retry...: No
Can Substit.: Yes
Severity....: Error
Cargo.......: [None]
Tries.......: 0
Thread No...: 3
-------------------------------------------------------------------------------
Arguments of Procedure, Function or Method:
-------------------------------------------
Arguments...: 2
Type: O, Class: XbpFont
Type: O, Class: XbpPresSpace
-------------------------------------------------------------------------------
CallStack Information for Thread: 3
-----------------------------------
Procedure...: DC_FONTCONFIGURE(156)
Called from: DC_PRINTER:SETFONT(2579)
Called from: DC_PRINTER:INIT(892)
Called from: DC_PRINTERON(3753)
Called from: ALLGDRUCK(176)
Code: Select all
DCPRINT ON NAME MS_PDF_PRINTER ;
TOFILE OUTFILE (M->oFVW:FvwLocalTmpPath + p4 + ".pdf") ;
TO oPrinter ;
SIZE oDPar:MaxLen, 80 ;
FORMSIZE XBPPRN_FORM_A4 ;
TITLE p4
Have you an idea, what can cause this error (only sometimes) ?