nicocizik
Comments
-
Hi Stephen,
Thanks for the clarification. We are able to recreate this and will look
into a solution.
A more robust way to design this report would be to use groups rather than a
page break to keep each person on a… -
Hi Stephen,
When using the PageBreak component, remember that once the page breaks, the
remaining components in the band will print at their relative vertical
position inside that band (not the top of the band). To work aroun… -
Hi Shoji,
Once the QueryDataView has been created, the SQL is saved down with the
template. One option is to create these queries on the fly using the
SQLBuilder class. Another would be to manually alter the template source … -
Sorry, I just saw towards the bottom of your message where you say that you
are using RB 11.08. When sending an email from RB 11.08, the AutoSearch
dialog is automatically hidden. I do not see how it is possible that it is
displa… -
Hi Hans,
Which exact version of ReportBuilder are you using? The issue with
re-showing the autosearch dialog when emailing was fixed for RB 11.08.
In order to track down the issue with the wrong data displaying for anHi Nicola,
This has been fixed for RB 11.08. Please upgrade your version of
ReportBuilder. Contact info@digital-metaphors.com with your serial number
and purchasing email address for upgrade instructions.
--
-----------------------------------------
Article: End-User Tech Support
-----------------------------------------
Please understand that Digital Metaphors can only provide tech support to
the Delphi developers that purcha…Hi Don,
For future reference please send all attachments to
support@digital-metaphors.com.
I am not familiar with the ".rbu" file extension. Are you using a
registered copy of ReportBuilder and Delphi or are you us…Hi Donald,
Since you are already making a calculation for Variable3 (hopefully in the
OnCalc event), you can simply update another TppVariable's value that is
inside the Group Footer.
For instance (assuming Variable…Hi Chris,
ReportBuilder caches the table and field information to improve performance
while designing and manipulating queries in DADE. Take a look at the
following article on clearing the metadata cache.
in Switching database does not update tables available in the Query Wizard Comment by nicocizik October 2010Hi Nigel,
Take a look at the following article on enhancing the RichText component.
http://www.digital-metaphors.com/rbWiki/RCL/RichText/…Hi Sebsie,
The ReportExplorer relies on the database to automatically generate a unique
ID for each folder/item created. See the TppReportExplorer.AddFolder
routine for how a new folder is added. The first time the call is m…Hi Philip,
Thanks for the examples. There is now a patch available for RB 12.02 that
solves this problem. Send an email to support@digital-metaphors.com to
receive the patch.
Regards,
Nico CizikHi Philip,
Sorry for the late response.
I am having trouble recreating this behavior on my machine. I'm using a
simple setup (Report, Designer, Button on a form) and I'm connecting to the
DBDEMOS database Customer …Hi Jerry,
When creating a new report, the data tab will always be "empty" by default.
It is up to you to assign the datasettings (File | Data Settings...) and add
new queries accessing your DBISAM data. See the Developer's Gu…Hi Philip,
Sorry for the late reply.
Be sure you have the StretchWithParent and ReprintOnOverflow properties set
to True for the line(s). This will ensure they extend the length of the
region and reprint on overflo…Hi Isaac,
This issue was fixed for RB 12.02. Please upgrade.
(info@digital-metaphors.com).
Regards,
Nico Cizik
Digital Metaphors
http:/…Hi Tim,
In my testing, using code identical to the code you have below in the
OnInitializeParameters event, the autosearch value properly reflects the new
parameter value assigned.
Be sure you have the AutoSearchSet…Hi David,
To get the data you are after with your design, you will need to group by
each month and select the max value for the New and Refi fields. Something
like the following...
Select Max(New), Max(Refi), Month…Hi Whit,
My first suggestion would be to upgrade to RB 12.03 and see if that helps
the problem.
We have not seen this behavior before. Do you get this error if you select
any two tables? Which database and connect…Hi Richard,
The QueryDesigner does not natively support cross joins however I would be
interested to know exactly what you are trying to accomplish. It may be
easier to simply use two separate queries rather than a single joi…Hi Ian,
This would be a function of the database you are accessing. Theoretically,
if fewer fields are selected, the query will process faster but this is
something you would need to try. In reality, the performance increase…Hi Alberto,
Take a look at the following article on how to create a spread sheet style
report.
in Split a report on multiple page Comment by nicocizik January 2011Hi Phil,
Are you using the DataDictionary?
As a test, try tracing into the RB source and see if you can find out where
the problem is occurring. Start in the TdaMetaData.GetFields routine in the
daMetaData.pas file…Hi Phil,
Thanks for the information. Take a look at the following article on what
might be causing this error and how you might fix it.
Hi Phil,
Sorry for the late reply. Is this happening at design time or runtime? The
metadata cache is created once DADE connects to your datasets and then is
used to speed up the process of creating queries. If the cache is…Hi Stephen,
I created a patch that should solve this issue for 12.03. Send an email to
support@digital-metaphors.com to receive the patch. This fix will be
included in the next release of ReportBuilder.
Hi Terje,
Unfortunately using Simple MAPI (the version included with Delphi), it is
not possible to remove this message. Microsoft's rules, not ours.
You currently have two options for working around the limitation.
Hi Terje,
Take a look at the following article on sending emails with Outlook open.
http://www.digital-metaph…I believe this is incorrect. We currently have either Outlook 2010 or
Outlook 2007 installed on our machines and the MAPI plugin functions
correctly.
Regards,
Nico Cizik
Digital Metaphors
in Email failure. Comment by nicocizik February 2011