rbuser
Comments
-
Il 05/11/2013 16:26, Nico Cizik (Digital Metaphors) ha scritto:
Hi Nico,
this behavior occurs for all reports in preview.
To send you an example is more complicated, because I use a framework
that create a pipeline at run-… -
Il 05/11/2013 14:32, Mauro Catellani ha scritto:
Hi,
I noticed that if i set property SinglePageOnly,
the preview is more quickly and the problem when navigating the report
during generation caused the report to freeze doe… -
Nard,
I am using Delphi 2007, with Report Builder 15.02 and SQL-Server for
the database.
The reports are stored in the database and loaded at runtime.
Was there a change in version 15.03, fixing my problem?
Thanks Nard
Yes that might have been a much simpler and more robust approach for
us!!! I might give it a try when i get a window.
Thanks,
Chris
On Fri, 5 Aug 2016 12:02:40 -0500, "Nard Moseley \(Digi…Thanks, but unfortunately we would need effectively reimplement a lot
or just about all of whats in TdaQuerydataview, as we use a lot of it
SQL functionality, but we augment extra columns in the tables with
calculated fields we extrac…Sorry my delayed response - life came up.
1) The two datasets involved are both built using the query builder.
And I don't believe there's a way back from having edited the SQL to
using the query builder, so I have to assume t…Yes, I'm connecting via ADO.
Looking at the SQL tab for the link, it gets created with parameterized
linking, yes. The magic SQL option is disabled, and I'm not doing
manual SQL for it.
I'm using a custom da* unit,…Hi Larry,
AFAIK, 'TppPreview' ('ppPreview.pas') was introduced in ReportBuilder 6.0.
regards,
Chris Ueberall;
I am trying to implement the folowing. I am using 5.56 Professional. I
have grepped for the TppPreview class declaration in the source and cannot
find it. Am I missing something or do I have the wrong version of
ReportBuilder?
Hi,
I also have the problem to disable the print button in the preview. I have
the actual version of RB. Could you please mail me that code too ?
Thanks Jim,
But i?m already doing this!
The target application is a Customer Relationship Managment software and
the end-user don?t have the capability of building queries on my database!
This module will …Because I want end-users to use the component in the designer, not by code,
but thanks for the suggestion!!
"cdware" escribi? en el mensaje
Instead of creating a component, why don't you use the TWPaintbox component
and in the OnDrawPaintbox event, fill the ClipRect with the color of the field
value.
OnDrawPaintbox (aCanvas : TCanvas; ClipRect : TRect)
begin
It looks like I can not store the Ole-object into template together, doesn't
it? At first, I have thinked about store the Oleobject in a blod field.
But just try to make it easy for our support people can just copy a report
template …Hi tao,
I think you should use the same technique as when storing an OLE-object in a
database. Use the streaminig methods of the component, see your own
'TMemoryStream' example. You have to change the 'StoreCompProperty' and
Hi, Chris
Thanks for your help. Now I copy the Delphi 'DefineProperties' help code,
and change like follow:
type
TppOleObject = class(TppCustomImage)
....
constructor TppOleObject.Create(AOwner: TCom…Hi Tao,
to save any non-published data into the component's storage you have to
override 'DefineProperties'.
Using the templates custom storage isn't the right place for storing
component properties.
HTH,
Ch…I try to write my own RCL OleObject component. And I can't find a way to
save the OleContainer's Stream into Report Template file when I call
ppReport1.Template.Save.
My code is like this:
TtlOleObject = class(TppCus…Hi Jim.
I know about the dataAware, I have found the artical, however I can not
get to show the Caption as well as the DataAware edit fields in the
toolbar. I have solved it by using a popup menu, not as good but it will
I've found part of the solution for the infinite loop caused when changing bands.
The InstantiateDesignControl is called again but not the FreeDesignControl. So the events are
linked back to my own event methods.
So here's…This is a multi-part message in MIME format.
If you want to catch the user double-click and show the default property
editor just like in delphi design. You can't. Event aren't transmited from
the designer to the report components.
The only way out is to add an item in the…Hi Jim
Can one hook into the Windows messaging system?
walter
Hi Jim
Can I react on a double-click on the component ad designtime, if so how.
Walter
I fixed the property CAPTION and created a new res file. Those items are
now corrected.
I still need help with WordWrap. (either removing it or getting it to work
correctly)
Thanks!
Paul Klomp
…Great!
Thanks a lot Jim!
Best regards
Leo Kaploun
OK, Thanks, Jim...
I was able to get it working! BUT only in design time!
I have the following DBCustomCalc descending from "ppDBTExt".
In my CustomDialog I have a SpinEdit (with the value of Value property) and
a Com…I have found the TppCustomText.CreatePopupMenu procedure, but I don't know
hot to add the new popup-option...
I want my option be visible on both PPDBText and PPDBCalc PopUpMenus...
Where do I add the aPopupMenu.AddItem() line?<…Thanks, Jim... BUT...
I don't know which is the best method to do this:
1. Add a custom property and dialog to all TppCustomText derived components
(DBText, DBCalc, etc...)
2. Create a new component
Which option …