IT SOLUTIONS
Your full service technology partner! 
-Collapse +Expand
Paradox
Search Paradox Group:

Advanced
-Collapse +Expand Paradox To/From
To/FromCODEGuides
-Collapse +Expand Paradox Store
PRESTWOODSTORE

Prestwood eMagazine

October Edition
Subscribe now! It's Free!
Enter your email:

   ► KBDesktop Data...Paradox & Ob...ObjectPAL Co...OPAL: Reports   Print This     
  From the December 2011 Issue of Prestwood eMag
 
Paradox OPAL: Reports:
Printing directly to a printer (no report)
 
Posted 21 years ago on 3/19/2003
Take Away: How to send text directly to a printer port (not using a report).

KB100174

Q: Can you send text to the printer in ObjectPAL without having to create a report.

A: Yes.  Use the writeLine() method to create a text file and then using the copy() method to copy the file to the printer.  For example:

method run(var eventInfo Event)
var
  ts  textStream
  fs  fileSystem
endVar
  ts.open("data.txt","nw")
  ts.writeLine("Here is some text")
  ts.writeLine("\012")
  ts.close()
  fs.copy("data.txt","lpt2")
endMethod

Note that the LPT2 can be replaced with your own printer port. Also note that a line feed character ("\012") is used to insure that the page that the data is printed to is ejected from the printer upon completion of printing.


Comments

0 Comments.
Share a thought or comment...
 
Write a Comment...
...
Sign in...

If you are a member, Sign In. Or, you can Create a Free account now.


Anonymous Post (text-only, no HTML):

Enter your name and security key.

Your Name:
Security key = P157A1
Enter key:
KB Post Contributed By Mike Prestwood:

Mike Prestwood is a drummer, an author, and creator of the PrestwoodBoards online community. He is the President & CEO of Prestwood IT Solutions. Prestwood IT provides Coding, Website, and Computer Tech services. Mike has authored 6 computer books and over 1,200 articles. As a drummer, he maintains play-drums.com and has authored 3 drum books. If you have a project you wish to discuss with Mike, you can send him a private message through his PrestwoodBoards home page or call him 9AM to 4PM PST at 916-726-5675 x205.

Visit Profile

 KB Article #100174 Counter
8006
Since 4/2/2008
Go ahead!   Use Us! Call: 916-726-5675  Or visit our new sales site: 
www.prestwood.com


©1995-2024 Prestwood IT Solutions.   [Security & Privacy]