rbuser
Comments
-
Patrick,
This should do it:
ms2:=TMemoryStream.Create;
TBlobField(Query.FieldByName('Doc')).SaveToStream(ms2);
ms2.Position:=0;
ppReport.Template.LoadFromStream(ms2);
ms2.Free;
Make su… -
I am now using a memo control and that works fine. Thanks for your help.
-
Nico,
That's okay. I have been looking at it for much longer and couldn't
see it.
Thanks, that was it.
Craig
-
This procedure is called within the BeforePrint event of the report.
The report form is displayed at AV time but the white canvas is not.
-
They are.
I have more code within this procedure and the form and
report are valid. Creating this label is cr… -
I have a procedure in another unit that every report calls for setup of
the report. I want to have this setup a label based on a define. I
get an access error when I try and create the label (aRptLabel).
(Delphi 2007)
Upgraded to 9.03. AV has gone, but it's still failing. Now the original
Preview gets locked into a never ending calc cycle at the point I used to
get the AV, sometimes even preventing the closing of the Preview.
H…Thank you very much for your assistance.
If I programmatically add TppLabel items to the PageStyle band, (as shown in
the code below), do I need to manually "free" these items or will the report
release them ?
procedure TForm1.AddDemonstrationText ;
pro…Actually, we tracked it down to something in our code. But we don't know how
it worked with the previous versions of RB.
Works fine now.
Thanks!!
Vikram
Nico:
Thanks for the tip it works like we want. When we print only get the
'normal' white space per line
Ken Thompson
Nico,
Thank you for the quick reply. My report really isn't a master/detail
because I'm using a multiple table query to return only a single result set.
The master record information is repeated in each row and the report use…Thanks. Precicely what I was looking for.
Sorry, I meant...
How do I get "Desc2" into ppField2.FieldAlias so that "Desc2" shows up in
other parts of the application instead of "Description (2)"?
Josef:
It's always worked fine for me--PDFs and all. Which PDF export are you
using? If it's DM's, you may want to send a demo to them that reproduces
this.
Ed Dressel
Team DM
Hi
Found a solution. Copied ppDsgner.pas, renamed unit and TppDesiignerWindow,
moved the SetPageActive procedure from Private to Public and used
ppRegisterForm. I was then able to modify your OnShow solution as follows:
…We're using ReportBuilder 9.03 with Delphi 6.
This does indeed switch to the Preview tab, but the preview page contains
nothing, not even a blank report. I need to click the Design tab and then
the Preveiw tab to get it to show the preview. Something that gets fired
off betw…For the lower end users I can do just that, but for the upper end users I
still want to show the designer displaying the preview page first. Is this
possible?
rather then the designer, why not just show a viewer? Make the decision when
creating the object.
--
Ed Dressel
Team DM
Hello:
I would like two solutions. The first would be to put the total only
in the last column of the report.
Your suggestion of Putting a DBCalc inside the column footer puts the
total in every column on every page.…Using the lSQLBuilder class, is there any way to make the queries
case-insensitive ?
At the moment if I pass in "smith" rather than "Smith" the query will fail.
The "TdaSQLBuilder SearchCriteria" seems to do what I need. Unfortunately
I'm updating our reporting program so I need to use a lot of the existing
design (it did use Crystal 8). This SearchCriteria fits in with the current
code. I…Hi Nico,
Im really having problems trying to pass the datapipeline to the ppreport if
it is defined when i load the report within the template it works fine. But
i need to load this report on the fly. this is what im getting i…Hi Nico,
Thank you for replying.
Yes thank you that did fix it.
Just one concern now.
With the datapipeline i have actual linked it via the ppDBPipeline component
and have also linked in a TwwDatasour…> I'm not sure I understand what's noted on the WebSite. Does Version 10
PDF is provided. AFAIK that is the only one (save the archive format).
--
Ed Dressel
Team DM
Hello Nico.
1) I meant that I want to have the total space of the details to 4
inches for example. Not the height of the single band, but the total
height of all the details in my report.
2) It would be difficult to…Hi Nico, thanks for your reply. For your information, I'm on RB 10.05
and it will be difficult to me to test all my stuff on 10.06.
Is there any means to set that the height of detail band will be 4
inches or I must use an app…> Is there any reasonably easy way to do this? Do i just make a simple
I've been doing that since version 1 and never had a problem.
no problem.. you have avoid the pitfalls but avoiding the competitors
-- <…