I have few questions regarding Printing Reports through Visual Basic 6.
(1) I want small sized bills to be printed, sometimes continuously,
in such a way, as happens in all applications, that the page (bill)
printed scrolls up. The text should not be printed on the
perforation of the pages. The printer should automatically
scroll.
I have created the bill using Visual Basic 6 DataReport Designer.
But the problem is that the report generated by DataReport
is slow on Dot-Matrix printer, and also I am not sure whether
the bills will automatically scroll.
If I use Printer.SystemObject, then the problem of Tab Settings
arise. I have to manually test each heading where it appears.
Please suggest how to scroll pages automatically with the above
both ways.
(2) Which method is more reliable? Some say that Printer.SystemObject
method gives more control and speed. Also, the chance of DataReport
errors are more.
Which printer method to use when and why?
(3) If I transfer the printable text into TEXT file and issue the
following DOS command:
Type ABC.Txt > PRN
This is fast but again the problem of scrolling.
Please help me.
(1) I want small sized bills to be printed, sometimes continuously,
in such a way, as happens in all applications, that the page (bill)
printed scrolls up. The text should not be printed on the
perforation of the pages. The printer should automatically
scroll.
I have created the bill using Visual Basic 6 DataReport Designer.
But the problem is that the report generated by DataReport
is slow on Dot-Matrix printer, and also I am not sure whether
the bills will automatically scroll.
If I use Printer.SystemObject, then the problem of Tab Settings
arise. I have to manually test each heading where it appears.
Please suggest how to scroll pages automatically with the above
both ways.
(2) Which method is more reliable? Some say that Printer.SystemObject
method gives more control and speed. Also, the chance of DataReport
errors are more.
Which printer method to use when and why?
(3) If I transfer the printable text into TEXT file and issue the
following DOS command:
Type ABC.Txt > PRN
This is fast but again the problem of scrolling.
Please help me.