Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PCL Commands via Printer Object ?

Status
Not open for further replies.

TOMBUGGY

Programmer
Oct 4, 2000
36
US
Can PCL Commands be issued via the VB Printer Object? If so, how? If not, what's the alternative(s)? For example, I'd like to use the PC-8 Symbol Set to print graphic line characters for "boxing" areas of a report - e.g., Chr(201), Chr(205), Chr(187), etc.
 
You really can't use the printer object to send pcl commands. To send things direct to the printers you need to dig into the printing api's. I don't have an example right now but maybe someone else does (pressed for time)

Russell
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top