Re: Print continuously
From: Prasad Athrayil (prasad_at_epiance.com)
Date: 11/26/04
- Next message: StephenMcC: "RE: ADO XML question"
- Previous message: Kagsy: "ADO XML question"
- In reply to: Rajani: "Print continuously"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 26 Nov 2004 14:43:27 +0530
Why can't u generate a simple data report out of these database values and
print that
There I think u can give line feed & page feed
means after printing each page it the printer scolls the page and prints
correctly on the second page.
"Rajani" <Rajani@discussions.microsoft.com> wrote in message
news:367D990D-2993-4B8B-AF31-2E8631E2A4CF@microsoft.com...
> Hello,
>
> I have large text in a multiline textbox. It was generated from the
> database. Ex.
> job size qty lay bdlno opr
>
>
> job size qty lay bdlno opr
>
>
> job size qty lay bdlno opr
>
> .....
>
> Around 500 rows. In the command click event, i am printing this on my
> default dot matrix printer. The paper is also continuous feed and is pre
> formated with these headings(job size qty lay bdlno opr)
> There is no top margin or bottom margin. You can not find whether the
paper
> is ended. Only thing a dotted line exist on the paper at the end of each
page
> to cut it.So it looks likea continuous single page with the headings as
> specified. So i generated report from the database and stored in the text
> box. Why i am using this way is that the user may delete some records and
> start printing from that. In case power failures the user must start
printing
> from the beginning. So, i used textbox.
> Its printing one page only. How can i print continuously?
>
> Ex:
> dim strOP
> strOP=txtResult.text
> printer.print strOP
>
> Thanx in advance
- Next message: StephenMcC: "RE: ADO XML question"
- Previous message: Kagsy: "ADO XML question"
- In reply to: Rajani: "Print continuously"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|