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 > How to print out directly a report to default printer?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-29-02, 09:40
alexpan2002 alexpan2002 is offline
Registered User
 
Join Date: Dec 2002
Posts: 4
How to print out directly a report to default printer?

Dear All,

I used Delphi 7 enterprise version and made a report by using Rave component.
I can print a report in my program, but I have to choose a printer or preview every time before print out the report.
Is it possible to print out reports directly to printer?

Here is the portion of code.
procedure TForm1.Button1Click(Sender: TObject);
begin
RvProject1.Execute;
end;

Do I have to rewrite this part?
Any suggestion will be appreciated.

Thank you.

Alex Pan
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