rbuser
Comments
-
For question b)
Yes, you can print to a file while printing to a printer. Take a look at
demo 122 which shows how to print to two printers simultaneously. Instead
of creating a second printer device, create your TppTextFileDev… -
thank you Alexander;
--
Best Regards;
Ben Hayat
Micro Intelligence Corp.
MicNet@Ix.Netcom.Com
-
> You can try toggling the DirectDraw property to see if that speeds it up.
This seems to speed up the report considerably.
Paul
-
> How large is the image?
8 1/2 x 11 or scaled to the current paper size from the selected
paper. The only other thing on the page is one line of text with
identifying the document.
To print one page in word … -
Thank's a lot
i'll be waiting for next ver
Miguel Gavidia
ADEGP
-
"Miguel Gavidia" wrote in message
-
Hi Jim,
thank you very much.
The correct event is OnBeginPage! :-)
But now I've a second problem: when in this event I write this:
if ppReport.Engine.AbsolutePageNo=ppReport.PageLimit then
while not ppRepor… -
It was feeding from the correct tray but I set the BinName to Manual Feed as
you suggested, and the results are the same as before.
As a "work around" I can get it to print correctly by setting
Height = 8.5 instead of 3.5
… -
Hi Rogero,
what version of Delphi are you using?
regards,
Chris Ueberall;
-
I'm trying Report Builder 6.03
when i install the rotate label the vcl don't found rvcl66.pas... I think
the file is this... or ???66...
Ok, est? bem...
Rog?rio Alves de Oliveira Email: rogerioaoliveira@ig.com.br HomePage: … -
Hi Rogerio,
what RCL package did you download?
what means 'or something'?
what is the version of your Delphi & ReportBuilder?
regards,
Chris Ueberall;
-
Mike,
I studied this news group for quite a while regarding the multi
threading aspects of RB and found the articles that you mentioned
invaluable. I tried the mutex approach. The problem that I had was
that if a user fir… -
"Peter Brooks" wrote in message
-
Mike,
Thanks for taking the time to respond.
On Mon, 5 Aug 2002 11:47:12 -0500, "Mike Leftwich"
-
"Peter Brooks" wrote in message
-
Hi Chris,
Thanks for your response.
On Mon, 5 Aug 2002 13:17:15 +0200, "Chris Ueberall [TeamDM]"
-
Hi Peter,
nothing weird, depends on the used units and forms (and the included report
templates).
I don't know if the following will help you ...
when creating components with an 'Owner'. the 'Owner' itsel… -
I'm still not putting all the pieces together to make this report work. I
have re-added the JITPipeline, set the record count to 1, and connected a
DBMemo to the pipeline field. After looking at some examples, I'm still
uncertain wh… -
I put the following line of code in the OnPrint event of the memo:
MemoOnReport.Lines := MemoOnForm.Lines;
It seems to work until the memo runs into the second page. Hitting the next
page button in preview mode toggles th… -
I am trying to accomplish the same thing without success. Depending on how
much data is in the memo field, the detail band BeforePrint event gets fired
more than once. If I have a small amount of data, it fires one time. If
the dat… -
> How do I use SynEdit (a syntax highlighter available at
What do you mean use it with ReportBuilder? For RAP? I don't think this is
currently an option.
Ed Dressel
Team DM
-
Thanks, working like a charm filtering per group
--
Best Regards
-
Mervin:
like
Several ways but the each create a separate report for each group.
1) Depending upon your data, do not allow the master record to traverse the
dataset
2) Create a new master dataset that is the… -
Sarah:
With my Canon inkjet printer, printing in reverse order is an option on
the advanced setup options. When the report (document) is printed simply
click on the "Properties" button beside the printer drop down list. One … -
Thanks. Any ideas how to tell if the current printer is capable of this, and
then how to tell the printer to do this for a report??
Sarah
-
Sarah,
this is something most HP drivers will handle perfectly
cu
marc
-
Ok
Thanks
"Alexander Kramnik (Digital Metaphors)" ha
-
The support reply to me this :
"The patches must have a change in the interface section. If this is the
case, then RAP will need to be recomplied, but since we don't distribute the
source to RAP, this isn't possible. You'l… -
Because support must have changed something in the raIDE interface. You will
need to contact them directly, they are normally quick about this.
Ed Dressel
Team DM
-
I set DirectDraw to True and now it works. Thank you.