nardmoseley
Comments
-
Paul,
Thanks for the feedback. Currently no plans for this. I will add to the
requested feature list. As you suggest it would be quite a bit re-working of
the architecture, for not a huge benefit. As a user I don't see much
Try setting Region1.BottomOffset to a negative value.
Best regards,
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Bill,
I recommend using the TableGrid component introduced in RB 15. Each table
cell can contain any number elements, the cells act much like regions.
Best regards,
-
Nard Moseley
Di…Glenn,
You say 'since updating them...' What RB version are you updating from?
Have not heard this behavior before. Does it happen with every report? Does
it happen with every printer? Can you duplicate the error on your…Josef,
For Delphi and RAP code, setting TabStopPositions requires using a local
variable as shown below. The current implementation of the TabStopPositions
property, returns a copy of the TStrings, so you have to get the copy …Max,
I performed a simple test with XE5. I created a form with an AdoQuery and
implemented OnCalcFields. In a Button OnClick I call DataSet.Open and
DataSet.First. For an empty dataset, OnCalcFields is never called. For a
Great news. Can you please post the specifics - it will be helpful to
others. One goal of the newsgroups is to provide a public forum in which the
RB Community can collectively learn and solve issues.in Installing Report Builder and SynEdit simultaneously Comment by nardmoseley March 2014
Lubomir,
Perhaps a conflict with some other third party component you are using.
ReportBuilder internally uses SynEdit, but does /not/ register TSynEdit with
Delphi. We've had this place for years and there are no known i…I tested this repeatedly and did not encounter any issues. Keep in mind that
when reports created with prior versions are opened, RB may perform
conversion logic that modifies the report. If this occurs, the Designer will
prompt to…Please re-read my prior post and follow the instructions.
Thanks in advance,
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Hi Paul,
I researched this further and just emailed you a patch for RB 15.03.
Registered RB 15.03 developers can email support@ and request the patch.
-
Nard Moseley
Digital Metaphors
www.digital-meta…Paul,
I create a patch for RB 15.03 that resolves the issue. Registered RB 15.03
developers can email support@ and request the patch.
Nico and I each tested this and were unable to reproduce the issue. I went
back a…Chau Chee Yang,
Thanks for the feedback, will add this for the next maintenance release.
Best …
As a test, I just installed RB 15.03 for D2007 and the help topic for
TppTableGrid is working. Make sure you are installing RB 15.03. (The same
help file is used by the RB for D2007 and XE5, each installation will merge
the h…Bill,
Check out the RBuilder help topic for TppTableGrid, the component is
documented extensively and simpler to use.
TppTableGrid cells are containers for elements for such as Label, dbText,
Memo, Image, etc.
…
That looks like it will work, give it a try.
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
You might check your app and make sure you're not using multiple
TppDesigners that have different IniStorageType or IniStorageName values.
That might cause a conflict.
I need either a simple example that demonstrates the issue…Hi Tom,
In a simple test here I cannot reproduce the issue. I reviewed the source
code and traced with the debugger but do not find any issues. In
ppEndUsr.pas there is a TppDesigner.ConfigureIniStorage method that setup upWill,
I downloaded a trial version of NexusDBV4. Here are my observations:
- to compile the RB DADE plugin packages for NexusDBV4, you will need to
modify the require clause of the packages to reference the NexusDBV4 pack…Hi Max,
Thanks for the feedback. I can duplicate the behavior here and reviewed the
relevant code. I put this on the list to improve for RB 16, I have some
ideas that may lead to improvements, but will require some redesign.<…Hi Joe,
I helped another customer who reported an issue with NexusDB and 'Extended'
fields.
This is not a ReportBuilder issue.
You can create the issue without just NexusDB (no ReportBuilder). See sample
…Hi Alessandro,
Work to support FireMonkey is ongoing, FireMonkey desktop is going to
require the most work and therefore will come later. We're proceeding
incrementally.
Best regards,
-
Nard Mo…Hi Ignacio,
I assume you mean a version of the report designer that can run in a web
browser (Javascript/Html).
Thanks for the feedback. Its something we have considered, but thus far
demand for other features has t…Hi Phil,
1. To resolve the error add myChckBox to the uses clause
2. The Report.Template.SupressErrorDialog and IgnoreErrors boolean
properties can be used to control whether the error dialog is displayed and
whethe…
1. The example uses TppVariable.Create(nil) and then assigns
TppVariable.Band. The Report will free its bands. The bands will free the
components. (Delphi implements this behavior as Owner and Parent, in RB the
Band is essent…
Yes, setting Subreport.KeepTogether to True will break that example. When
KeepTogether is true, the subreport will generate and if it cannot fit on
the page, then the page is restored to a prior state. The subreport
Variable'…Hi Igor,
Thanks for the interest in RB for XE7.
We're working on it...
We'll post an announcement here, our web site, the Delphi newsgroups, and
send an e-mail blast as soon as it is available.
Hi Roman,
Thanks for reporting this. There is now a patch for RB 15.05 that adds
support for TByte TField.DataType. Registered RB 15.05 developers can email
support@ and request the patch.
Best regards,
…Hi William,
I received the example project and will follow up via email.
Best regards,
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Hi William,
First, I recommend updating to RB 15.05 and retest. (Please always update to
the latest prior to reporting an issue). If you need download info, please
send serial number and registration to info@ and request it. A…