Hello,
i have a Problem with Printing to a different PaperBin
Samplecode in VisualFoxpro
goVPE = CREATEOBJECT('VpeControl.VpeControl')
goVPE.OpenDoc
goVPE.DEVICE = "Printer"
goVPE.PaperBin = PaperBinNo
goVPE.PrintOptions = 20
... Load Template ...
goVPE.PrintDoc(.F.)
no matter which Number or Value from vpe.h i use for the PaperBin, allways the Output goes to the Default Bin. I read here in the Forum about the PrintOptions and add 4+16 to 20, but also this do not work.
Someone an idea?
Thanks a lot
Klaus