rbuser
Comments
-
Do you have a ballpark estimate when 11.07 will be out.
Thanks,
Bob
-
Thanks
Bob
-
Hi Nico,
I was just wondering, if there are other ways to accomplish that, but the
solution with the report object loop seems to work fine.
The exception of #3 might have been raised from the DataSet, since such a
field i… -
Thanks for the help. I upgraded to version 11 which supports the
ArchiveStream property. This allowed me to get around the Gnostice issue by
outputing the report to archive stream and then reading in archive stream
and then expor… -
If I purchase version 11 now, will I have to pay more when 11.07 is
realeased or will I that be a free upgrade?
Thanks,
Bob
-
Can you give me a code sample? I can't seem to get a valid property or
component for ppARchiveReader1.ArchiveStream. ArchiveStream doesn't seem to
work for me. I am using RB 10.07.
Thanks,
Bob
-
Nico,
I am successfully saving to DB. But I am immediately using ppViewer and
ppDBArchiveReader to load back in from DB to output via eDocEngine.
Is there a way to load ppArchiveReader and / or ppViewer with archive from… -
Thanks for the info. I will do that. I am having to do this because
Gnostice eDocEngine does not correctly output RichView text directly.
However, if you save to archive, open archive and then output using
eDocEngine it handles t… -
Thank you, Nico.
I took a look into it.
To use it properly, it would be neccessary to include one of my units, to
add the path to that unit to the search paths etc., since we are working
with resourcestrings due the possi… -
Hi Nico,
Trying to reproduce the problem with a new database I see where the problem
was.
I was using IBExpress and changing TIBDatabase Character Set from blank to
ISO8859_1 solved the problem.
Thanks,Already done;
it works on RB 11
but also WAS working on RB 9 and RB 10, thats the weird thing in this.
Upgrading is not possible now, we'll try to find a workaround. Thanks anyway
for you time.
Id tried with a different account; maybe gmail does not support zip files.
yes...
Done... i sent it to support@digital-metaphors.com; please acknowledge...
Sent you a demo on Jan/01, it was made with D 7 Ent and Rbuilder 10.06. It
is using customer table at DBDemos
Im not sure how to build you a demo there is to much involved to execute
that report, it uses a mysql database with a very complex query.
I have more information that maybe gives you an idea about how to help me to
solve my pr…create a demo and send it to support (you could send it to me but I will be
out of the office tomorrow).
Ed Dressel
Team DM
sign your posts and change the settings of your new reader.
I'm not understanding. Is there a condition when both might be printed?
(Your code is either one or the other).
Please use your full name.
Hard to say.
Did you try the OnBeforePrint event?
Also, try the following code:
ppRichText2.visible := True;
ppRichText1.visible := not ppRichText2.visible;…> I use this function, recurses SubReports......
thanks a lot, Walter, it works perfectly ! ^_^
Merry Xmas!
Max
I use this function, recurses SubReports......
procedure Tdm1.AssignFontToReport(aReport: TppCustomReport; aNewFont :
string);
var
liBand: Integer;
liObject: Integer;
lObject: TppComponent;
Hi Nico,
I'm not sure if this is ok, but using fieldAlias instead UserName I can show
a diferent caption like "Start Date and time of job"
Hi Nico,
Thank you for your interest.
This is true, but I cannot assing a real friendly name with some words like
"Date of issue" and not "DateOfIssue"
This is also true, but for a report parameter …Thanks Filip,
but I need to write the Report-Event-Code (RAP, not a delphi procedure) in
delphi. I have to change some existing reports and I must add a TppVariable
with a OnCalc event in the report. So I have to write the cod…Hi Kai,
This is the code I use to create a TppVariable and assign the OnCalc event
at runtime.
Greetings,
Filip
with TppVariable(ppComponentCreate(MyReport,TppVariable)) do
begin
…I have this problem, too.
Is it a bug ?
Open RB Demo : RBuilder\Demo\Demos\0. RAP\1. Main\RAP.exe
1) Open Demo N. 3 GRAND TOTAL
2) Project page -> Select summary band -> set ALIGNTOBOTTOM to True
3) make a Preview - Goto Last Page
Try to switch …