rbuser
Comments
-
Dear Nico,
In the component ppReport, I configured the paper = A4. For the time being,
this report is simple, header, detail and footer;
However, in the moment of calling the report, I verify which the type of the
connecte… -
Your first suggestion took care of the problem. I think I am back in
business.
Once I get this one fixed and move on to the other reports I need I will
need to be storing these templates back into the report table. I am
f… -
Hi Nico,
I was not able to get the templates to an .rtm file. I created a new
application with a single form. On it I put the items I needed to connect
to the Interbase database which has the Report table which has my template… -
Thanks for your help, but I am still having trouble. See in-line.
-
I'm saving an image from photoshop
with :
Heigth = 1,42 cm
Width = 1,42 cm
Resolution = 100 pixel/cm = 254 pixel/inch
so dimension in pixel is 142x142 pixel
but doesn't work ...<… -
I am generating data from a several queries and creating a memory table from
the results. Every time I run the queries I will be getting entirely
different column headers. I am not able to create a static report because I
do not have … -
Thanks Nico, I did have the correct paths setup. What I found I had to do
was to edit 'ppIfDef.pas' as follows:
{$IFDEF VER140}
{$DEFINE Delphi4}
{$DEFINE Delphi5}
{$DEFINE Delphi6}
{$DEFINE Tee40}
… -
Hi Nico,
if i use a group footer to salve this limitation, how i can break the group
as a classic footer band on each pages ?
Thanks in advance.
Massimo.
-
Hi Nico and thanks for the answer.
Now if i use a tppvariable and i insert in the oncalc event this statement
value := value + Dataset['NUMBER'];
the total contain the first row of the next page when i print it in th… -
Never mind. I figured it out.
-
Thanks Nico for your quick response and as you guess I'm new to Report
Builder.
I do have Report Builder Enterprise but I'm clueless on how "ReportBuilder
would take care of the rest" (I'll go through the help file and research<… -
hi Nico Cizik
May I have your private e-mail account?
I want to mail you a demo of my problem.
My e-mail is jck1@unimaxtech.com.tw.
Thanks
-
Hi Nico Cizik
I don't know what you mean?
The DetailBandBeforeGenerate event is fired many times depending on the
amount of data.
But The BeforePrint is fired only one time.
How can I exchange my code from DetailBandBeforeG… -
Thanks Nico Cizik
What event is suitable?
-
Thanks for the tip. It didn't work for me.
I have a single one page report that I want to print 3 copies of it at the
same time with different title.
Vinh,
-
Ok, nice to know, its not such a huge work to create something ourselves
that will work but if it would be integrated .....
Thx
-
This error is appear at design time and run times.
thanks
-
That did the trick. Thanks for the help!
-
Nico-
I am experiencing the same problem. I have followed your (DM's) advise from
a prior post and updated printer drivers -- yet I see the same random
occurrence. I also have tested with DirectDraw true, and DirectDraw false
w… -
Works Great! Thank You
-
I must be missing something, the PrintCount is set but it still prints all
entries and fills the page. Even if this property is set, can it start at a
particular label location?
Thanks
-
Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
My code for redrawing the page is as follows.
I have included the Reset but it seems as if I have to reset the engine
rather then reset the report. The… -
Nico -
My previous message should have read, MOD 43 = 38. And a value of 38 is
set to Chr(175) as you can see by the "upside down underscore".
Todd
-
Nico -
I added the following and the barcode does not display or print:
procedure TFormRB.ppBarCodePrint(Sender: TObject);
begin
(*
ppBarCode.Data := FCaseID +
DM.ADOAddrChg.FieldByName('ClaimID').AsStri… -
I am running version 7.02 with Delphi 5 on a Windows 2K platform.
It does not show up on the screen or on paper; all other barcodes print
correctly. Here is the debug output for this particular combination
(the MOD 24 = 38):<… -
Sorry!
Mis-sent...
Todd
-
then what is the logic, how can I know when it will calculate more than once
for a record and when it will not? Is there no methods to calculate page
totals?
-
Hi Nico,
The problem was in the component DataPipeLine...
I changed the property AutoCreateFields=False and you perfectly worked.
Thank you,
[]s,
Alessandro Ferreira
-
Hi,
I did exactly as you instructed and it WORKED just fine. Thanks!!
You people are great!
I am a little confused though. I tried before to put just a
sub report that was a pbsection on the detail band without putt… -
Hi,
I had tried the CurrentBand but inside the OnStartPage it was alway nil.
I have gotten something to work. I put a BeforePrint hooked to the summary
band. In that event I store off the Absolute page number in a temporary