nardmoseley
Comments
-
Hi William,
I recommend re-reading this thread thoroughly. I just did and the all the
answers are there.
- for example, see my postApril 4 about fixing your existing reports and
your reply....
- you can t… -
William,
I recommend...
- restoring daSQL.pas back to its original (and correct) state.
- using the Dade NexusDB plugin installed with ReportBuilder, it supports
the dtNexusDB DatabaseType. Using dtOther will p… -
Hi William,
To fix existing reports, open in the Designer and for each Query DataView,
access the Query Designer and then select Ok. This will save the new
DatabaseType as part of the query definition.
Best re… -
I'll add these mods for the next maintenance release. Thanks for the
feedback.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
William,
Has the DateTime format changed between Nexus 3 and Nexus 2? Please provide
details of how version Nexus DB version 3 breaks compatibility with version
2.
-
Will,
Make sure you are using the plug-in installed by ReportBuilder to Public
Documents\RBuilder\XE5\Demos\EndUser Databases\NexusDB. There is a
ReadMe.doc included and a full example for using the end-user components.
<… -
Hi Phil,
For manually edited SQL text, you can use :ParamName where ParamName
corresponds to a Report.Parameters[ ] item. Here is an rbWiki article with
details on using Report Parameters.
in SQL Parameters Comment by nardmoseley August 2014 -
Hi Christophe,
Please do not cross post, post a question to a single newsgroup
Thanks in advance, … -
Hi Christophe,
Xlsx is being add for RB 16.
XLS and Xlsx are two completely different formats:
The XLS format referes to *.xls (97-2003) format, also known as BIFF8. This
is a binary format.
The Xlsx… -
Hi Christophe,
In RB 15, XLSettings.IncludeSingleHeader is designed to work for XLSData
export. That was the original intent of the feature - see the help topic for
the property.
For RB 16, IncludeSingleHeader is be… -
Hi Christophe,
- For XLSReport behavior, just out the RBuilder help topic for
TppXLSReportDevice. Also useful to check out the help topic for
TppXLSDataDevice.
- Next, check out the help topic for XLSSettings Ignore… -
Hi Bernard,
Open your project and review every unit - find each occurrence of
TppDesigner and update the TppDesigner.IniStorageName and IniStorageType
properties.
The location of RBuilder.ini can be controlled by th… -
Hi Mike,
Here's an rbWiki article that shows how to detect when the report is printed
http://www.digita… -
Hi Steve,
When creating new projects the default location for RBuidler.ini is
($LocalAppData)\RBuilder\RBuilder.ini
which resolves to the user's local app data folder. This adheres to the
latest Windows securit… -
Hi Carsten,
This thread is focused on TppDesigner ShowComponnets.
Check out the RBuilder help topic for TppDesigner ShowComponents for details
on its use.
Best regards,
-
Nard Mosele… -
Hi Carsten,
I don't understand the question/comment. Please provide details.
Best regards,
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
-
Hi Carsten,
Now that we released RB 17.01, TppDesigner.ShowComponents property can be
used to hide the TableGrid, GMap
Best regards,
-
Nard Moseley
Digital Metaphors
www.digital… -
Hi Mark,
For RB 17.01, I'll add Designer.ShowComponents support for TableGrid and
GMap.
Here are two options for removing them via code
1. This code will unregister the components completely from RB.
Hi Carsten,
I added this to the requested feature list.
Best regards,
-
Nard Mosel…Hi Carsten,
Selecting a Design Layer tree node, displays the TppDesignLayer properties
in the object inspector.
Selecting the DesignLayer tab below the treeview activates the design layer
in the workspace.
Hi Christophe,
You can set Label AutoSize to False and then specify the width of each label
to be the same, then each label will require the same width for the Excel
export.
However, the Excel device uses a constant…Hi Christophe,
Please provide environment details, Windows version, Delphi version,
ReportBuidler version and edition (check the Designer Help | About),
database engine, printer etc.
Best regards,<…Hi Ian,
Please create a simple .rtm I can load using the end-user demo. Email in
zip format to support@ and I'll check it out.
Best regards,
-
Nard Moseley
Digital Metaphors
www.digital-me…Hi Ian,
Try adding RBuilder\Source o to the Delphi library path and build the
project with debugging turned on.
Open ppClass.pas, find the method TppCustomReport.SetModified and place a
break point on the line
…Hi Ian,
Try loading and re-saving each of the reports. Then load them again and test
whether the Designer displays the confirm dialog.
The Version is saved as a hidden report property. It might be the reports
were c…Hi Paul,
No. You would need to either modify the Query Designer source or modify
TdaSQL.GetRowLimitEnabled to return False. The GetRowLimitEnabled method
returns True based on the database type. Some database engines do notHi Paul,
There is no way to hide item other than modifying source.
Further, needs to be the first item, otherwise it is
essentially hidden.
TdaSQL is currently designed to allow the join expression on the foreign …Hi Ian,
A couple of comments:
1. The Delphi FireDAC data access components provide a good solution. The
Demos\EndUser Databses]MySQL folder includes a FiredDac example. (Delphi
FireDAC had been very well received an…Hi Ian,
Yes, you can..
- use DBISAM datasets to connect to the rbXXXX tables.
- configure the Designer.DataSettings to connect to the mySQL data.
Best regards,
-
Nard Moseley
D…Hi Lee,
The RB Developers Guide includes some RAP tutorials on extending RAP with
custom functions. This is simple to do and one of the most powerful features
of RAP. There is a tutorial on displaying a custom form as well.