nicocizik
Comments
-
There is now a patch for RB 14.08 available that solves this issue.
Send an email to support@digital-metaphors.com to receive the patch.
-
Sorry for the delay. We are still researching this and will respond
here once a solution is found. Thanks for your patience.
-
Hi Carlos,
We made this change after RB 10 to handle specific scaling issues with
the PDF417 barcode. If possible, please send a simple example showing
the issue to us in .zip format (using only Delphi and RB components) and … -
Hi Deniz,
Take a look at the following article on giving the Preview additionaly
key shortcut support.
h… -
Hi Adam,
Are you freeing the report and form at the same time? It could be that
the destroy process has not fully completed for the report when you free
the form.
Since we are not able to recreate this on our machi… -
Hi Adam,
We have not seen anything like this before with RB 14.08. How is your
application handling its destroy sequence? Any more information about
what is happening when this AV occurs would be helpful. An example thatThere is now a patch available for RB 14.08 that solves the
auto-scrolling issue. Send an email to support@digital-metaphors.com to
receive the patch.
Hi Rick,
I will look at the first issue and get back to you. The text search
should auto-scroll to the area of the page that the found text is
located but perhaps this is not functioning correctly.
ReportBuilder cu…Hi Farran,
I'm a bit unclear about what you are trying to accomplish. Are you
displaying RTF source in your report? Where is the RTF source coming from?
Note that a DBText object will simply display the text it is given…Hi Philip,
As I mentioned, your feature request has been added to our possible
features list. That is all the information I am able to give about it
at this time.
The current implementation of the checkbox is actua…Hi Philip,
Thanks for the feedback. I have added this to our possible enhancements
list and we will consider it for a later release of ReportBuilder.
Hi Ailton,
Take a look at the following articles on manually encoding Code 128
barcodes to meet your specifications.
http://www.…Hi Nathan,
You are correct, thank you for pointing this out.
I will fix this for the next release of ReportBuilder. It is also
available as a patch for RB 14.08. Send an email to support@ to receive
the patch.
Hi Temoc,
Sorry, I misspoke about how to determine whether the "continue" label is
visible. Use the Group.FirstPage property instead of the PageNo.
lblContinued.Visible := not(Group.FirstPage);
See the TppGrou…Hi Temoc,
I would suggest placing the "continue" label in the GroupHeader with its
Visible property set to False. Then inside the Band.BeforePrint event,
toggle the visibility based on the Report.AbsolutePageNo value.
Hi Daniele,
I apologize, I was under the impression that you had this working for an
earlier version of ReportBuilder and now it was not functioning after
upgrading to RB 14.
Looking at your code, it appears you are…Hi Daniele,
Does this occur with every old template? Which version of ReportBuilder
were these templates created with? If you set your library path to
RBuilder\Source and trace to where the AV occurs where in the RB code is …Hi Nathan,
Setting SinglePageOnly to True will remove the ability to continuously
scroll pages in the preview/viewer (i.e. the way it worked in RB 12 and
earlier).
If you can recreate this with a simple example that…Hi Nathan,
Sorry, #4 was more if all the other options had no effect. It appears
the issue is caused by the threaded page generation when SinglePageOnly
is set to False.
Does your application by chance have any DB …Hi Nathan,
We have not seen behavior like this with RB 14. In fact most users have
reported an increase in generation speed due to the background thread
processing added for RB 14. Below are a couple items to try to isolate …There is a patch available that solves this issue. Send an email to
support@digital-metaphors.com to receive the update.
Hi Sergio,
I first suggest downloading the latest trial (14.08) and test with that.
If you still get the same issue, please send a simple example using
only RB and Delphi components that I can run on my machine to me in .zip…Hi Sergio,
In you second post, you said that all versions after RB 12.03 caused an
error. Have you tried 12.05?
For RB 14, you will likely need to set the
Report.PreviewFormSettings.SinglePageOnly property to True …Hi Sergio,
For future reference, please do not use all caps when posting. It
implies that you are yelling.
I downloaded the latest Apollo trial and tested it with a simple app
using RB 12.05 and their sample data t…Hi Sergio,
You are using an older version of ReportBuilder. Please first upgrade
to RB 12.05 and retest your report. If this does not solve the issue,
try downloading a trial copy of RB 14.08 and test with that.
Hi Steve,
Sorry, I just did a search of our source and it looks like we added a
check to see if the report contains groups with the
GroupFileSettings.EmailFile property set to true.
The TppEmail object does not supp…Hi Steve,
Are you loading templates? If so, you need to be sure to either save
the template down with the Email feature enabled or set the property
after you load the file.
Hi Robert,
Take a look at the examples in the main reports demo. There are
numerous subreport examples showing exactly how to accomplish what you need.
in Sub Report examples Comment by nicocizik May 2013Hi Mike,
The TableGrid component is a report component meant to be added to
reports via the Report Designer. The TableGrid can be located on the
Advanced Components Toolbar in the Designer.
Hi Adam,
Thanks for the suggestion with Regions. We will add this to our
possible enhancements list.
I did a quick test with lines and borders as you mentioned and they
seemed to line up and appear the same thickne…