rbuser
Comments
-
If I don´t include ppUtils.pas in USES, the language modules was disabled ?
Nard Moseley (Digital Metaphors) escreveu o seguinte em 06/02/2008 12:59:
-
Yes, I understand this, but if this files exists in users PC, my program
doesn´t use this ?
How to proceed to my EXE files ignore this DLLs if rpPrint.PTB (or DFT)
existis in C:\Windows\System32 ?
Nard Moseley (Digi… -
Hi Nico,
If I do not send any DLL with my application (example: rbPrint.PTB) and
user have the file rb??????.dft (in english or other language) in
Windows\System32, my application show hints and messages in this
language… -
Hello Nico,
Oooops, I was using DCC32. Sorry :-(
With brc32 works :-)
I have to distribute any file (example: rbPrint.PTB) with my applications ?
Thanks,
Samuel
Nico Cizik (Digital Me… -
This is a multi-part message in MIME format.
-
Nico
I see!
I must select subreport (b) and sent in to the front. Is this correct?
TIA
John
-
Nico
The components that I am concerned about print on a subreport (a) which
itself contains a subreport (b). It appears that the components of concern
on subreport (a) print after subreport (b). In function, the components… -
SORTED THIS THANKS
-
Sorted it many thanks
-
Nico,
I just gave it a try and printed from Word with a PCL driver into a file and
asked for 2 copies without sorting.
In the file I saw that the data was only included once.
This would bring me to the point that printing … -
Nico,
thanks for the hint.
Back to my original question:
I guess that you want to set
Report.PrinterSetup.Copies := 2;
Report.PrinterSetup.Collation := False;
I will give that a try.
One more thing:… -
Nico Cizik (Digital Metaphors) wrote:
I knew that. Like I said before: I tried to initialize it
in the subreports' OnPrint event, but the Calc component gets resetted
between the sub's OnPrint event and it's OnCalc event.… -
Nico Cizik (Digital Metaphors) wrote:
No, I'm not. Just using some TppVariable components.
--
-
I misunderstood at first. But you were right. Just adding the link
manually solved the problem and it was
very simple to do. Understanding this has solved a lot of problems for me
with numerous financial related reports where I n… -
Ok. Good to know I am not going crazy.
What if I just don't link the two queries and do a locate of the detail on
the position of each record of the detail? I think that would be simpler
since queries 1 & 3 are just beginning … -
Further Clarification
Just to clarify why I am doing a master detail on a group by. I am actually
using 4 queries (datapipelines)
1. Master: Query all vendors that have any transaction activity through a
date range
2… -
If the connection to the printer is interupted because of a network issue,
do you know of any way to reestablish the connection from within the Delphi
app?
-
Is this also the cause of a 'Canvas Does Not Allow Drawing' error?
-
I forgot to mention that Saving a column header label does not add a
separate row, after the first instance.
-
On Tue, 12 Feb 2008 15:59:03 +0000, richard@tortoise.demon.co.uk
-
On Tue, 12 Feb 2008 10:45:13 -0600, "Nard Moseley \(Digital
-
Thank you for the information. This worked, though not as expected. I
don't know the name of the file the user will be editing at design time,
so I set the SaveAsTemplate property to True in the OnReportSelected
event of the Desi… -
My thoughts as well. A variable will do it but the Zero when blank would be
great.
Just a suggestion to an already great product.
Thanks
Bob
-
A "ZeroWhenBlank" option in addition to the existing "BlankWhenZero" would
save a lot of people a lot of unnecessarily wasted time coding and
debugging! Not complaining just suggesting...
Branden Johnson
-
Thank you.
-
Hi Nico,
Finally something that works, I've struggling with this for a few hours now.
Thank you,
Marc
-
Yep, I'm sure it is connected to the right pipeline.
I'm using RB 10.05, maybe this was solved in 10.06 or 10.07. I will update
to the latest version and check it again.
Carlos
-
Nico,
That's what I did before posting my message to the newsgroups. I use the
fields editor of the associated datapipeline to change the FieldAlias, but
it seems that the CrossTab component ignores it.
Carlos
… -
Hello Nico
that seems to work great except that 1 have one field that has to be
subtracted once.
So
Field 2
Field 2
Field 2
totaal 6
Cost -6
sum 0
In your case the cost fiel… -
Ok, I'll give that a try. Thanks.
Tom