Sorry, i was not so specific!!!
My question is about what code should i insert from my C++ program to the
textfile (ofstream)!!!!
so, ti goes like:
#define PAGE_EJECT
....
ofstream dump(PathToFile,ios::out);
...
dump << TextLine << endl;
...
dump << TextLine << endl;
...
dump << PAGE_EJECT
}
WHAT IS THIS PAGE EJECT????
----- Original Message -----
From: James M. Rogers <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 03, 2000 1:36 AM
Subject: Re: printer
> Try sending a control-L
>
> In vi:
>
> Move the cursor to the place that you want your page break, or the
> end.
>
> Type the letter i to go into insert mode.
>
> Hold down the control key and hit the letter v followed by the letter
> l.
>
> There should now be a '^L' in place.
>
> Hit the Esc key. You are now out of insert mode.
>
>
> This should work.
>
> Alexandru Sofronie wrote:
> >
> > What are the codes for page-advance (or a code to end current page) for
> > printers?
> > i have to make a text file and send it to printer, but the printer just
> > stays (it indicates me it has something there, but it will not list
until i
> > press the ejet-page button - it prints correctly then).
> > So, i want somenthing like cr, lf etc (perhaps).
> >
> > PLEASE HELP URGENTLY!
> > [EMAIL PROTECTED]
> >
> > _______________________________________________
> > Redhat-devel-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-devel-list
>
>
>
> _______________________________________________
> Redhat-devel-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-devel-list
>
_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list