|
-
Nov 29th, 2000, 01:20 PM
#1
Thread Starter
New Member
I tried to print out a form using form.print, after the line Printer.Orientation = vbPRORLandscape. It said that the this type of printer could not print this format (when it tried to print). The printer printed this error:
PCL XL error
Subsystem: KERNEL
Error: IllegalTag
Operator: 0x1b
Position: 2
In case this matters, the printer is a brand new HP LaserJet 4000 N. I doubt that's the problem though.
Any ideas how I could print a form in landscape without errors?
Sample Code Welcome
-
Nov 29th, 2000, 01:26 PM
#2
Junior Member
This code?
Private Sub Command1_Click()
Printer.Orientation = 2
Form1.PrintForm
End Sub
This code worked at my place, but we have a LaserJet 2100. Maybe this'll work.
-
Nov 29th, 2000, 01:29 PM
#3
Thread Starter
New Member
I guess it is the printer...
I got the exact same error as before.
Thanks for the quick reply though
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|