rbuser
Comments
-
Thanks for the info.
The F1 help from within the Delphi environment doesn't seem to be active.
Where can I find the help file and how do I connect it with Delphi?
regards,
Valdimar
-
Thank you, I finally figured it out.
It would be extremely helpful if the helpfile included with ReportBuilder
had more information than synonyms and obvious explanations.
I looked up SubReport and it said something like: subre… -
I've tried using this code and I think I'm getting it:
procedure MultiPrint;
var
lPDFDevice: TmyPDFDevice;//I moved this to the public declarations of the
form.
i : integer;
begin
if assigned(lPDFDevic… -
The Archive merge utility is made with Delphi 5 in mind.
I don't see how I can install it into Delphi 2005.
Thanks,
Valdimar
-
Hi Nico,
I've got the update and the charts are working.
Thanks for all your help.
I wish Borland could be so efficient in their support.
Regards,
Valdimar
P.S.
I'm continuing my PDF and… -
Hi Nico,
I guess I spoke to soon about everything working fine.
This is what I'm doing (pseudo)
for i := 0 to PageCount -1 do
begin
CreateTheTempTables;
AssignTablesToDataPipelines;
CreateCh… -
Hi Nico,
Now were getting somewhere
The code you wrote worked like a charm. I just had to add
ppRepo… -
Hi Nico,
You are right, the first option doesn't really work well for my situation
although I'm still unclear what Section subreports are. As you might have
seen from another post of mine the Archive option is out of the quest… -
Hi Nico,
"ReportBuilder is not designed to simply add pages as you describe below."
Of course it's not simple
Hi,
Thanks, but this would create a bigger problem for me.
I don't actually have a master dataset with all the id's.
I'm calculating a lot of statistics from many tables and putting these
statistics into a matrix of my own…Hello Nico,
Thank you very much, that did the trick.
Regards,
Stef
Yes, it's possible. I did it. It took a lot of recompiling of stuff
but now it's done.
Ken Phillips
--- posted by geoForum on http://delphi.newswhat.com
Gah, I was looking at the report object for the "LoadFromFile"
procedure, but it was in the template object. Stupid me. Thank you for
your help. If you're ever in Roseville California, let me know and I'll
buy you a beer.
<…> User chooses from code determined list of reports, each of which maps to
I store by in a database and users select them.
You can do it that way or use the DADE or have the application provide the
data.
excellent !
i already emailed the request for the patch.
cheers
Hello,
i dont exactly know what you want. But you can set Band Per record by right
mouse over the detail band under property "Position". If you set this to 3,
you will get 3 detal bands printed on one record.
best r…Hello,
you can set a global variable and initialize it on startiung the report.
Then you increment it eacht time the detailband is printed. On a grou header
you rest this value.
best regards
chris
www.eula…I guess I wasn't clear enough. I'v looked at the demos but didn't find
any case matching the one I want. I need the grid to show data from
right to left instead of left to right. This is needed in some languages
like Hebrew and Ara…Thanks. Why didn't I think of that?
you can use a normal variable to count your days with day>0 in the detail
band. Make int invisible and use it as an integer tyoe. So you can use DbSum
in your footer of your group. Make this also invisible and use another
variab…Hello Nico,
The problem is my order by clausules... SQL wrong...
(
thanks
Fellipe H.,…Downloaded and intalled TeeChart 707 and now it works beutifully.
Thanks
Nigel.
Nigel wrote:
Delphi 1 ??????
Sorry, this is the wrong forum. Please delete
This is happening at design time.
I'm using Delphi 2005 version 9 with update 3 and ReportBuilder version 9.01
I tried reinstalling ReportBuilder but the problem persists.
Everytime I put the TppArchiveReader on the form I…Thanks Nard.
Is there any workaround that I can do? I'm afraid I won't be able to
upgrade to RB 10.04 as I have other third party components that depends
on Delphi 2005.
Thank you.
Marcos
Hello,
I must reduce the size of the window from the report designer then I can
see the object inspector of Delphi and set the events !
Thanks
Frédéric
Hello,
I meant at design time.
This was working with the previous version when typing the 'F11' key. or
is this a Delphi version problem (I'm using BDS 2006 now, and before D7) ?
Thanks
Regards
Hi Nico,
I decided to buy PsRBExportDevice Pro as the trial for it was the easiest to
install and it worked with only one line of code.
It completely fixes my problems with Icelandic characters but it is
hindering me in u…