For yers my local user (Dell 133 MHz, 32M)
was printing without any difficulties.
This week he upgrade machine (Dell 2000MHz, 512M)
(no other change)
and reports look like spilled "puzzle".
To solve,
...
report form MyReport to Myfile.txt noco
copy file Myfile.txt to lpt1
...
Myfile.txt was good, report was bad.
I try
!copy Myfile.txt lpt1
... no success.
Solution was
!cmd /c copy Myfile.txt lpt1
(may be is it generally knowed, but i spend
plenty of time with useless print manager experiments ...)
Tesar
was printing without any difficulties.
This week he upgrade machine (Dell 2000MHz, 512M)
(no other change)
and reports look like spilled "puzzle".
To solve,
...
report form MyReport to Myfile.txt noco
copy file Myfile.txt to lpt1
...
Myfile.txt was good, report was bad.
I try
!copy Myfile.txt lpt1
... no success.
Solution was
!cmd /c copy Myfile.txt lpt1
(may be is it generally knowed, but i spend
plenty of time with useless print manager experiments ...)
Tesar