nicocizik
Comments
-
Hi Imendes,
I'm a bit unclear what you are trying to do. Would you like to order each
individual group by total quantity or total price? If so, you can simply
add these fields to the ORDER BY clause after the other two. If … -
Hi Brian,
ReportBuilder does not store the PaperName when saving the settings of the
designer. It will always either default to A4 or Letter paper when an
application is initially loaded and no paper name has been pre-set. M… -
Hi Hanjo,
ReportBuilder has an AutoSearch feature that will allow you to alter the
search criteria during report generation, changing outputed data. Inside
the query designer in DADE, it is possible to assign autosearch value… -
Hi Glenn,
Yes this is possible using the AutoSearch feature in ReportBuilder. Inside
the query designer of the Data tab, you will see the AutoSearch option for
each search expression you add to your query. Clicking this chec… -
Hi Andy,
Try placing a break point inside the Variable3.OnCalc and see if it is
firing before or after its value is reset. My suggestion would be to
perhaps reset this value at the group start rather than at the end.
Hi Glenn,
Some printers do not handle transparency very well. My suggestion is to be
sure you have the latest version of the printer driver for your printer
installed or perhaps try printing to a different printer and see if …Hi Glenn,
Which version of ReportBuilder are you using? Try using the Report Tree to
locate the objects. If this still does not work, try deleting the objects
and recreating them.
--
Regards,
Nico…Hi Glenn,
Are you setting this property at design time or at runtime? If you run the
End User demo located in the \RBuilder\Demos\3. EndUser\1. Report Explorer\
directory and change the ppReportExplorer1.ItemAction to iaOpenT…Hi Ian,
Thanks for the feedback.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Glenn,
For future reference, please use your real name when posting to these
newsgroups. See the newsgroup guidelines located at the following page.
in Calling Enduser report from somewhere else. Comment by nicocizik February 2006Hi Glenn,
Yes, this is definitely possible. Where are you storing your report files?
If they are stored in a database blob field, you can use the
Report.Template.DatabaseSettings property to retrieve the proper file. If
Hi Glenn,
You could either create a Master-Detail relationship between the two queries
and link them. Then selecting a certain customer in the master will only
return those records in the detail. You could also try simply jo…Hi Glenn,
Sorry, I somehow lost track of your post.
If you are using RB 10, there is an updated version of this demo located at
the following address. Try download this and seeing if it helps.
in Access Violation in End User Module Comment by nicocizik February 2006Hi Glenn,
Sorry, I forgot to mention that in order to save or load a template from
file in the designer you need to set the Designer.AllowSaveToFile property
to True.
--
Regards,
Nico Cizik
Dig…Hi Glenn,
Thanks for the suggestion. It is possible to import a new report from file
inside the designer of a new report. All your user would need to do is
create a new report from the explorer and select File | Load From Fi…Hi,
For future reference, please use your real name when posting to these
newsgroups and send all attachments to support@digital-metaphors.com.
The TeeChart component in ReportBuilder is simply a wrapper around the
…Hi,
Please see my answer to your previous post. I believe the legend is
available for multiple series in your chart but you will need contact Steema
for more information on the topic.
--
Regards,
N…Hi York,
Sorry, ReportBuilder does not have the ability to read XML. If you save a
template in ASCII format, you can see how it is formatted. What are you
trying to accomplish with your application? It is possible to load a…Please use your real name when posting to these newsgroups.
TppTeeChart.Chart.Series[]
--
Regards,
Nico Cizik
Digital Metaphors
http://www.dig…Hi Jacques,
You can get access to the autosearch fields using the
TppReport.AutoSearchFields property. If you are using multiple autosearch
fields in the same report you can use the TppReport.AutoSearchFieldByName
routi…Hi Dennis,
Bob is correct. If you would like to see an example of this, take a look at
demo 33 (dm0033.pas) located in the \RBuilder\Demos\1. Reports\...
directory.
--
Regards,
Nico Cizik
Digi…Hi John,
There is a patch available for this issue. Please send an email to
support@digital-metaphors.com requesting this patch and we'll send it to you
asap.
--
Regards,
Nico Cizik
Digital Me…Sorry, the explorer dialogs are registered on demand when the report
explorer is used. Try registering your custom dialog in the
ReportExplorer.OnCreate event.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Anji,
You will need to add an Initialization and Finalization sections to your
custom form and register the form yourself. For instance...
initialization
ppRegisterForm(TppCustomTemplateDialog, TMyOpenSav…Hi,
One other note, the amount of "last accessed" reports shown in the designer
is defined in the RBuilder.ini file located in your Windows\System32\
directory. Changing the "Max" entry to 0 in the [Last Reports Accessed]
Hello,
You can use the Designer.Menu property to access an customize the main menu
of the designer window at runtime.
--
Regards,
Nico Cizik
Digital Metaphors
in Hiding the last accessed reports in the designer Comment by nicocizik March 2006-----------------------------------------
Article: End-User Tech Support
-----------------------------------------
Please understand that Digital Metaphors can only provide tech support to
the Delphi developers that purcha…Hi Yannis,
Which version of ReportBuilder are you using? The exception 'Canvas does
not allow drawing' occurs when RB cannont access the printer. Typically this
is thrown when there is not a default printer installed. Try in…Hi Chau,
Try setting the TppDesigner.TabsVisible property to False. This property is
published so it is available from the Delphi Object Inspector at design
time.
--
Regards,
Nico Cizik
Digita…Hi Massimiliano,
Unfortunately the native RB PDF device only has the capability of exporting
RichText as a bitmap. Depending on the nature of the RichText component,
this can drastically reduce output quality. One option wou…