set printer for Crystal Report label Answered
Hi Mr Heigl,
I have problems printing a Crystal label (which should be printed on a specific printer)
I'd like to set a printer named "Etiketten" in beas script.
Unfortunately I didn't understand the documentation.
The following script uses always the default printer:
printobject=setvar=Lieferschein=<documentparams_docentry>
printobject=setvar=Linenum=%sub(<itemrow:38>,1)
printobject=setvar=druckcopy=<anzahleti>
printobject=setvar=sofortdruck=j
printobject=print=Artikeletikett.rpt
I've tried with:
printobject=e_printername=Etiketten
But no success
Thanx in Advance
Comments
1 comment
Hello,
this is a very old code
please use the newer syntax
More information see
http://www.beascloud.net/docs/help/beasscript/index.html?druckobject.htm
Please sign in to leave a comment.