Subject: Prevent Page Eject
Posted By: hopeiv Post Date: 12/29/2006 4:56:25 PM
I have created a form in MS Word and automated it to complete a pre printed form on a dot matrix printer, but I am having trouble preventing the printer from ejecting the whole page.  The form is 1/3 of a page, but when the printer complets the form it ejects the entire page.  Does anyone know of a way to prevent this?

Reply By: Raghavendra_Mudugal Reply Date: 1/3/2007 2:23:58 AM
Hello

POINT#1
Set the page size or go to custom mode and set the height and width of the page as you needed (take the measurement from the standard scale and note those values in inches and enter them in the desired box)

or

POINT#2
you can set the page size through the vba code, see the "active document" class for more information.

or

POINT#3
If you created that form in MS-WORD, that has nothing to do with opened WORD document then follow POINT#1, the printer functionality (paper size and quality) works with the active printer you have set in the printer control panel. CUSTOM mode comes with your printer and provided driver (not all printers have this mode).

I came across such situation when needed to print a sale bill of medical transaction, where the bill layout is 1/3 of the paper. I have to take care of the situation through the VB code (Visual Basic 6.0). So here ways are different but approach is same.

Hope this helps.

With Regards,
Raghavendra Mudugal

Go to topic 19065

Return to index page 76
Return to index page 75
Return to index page 74
Return to index page 73
Return to index page 72
Return to index page 71
Return to index page 70
Return to index page 69
Return to index page 68
Return to index page 67