nicocizik
Comments
-
Hi Isaac,
You can use the PageStyle band to print objects behind the report
components. This however will have no connection with the actual group
however. You can also try to create a rectangle using TppLine objects
p… -
Hi Carl,
See the following example.
http://www.digital-metaphors.com/tips/ShadeEveryOtherDetail.zip
--
Regards,
… -
Hi Carl,
Yes, it is possible to change the format properties of a text object for
different records. Try using the OnPrint event of the text object to check
the condition then set the TextAlignment property accordingly.
… -
Hi Semone,
By using this event, you now have complete control over how the value is
formatted. You would need to use a Delphi routine (or your own) such as the
FormatFloat() to format the value and set it equal to the text pa… -
Hi Semone,
Yes, you will want to use the OnFormat event to apply a custom display
format to your DBText components. See the TppDBText.OnFormat topic in the
RBuilder help for more information on how this event should be used.<… -
Hi Isaac,
Correct, you can group report objects together inside a region, then simply
toggle the visibility of the region to hide or show all of them at once.
Any non-stretchable components below the invisible region will… -
We do not currently provide a public list of known issues for ReportBuilder.
Once we find there are a substantial amount of fixes, we try to provide a
mantainance release. The best place to find any known issues with RBuilder
woul… -
Hi Branden,
There is a known issue with multithreaded applications and the native PDF
device. The issue has been addressed however we are unable to provide a
patch due to the fact that it required some interface changes. The… -
Hi David,
Take a look at the autosearch demos located in the \RBuilder\Demos\3.
AutoSearch\... directory. This feature gives you the ability to change the
search condition while you are previewing the report.
If yo… -
Hi David,
Parameterized queries are currently not supported in DADE. This is
something we are strongly considering for the next major release. Currently
you will either need to use the AutoSearch feature or edit the SQL manu… -
Hi Ronald,
Setting the visibility of the footer band frees up the space to be used by
the detail.
As a workaround try adding something like the following code to the
Report.OnStartPage event...
Report.FooterBan… -
Hi John,
Yes, you can do this by setting the DetailBand.ColumnTraversal property to
ctLeftToRight. This is a published property so it is available in the
object inspector.
--
Regards,
Nico Cizik
Hi David,
For future reference, please post RAP questions to the RAP newsgroup. This
helps us and others understand the issue better and provide a quick and
accurate answer.
The reason you are getting an error is t…Hi Ronald,
No, depending on which order they are defined in the RB source, both
versions of the event will be fired (typically the Delphi event first).
--
Regards,
Nico Cizik
Digital Metaphors<…Hi Bruno,
You need to add daIDE to your uses clause.
------------------------------------------------------------
Article: Controlling the End-User Environment
---------------------------------------------------…Hi Semone,
If you are using Section style subreports, the main report header band will
not show up when the subreport is printing. If you are using Child or Fixed
style subreports, you will need to find a way to determine whi…Hi Semone,
A section style subreport by definition will print as if it is a completely
new report (starting on a new page and breaking after it is finished). Any
main report components that are printed after a section subrepo…Hi Nick,
For future reference, please send all attachments to
support@digital-metaphors.com.
Looking at the Zimbra website it seems it should be MAPI compliant. I did a
quick search on Google and came up with this …Hi Keith,
We created a patch for RB 10.08 that seems to solve the issue on the
machines in which we can recreate it. Send a small email to
support@digital-metaphors.com requesting the patch and we will send it to
you as…Hi Keith,
If possible please give me the exact steps I can take using the MDI demo
located in the \RBuilder\Demos\3. EndUser\4. MDI\... directory to recreate
this issue on my machine. I have tried a number of scenarios and ha…Hi Jack,
One option would be to save your designs as report templates, then create a
new report containing two Fixed style 4.25x11 subreports (side by side) and
load the templates into these subreports before printing the main…Hi Russell,
Are you certain Outlook is closed when trying to email your report? Try
running Demo 110 located in the \RBuilder\Demos\1. Reports\... directory and
see if that successfully emails the report. In my quick testing…Hi Russell,
I'm a bit unclear what you mean by this. Are you receiving a build error?
Is your application actually compiling successfully?
Note that in Vista, Outlook must be closed for the window to successfully <…> If the TADOConnection is a public variable, it prompts for the connection
I am not seeing this behavior. Take a look at the
TdaSession.GetDatabaseForName routine inside the daDB.pas file if you would
like to see how Repo…Hi Soral,
There should be no need to access the SQL object. This information is kept
in the Template definition.
I would suggest starting over with a simpler approach...
1. Save one of your explorer templates…Hi Soral,
When (what event) are you calling the code below? I assume that if you try
to load and preview a report that does not connect to your database, this
works successfully?
The name of the connection object i…Hi Soral,
This error indicates that ReportBuilder cannot find a database object with
the same name as the one used to create the report. It therefore tries to
create its own default connection. Be sure the TADOConnection cre…Hi Bruce,
The OnPrint event of a component can be used to toggle it's visibility using
the Visible property. If you need to hide an entire band, try setting the
visibility of the band in the BeforePrint event.
if […Hi Christoph,
If these packages are installed in the IDE (Sample components and TeeChart),
they should show up in the designer standard and data toolbars at
designtime. Try unchecking them and rechecking them. If this does n…Hi Christoph,
Go into your installed packages list in the Delphi IDE and be sure the
"ReportBuilder Sample Components" entry is present and checked. This should
be the \RBuilder\Lib\dclRBU10x.bpl package.
--
…