nardmoseley
Comments
-
We have not received any email from you. What email address did you use?
sales@, info@, support@?
Try sending to each of those addresses and then post back here.
--
Nard Moseley
Digital Metaphors
Correct. That property was never used RB and it was never set to True, so it
was useless.
-- …
Check out ppRegPro.pas, the section on Component Editors and Component
Designers. You need to create a similar myReg.pas unit and place that unit a
separate 'design-time only' package.
--
Nard Moseley
Di…
One option is to configure the Data tree Layout options to produce a grid
layout. Then multi-select the required fields and drag them onto the detail
band.
--
Nard Moseley
Digital Metaphors
www.digi…
Done. For future reference, please email support@ to request patches
--
Nard Moseley
Di…
The DataOwner is used internally to find the TADOConnection component. (i.e.
the DataOwner is the Form/DataModule upon which the TADOConnection component
resides).
There is no built-in functionality that can parse SQL te…
To accomplish that you need to manually edit the SQL and use the :ParamName
notation
example:
SELECT * FROM EMPLOYEES WHERE ID NOT IN (SELECT * FROM STAFF WHERE NAME =
:ParamName)
--
Nar…
RB 11 has new Parameter and SQL features.
From the Design workspace you can define Report.Parameters that can
optionally have AutoSearch and Lookup behaviors.
From the Data workspace you can bind query's to Report.P…
Thanks for the feedback.
The combobox is editable because customers demanded it.
The toolbar combobox control is part of the tbx library we are using to
implement the theming. As you have observed, tt has slightly d…
Thanks for pointing this out. This fix will be included in the code base
going forward.
If you want Preferences to take precedence over TppDesigner property values
then calling LoadPreferences after creating the designer…We are not familiar with TwwMemoDialog. But in general you would transfer
the contents of the dialog's memo control to a ReportBuilder Report that
contains a TppMemo set to Stretch.
Perhaps something like..
myTppMem…Make sure the old report is using Tahoma.
Perhaps for the old reports you need to recreate the query or table objects
so that they can refresh the field info? I don't know just trying to guess
what might cause the difference.<…
If you place a DBText on a form, does that display correctly?
Are you using a Font that supports Unicode?
What type of data access are you using? BDE, ADO, soemthing else?
--
Nard Moseley
Digital Met…
Glad to hear you got it working. That looks good. Set the PrinterName and
then LoadDeviceSettings.
…
Try this...
PrinterSetup.LoadDeviceSettingsFromStream(printerStream);
// clear printer specific configuration
PrinterSetup.DeviceSettings := 0;
TppPrinterSetup contains properties that can be used to configure a…
There is now an RB 11.06 patch available for this issue.
Modifying Parameter.AutoSearchSettings.SearchExpression /should/ update
Parameter.Value. When a multi-value search operator is used such as soInList
or soNotBetwee…
I researched this using D2010, D2009, and D2007 and got the same results. I
think there is a bug with the dbExpress driver for MS SQL. However I was
able to come up with a work around to make it work.
There is now a patc…
You might consider creating your own custom dataview. For examples see
Demos\EndUser\Custom DataViews.
I do not have a clear understanding of what you trying to do, but another
way to approach would be to pre-process you…> Any thoughts?
These are the ReportBuilder newsgroup. Do you have a question about
ReportBuilder?
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Mark,
Thanks for the feedback.
This is in the queue to be researched further. I will post a follow up here.
Please post to a single destination. Please do not crosspost and do not post
to the newsgroups and the…Mark,
Thanks for providing the example.
In my testing here, I can build and run the project without any issues. No
errors/exceptions are displayed.
I am using D2007 and DBISAM 4.25 Build 4.
Try updat…We can give it a try.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Try updating to RB 11.06 and then re-test.
If you still have an issue, please create an example project that we can
build and run here using the debugger. Use standard Delphi components and
ReportBuilder. If possible use…
Set the SearchExpression property to a comma delimited list of values.
example:
Report.Parameters.Items['ParamName'].AutoSearchsettings.SearchExpression :=
'value1, value2';
--
Nard Moseley
You can use the Items array to access the TppParameter object.
example:
Report.Parameters.Items['ParamName'].Value := 'test';
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Wrong wording. There is no D5 Server Edition, but registered users can
download RB Enterprise for D5.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
A license to RB 11 includes RB 7.04 for D5. RB 7.04 was the last produced
release to support D5. Trial versions are available for download. Note that
for RB Server Edition, there is no D5 support.
in Prospective RB User Question Comment by nardmoseley October 2009
Thanks for your interest in ReportBuilder.
The Query tools included with RB Professional and Enterprise can be used to
quickly define SQL join conditions and define linking relaitionship between
queries (i.e. master/deta…
There is now a patch available for RB 11.06 that resolves this issue. I sent
it to you. Registered users of RB 11.06 can email support@ and request the
patch.
--
Nard Moseley
Digital Metaphors