If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > invoice printing using Delphi

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-17-03, 18:34
jrahma jrahma is offline
Registered User
 
Join Date: Apr 2003
Posts: 101
invoice printing using Delphi

anyone can help in providing the code to print characters on aspecefic line on the paper for an invoice printing system? I also wsant to knwo how can control the paper and printer settings?

Many Thanks,
Jassim Rahma
Reply With Quote
  #2 (permalink)  
Old 05-29-03, 04:58
sab sab is offline
Registered User
 
Join Date: May 2003
Posts: 1
Use a richtext component to do this. capture the format of the invoice in this component. Provide an option to embed tags in this format. Save this to a file.

When the invoice needs to be printed, read the file into the richtext component, replace the tags with data & use the richtext.print to print the invoice.

may be this is useful.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On