nardmoseley
Comments
-
Here is an rbWiki 'How To' example for creating a spreadsheet style report.
http://www.digital-metaphor… -
I re-read your question and additional posts.
To create a query, access the Data workspace and select File | New..., then
use the Query Wizard or Query Designer to specify the query.
At Delphi design-time, the ppRep… -
Check that Designer.DataSettings.SessionStype is set to DBExpressSession.
And that the Designer.DataSettings.DatabaseName is configured to reference
you SQLConnection.
--
Nard Moseley
Digital Metaphors
ww… -
Simplest way to configure the delimited text export is to use the Designer's
File | Print To File Setup dialog. If you configure the report via code, in
addition to setting Component.Save, you need to set Band.Save.
RB 12 has … -
Yes, all DataPipelines are supported: DBPipeline, JITPipeline, TextPipeilne,
CustomPipeline, ... A report treats them all the same, never knows to which
one it is connected.
When you define the DataFields for a JITPipeline or… -
Here is an rbWiki 'How To' example..
www.digital-metaphors.com/rbWiki/Delphi_Code/Formatting/How_To..Clickable_DrawCommand_with_Custom_Info
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com… -
I used D6 sp2 for my testing. In your original post you mentioned rbRCL126,
so by the package name I was able to determine you were using RB 12 for D6.in Builder Controls problems Comment by nardmoseley June 2010
-
I just tested this here and did not encounter any issues. I downloaded the
builder controls. I first did a simple run-time designer test, no issues.
Next I compiled the packages. I copied the BuilderControlsPackage to
Windows\Syste… -
This same message has been received via support@ and is being researched.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
Bert,
Please do not post attachments to the newsgroups. In Nico's prior reply he
asked you to please send them to support@.
It against the newsgroups rules to post attachments. We do not look at them,
so there is no… -
For the project that will not compile, check the source directories for the
existence of an RB source code unit (.pas or .dcu). Make sure you have not
modified any RB source code.
Somewhere on your machine you have one o… -
I am able to apply the patches to my RB 12.01 installation here with no
issues.
1. Try following these instructions to clean up your existing installation.
in When will a new release be available Comment by nardmoseley July 2010 -
ReportBuilder 12.01 is available now.
I don't understand the question. Is there something specific you are looking
for?
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
ppFilDev. If you want to locate the unit in which a class is defined, use
the Delphi Search | Find in Files dialog to search against the
RBuilder\Source directory.in Merging Multiple Reports Together Comment by nardmoseley July 2010
-
You can use the same approach as shown in the rbWiki article you reference.
The ArchiveDevice has the same StartPrintJob/EndPrintJob boolean properties
as the PDFDevice, all the file devices in RB have these properties.
I don'… -
For RB 11 we added the ability to output multiple reports to a single file -
any type of file - archive, PDF, etc. This is done by using the
StartPrintJob and EndPrintJob boolean properties of the file device. We also
added t… -
I created a patch for RB 12.01, build 197. I emailed you the patch.
Registered RB 12.01 customers can email support @ to request the patch. With
the patch, shapes will render as transparent when the fill color is white.
… -
Issue is only on Citrix, then try updating the drivers on citrix or the
print config on citrix.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
I reviewed the example. You need to create a separate lookup Query.
You are using the same query for the report and the lookup. Therefore when
you apply a search condition to the report query, the lookup list is built
from the… -
The Learning ReportBuilder tutorial system is a good place to start.
http://www.digital-metaphors.com/download/learning_reportbuilder.html<… -
> I see. When is the printer driver loaded?
RB does explicitly load any drivers. RB makes Windows API calls, that can
result in the printer driver being loaded. That can occur during design,
preview or print,
Previewing a report will /not/ execute the ppPinter.EndDoc code and that is
the only RB code that calls Set8087CW.
Perhaps updating printer driver dll's for all user accounts would help.
--
Nard Moseley
D…> I see that in ppPrintr.pas the EndDoc saves and restores the FPU mak.
Correct. That code is necessary to workaround buggy printer drivers, but it
restores the prior state. We have not had any reports of RB causing issues
Use the lower portion of the dialog to specify which components to export.
The filetype only applies to delimited-text file output. It is ignored for
ExcelData export.
--
Nard Moseley
Digital Metaphors
ww…
Use the File | PrintToFile Setup dialog to specify which bands and
components are exported to XLSData and TextFile. By default only detail
elements are exported. This is explained in the RBuilder help and in the
rbWiki here..…
For an example check out TppInspectorDialogItem.GetComponent in
ppInspector.pas.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Please update to the latest release, RB 12.01 Build 197
The latest release contains several improvements for XLS export, based on
working with customers that submitted test cases.
--
Nard Moseley
Digital …You can email support@ to request the patch. The fix will be included in the
code base going forward. The current release is RB 12.01, the next release
will be RB 12.02.
--
Nard Moseley
Digital Metaphors
www.di…
1. I created a patch to correct this, memos should be included. I emailed
the patch to you.
2. By default the detail band elements are included (only text elements are
supported for XlsData). You can set the Band.Save, C…
I emailed you a simple example project that I built using D7 and
ReportBuilder 12.01. The first unit contains a form with three TImage
objects that contain the three images you sent. The second unit contains a
report with thr…