Printer Param Error

This forum is for eXpress++ general support.
Post Reply
Message
Author
Daniel
Posts: 2
Joined: Wed Feb 24, 2010 8:23 am

Printer Param Error

#1 Post by Daniel »

Hi

I get an Error from DC_Printer:INIT
"wrong type in parameter", operation: paperSize
oError: args: VALTYPE: U VALUE: NIL

The documentation says about aOptions[10] of DC_PrinterDialog :
Type A Paper Size (an array of 6 elements)
All I tried with Printer Setup through DC_PrinterDialog( aOptions) does not help.
aOptions[10] of DC_PrinterDialog is not set, it remains of VALTYPE: "U" instead of "A"

THanks for your advice!
Daniel

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Printer Param Error

#2 Post by rdonnay »

Do you get this error every time?

If so, can you send me a sample program that causes the error?
The eXpress train is coming - and it has more cars.

Daniel
Posts: 2
Joined: Wed Feb 24, 2010 8:23 am

Re: Printer Param Error

#3 Post by Daniel »

I got an errorlog from a client with 3 equal errors from DC_PRINTER:INIT
It happened at least twice in different months.
But I don't get the error myself.

I will have to wait till it happens again. If it does.

Post Reply