rbuser
Comments
-
Well, thank you for the information.
Setting "NoDataBehaviors = [ndBlankReport]" property in the source of the
subreport at the ChildReport manually really does the trick, but how do I do
it programmatically? So that I wouldn't have t… -
Nope, that doesn't help.
It seems that the problem is that TppSubReport class doesn't have
NoDataBehaviours property, so it can't react to it's changes accordingly.
But what do I do in this case? Do you have any more ideas?
That was it, problem fixed
Thanks a lot
Eduardo Martinez
Thanks a lot
what I did is set two buttons, one for the preview and other for design,
here it is the code, the explorer is modal so you can't open two explorers
procedure TFrm_Principal.SpeedButton1Click(Sender: TObject);…"Eduardo Martinez" escribi? en el mensaje
I received your e-mail with the package and compiled succesfully but I still
have the problem
I made the next modification to daADO.pas (I have not much expierience
modifying classes)
First the class:
TdaAD…First of all thanks againg for your answers, and I apologize for the delay,
I've been a little busy this week with other work.
A little observation, the class TdaDataSet is defined in daDB.pas not in
ppDB.pas, it's ok, I'd get c…Can You give me right link please?
THX!
;-)
Hi,
Ok, but how do I do see "if a subreport is on this page", in order to
control bands visibility? Moreover I need to hide header bands only on those
pages that are used only for subreport information, otherwise I need to show
t…Yes, it does the trick, but unfortunately the header and footer of the main
report keep appearing on the pages where only subreport's unformation should
be printed.
Can I somehow prevent it?
Thank you.
MB.
Is that right?:
ppDBPipeline := TppDBPipeline.Create(Relatorio.Owner);
It didn't work.
Thank you!
Antonio
Hi,
I had the same situation.
Moving all DataPipelines creation from the OnLoadEnd event to the
OnLoadStart event helped me in my case.
Try to do the same.
Best luck,
MB
Sorted.
Non-source change worked perfectly
-Mike
I have had success by modifying the source code. If you are comfortable
with that, search tamaracka.com for "report explorer mdi jim" and you'll get
various posts by myself and the other Jim that is a D-M employee. If not,
there is…Thanks,
Ok, I can't have hooked it up correctly then, because I do have modalresult
set to mrCancel.
I will trace and see what I can find.
Paul
Thanks for the help. I was able to link the supplied help
into my own form, and into the designer, but so far no
luck on linking to Report Explorer. I have tried the method
(a) and (b) you sent as follows:
a. "Use the Rep…Ian,
Check in other folders. We have learned to live with the fact that clicking
save sometimes favours some RB folder, so when you click save, your report
always goes into that folder even if it was opened from another.
Greetings Nard,
not
the
Yes, I do want to use the rbFolders and rbItems table. But instead of
storing the report template to the TEMPLATE field of the RB_ITEM table, I
was going to add a report template name field a(R…Greetings Nard,
Ok, I created the descendant per your instruction, however I have not used a
JitPipeLine before or the descendant we created for that matter. When I now
drop the descendant on the ReportExplorer form I'm guessin…Greetings Nard,
My component developing skills are somewhat limited. Any chance I could get
your help creating this descendant and adding this GetFieldAsStream method
you talk about. If you could do this I could test it. If n…tanks!!
--
Fernando
Nard -Thank You, that works fine. I had been setting the normal
properties (left etc) instead of the Spleft etc.
David
> You can link SQL DataViews via RB's Data workspace visually dragging from
on
Actually I had discovered both methods.
is
This was a great tip, being able to see that the SQL code that was being
generate…But developers, like me, have the same question. The Report Explorer
creates the queries, etc, in the reports. How do we get parameters to them
as a developer?
Thanks.
Hi Nard
I discovered that the images were saved OK if they were in .bmp format but
not in .jpeg.
Adding jpeg to the uses clause solved the problem. It would have been useful
to get a warning/exception about this somewhere r…Thanks Nard
Perhaps I didn't explain clearly but the image data is fine within the DB
templates, it's only when it's saved to the .rtm file. Saving to file via
the explorer is fine but the when the dump utility does a
Templ…
Thanks. Working now, but found an oddity...
When I ran the demo and removed the x, the compiler hits an
error when it reaches the the uses declaration for ppChrtUI.
The error message is "file not found: ieditC…
Thanks,
Now it perfectly worked
[]s,
Alessandro Ferreira.
Thanks Nico!
Thanks,
[]s,
Alessandro Ferreira.