Hi from austria,
i have now tried for hours to use copies with my printer driver; but it was not possible to use ths feature. Here my code:
DIM Co&
XPRINT ATTACH DEFAULT
XPRINT SET COPIES 4
XPRINT GET COPIES TO Co&
XPRINT CLOSE
When i debug this code, i always get 0 in Co&; i tried many different printer drivers, which are able to produce copies in other languages.
Any ideas?
Thanks from austria!
i have now tried for hours to use copies with my printer driver; but it was not possible to use ths feature. Here my code:
DIM Co&
XPRINT ATTACH DEFAULT
XPRINT SET COPIES 4
XPRINT GET COPIES TO Co&
XPRINT CLOSE
When i debug this code, i always get 0 in Co&; i tried many different printer drivers, which are able to produce copies in other languages.
Any ideas?
Thanks from austria!
Comment