nardmoseley
Comments
-
If the report definitions contain images with graphic type other than Bmp,
make sure the conversion app includes ppJPEG, ppGIF in the uses clause.
RB 10.08 can open and run the RB 10.04 reports (RB 12 can open and run them
too… -
The Report.Printersetup.PrinterNames list should be identical to the Windows
Control Panel Printers list. You can see this list of names by selecting the
Report.PrinterSetup.PrinterNames in the Object Inspector and viewing the
drop… -
We will try to add an soNone option for the next maintenance release.
Thanks for the feedback.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
I researched this and will add the behavior for the next maint release,
which will be RB 12.03.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
Example:
Report.Parameters.Items['ppParameter1'].AutoSearchSettings.SearchExpression
:= '1/1/1991, 1/1/2010';
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
Configure a Report.Parameters[ ] item as follows:
Set DataType to dtDate. Set AutoSearchSettings.SearchOperator to soBetween.
Set SearchExpression with the date range (ex. 1/1/1990, 1/1/2000)
The above works in my t… -
A patch is now available for RB 12.02 that resolves the issue. The issue is
due to a null value returned by a DrawText object. (The issue is not related
to images or to Excel 2010). Registered RB 12.02 users can email support@
and … -
Please create a simple example, generate it to an archive file (.raf) and
then send in zip format to support@
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
The version of TeeChart bundled with some of the older Delphi IDE's has
limitations. For details, access the RBuilder help, select the contents,
then navigate to ReportBuilder Reference | TeeChart | Delphi X where X is
the version… -
Thanks for reporting this - it is a bug. I created a patch for RB 12.03.
Registered customers can email support@ and request the patch.
Looks like Excel multiplies the value by 100 when the % format is used -
Delphi does not d… -
There is now a patch available for RB 12.03 that resolves this issue.
The code has existed and worked many years. With RB 12.03 and D2007 the
existing code still works, so apparently something in Delphi has changed -
perhaps t… -
> How are my chances of porting/reusing my code and RB designs in either of
See answers below.
No.
No.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
The Delphi Roadmap shows 64-bit is coming soon, first a preview and then the
shipping product. I have faith the Delphi team will deliver and that it will
be a huge success.
--
Nard Moseley
Digital Metaph…I recommend upgrading to RB 12, this is a new feature.
http://www.digital-metaphors.com/rbWiki/General/What's_New/RB_12
…Please do not use all caps in the subject. It has the opposite effect of
what you intend. Please do send emails to support@ and then post the same
question here. It has the opposite effect of what you intend.in Need to rebuild ReportBuilder BPL files URGENTLY Comment by nardmoseley December 2010
I researched this. Prior to running the report, override the Delphi
FormatSettings for LongTimeFormat.
FormatSettings.LongTimeFormat := 'h:mm:ss:z';
The Group is calling DataPipeline.GetFieldAsString which calls t…This question was sent to support@ and answered there. Please do not post to
multiple destinations. A compiler version conflict indicates the presence of
old and new TeeChart version existing on your system, I recommend performing
…And best of the season to you as well!
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Gary,
Congrats and thanks for upgrading to RB 12!
I just emailed you the XLSData patch files for RB 12.03.
Best regards,
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
There is a patch available for RB 12.03 that resolves the default behavior.
I emailed it you. Registered RB 12.03 users can email support@ and request
the patch.
(By default the detail band elements should be exported, t…I compare this to ReportBuilder's support for RTF. The ReportBuilder
RichText component is a wrapper for the Delphi's TRichEdit, which itself is
a wrapper for the Windows RichEd.dll. There are also Delphi third-party
add-ons such…Did you read all the posts to this thread? I don't know what else to say.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Try compiling the Demos\RAP\Rap.dpr that is installed with the product.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Try copying the patch files to RBuilder\Source. Add RBuilder\Source to the
Delphi library path - position the entry ahead of RBuilder\Lib. Then build
your project. In my testing here that worked. (I do not know why
RBuilder\L…What RB Edition are you using? What patches are trying to apply?
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Also, check out demo 112 (dm0112.pas) in the \Demos\ReportsDemo.dpr. The
example shows how to use the dataPipeline bookmark traversal feature - that
would probably be a simpler solution.
--
Nard Moseley
Digit…
If I understand correctly you have a query that is used to load items to a
Delphi CheckListBox and you want a report to list the checked items.
One approach might be to populate a ClientDataSet with the query records.
An…
Use the master JITPipeline OnRecordPositionChange event to filter a detail
dataset.
The OnGetFieldValue event simply returns the field value for the current
record. It can fire any number of times. (This is the same conc…I revisited this again. I made an example with the Delphi DBDemos data -
customer/order/item.
main - customer
pbFixed subreport - order
pbChild subreport - item
pbFixed subreport - order (same layout …
I have recreated the issue in an example project and have researched it but
not yet found a solution. I will post a follow up here when I know more.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors…