nicocizik
Comments
-
Hi Terje,
Are you able to recreate this issue with the email example (Demo 110)?
Which email plugin are you using? Is Outlook open when you are trying to
send? Are you sending from an app running inside the IDE?
P… -
Hi Ian,
I believe the time is being cut off because it is set to 0. As a test,
try entering a time different than 0 for your first value and see if
that is saved down properly.
in Possible bug in Data|Query Designer. Comment by nicocizik March 2011 -
Hi Paolo,
Take a look at the following article on troubleshooting endless pages.
http://www.digital-metaphors.com/rb… -
Hi Terje,
You will notice that the Explorer Form constantly references the
FReportExplorer object to populate its controls. One option would be to
create a descendant to the TppReportExplorer class and add the routines
… -
Hi Terje,
You can do so by creating a custom report explorer. See the tutorial
located in the \Tutorials\Complete\II. Applications\04. End-User with
Custom Explorer\... directory for an example of how to do this.
<… -
Hi Jason,
This should be possible. Take a look at the
TppDesignDialogController.ShowPrintToFileSetupDialog routine inside the
ppDesignDialogController.pas file for how the dialog is shown in
ReportBuilder.
Yo… -
Hi Jason,
Inside the Report.OnPrintDialogClose, you can check the
Report.PrintDialog.DeviceType property to see which file device the user
selected.
Regards,
Nico Cizik
Digital Metaphors
<… -
Hi Hanjo,
Once you know which picture you need to display, you can simply call the
TppImage.Picture.LoadFromFile or LoadFromStream routines to manually
load the correct image. Note that this must be done before the image
Take a look at the current AutoSearch dialog and see how it verifies
that valid entries have been made. I believe it checks the
AutoSearchField.Mandatory property. It should not be very hard to alter
this to accept the criteria i…Hi Branden,
Setting the Mandatory property to True for each AutoSearch field will
ensure that your user(s) enter a value before running the report. It
would also be possible to create a custom AutoSearch dialog that
det…Hi Dennis,
Most new features are extensively documented in the help files of
ReportBuilder. We also now have the RB Wiki website which offers a
wealth of information about new and old features of ReportBuilder.
Hi Dennis,
Report Wizard support for DBRichText implies that if you create a report
using the Report Wizard, and add a DB field containing RTF data, a
DBRichText component will automatically be added (rather than a DBText).
Hi Philip,
We do not have any examples of using this particular event however this
is the event that you want to use if you make any changes to the
PrinterSetup property when printing an archive. It is necessary due to
…Hi Philip,
The viewer itself only shows report pages, it does not handle printing.
When you make a call to TppViewer.Print, it in turn calls the print
function of the producer (which in your case is the DBArchiveReader).
Hi Rick,
Are these newly created templates or older ones? Where (which event)
are you trying to access the subreport's properties? If you trace into
your source where the AV occurs, is the subreport a valid object? If
Hi Chris,
This was not a known issue with RB 10.09. Are you able to recreate the
same issue using the Interbase RB End-User demo? If so, try to recreate
the problem using another one of the demos with a different DB to see i…Hi Robert,
This can be done using the AutoSearch feature of ReportBuilder.
Take a look at the AutoSearch demo located in the \Demos\5.
AutoSearch\1. AutoSearch Field to SQL Params.
This demo shows how to use an…Hi Rob,
The scenario happens every so often where Embarcadero will release an
update or fix to Delphi between minor releases of ReportBuilder.
Generally they try to keep all updates interface compatible however
DBExpress…Hi Vincent,
The template events can be accessed in code using the Report.Template
property. See the following article on how to implement them.
in Language Dutch not avaible at Designer Comment by nicocizik May 2011Hi Maneffic,
In my testing with the Report Explorer demo, I was unable to recreate
this behavior. If possible, please try to recreate the problem on your
machine with the demo and then give me the exact steps I can take toHi Rob,
Thanks for the info. I will download the hotfixes and see if they give
me the same issues.
If you are not seeing the dbExpressSession option at design-time in the
Delphi object inspector, it is likely not i…Hi Rob,
I just tested the DBExpress demo for Interbase with Delphi XE Update 1
and everything worked as expected. Are you able to run the demo on your
machine? If so, give me the steps I need to take to recreate the issue. <…Hi Rob,
The TdaSQLQueryDataView class should be in the daDBExpress unit. If
this unit is added to your uses clause, Delphi should be able to find
that class.
Regards,
Nico Cizik
Digital Metaph…Dennis,
As I mentioned in my previous post, please send all attachments to
support@digital-metaphors.com. Do not attach them to your newsgroup
messages.
in Data Tree on Design Tab Comment by nicocizik June 2011Hi Dennis,
Please send all attachments in .zip format to support@digital-metaphors.com.
Regards,
Nico Cizik
Digital Metaphors
http://www.digit…Hi Dennis,
In Kevin's previous post, he states that the DataTree is not visible or
is hidden from view. It does look like that issue has been resolved,
correct?
If the DataTree is visible but empty, it is lik…Hi Kevin,
Try having the user delete their RBuilder.ini file and restart the
application. The RBuilder.ini file is stored in the location you
defined in the Designer or by default in the
\Users\\AppData\RBuilder\... dir…Hi Steve,
Thanks for the info, at first I thought it was a simple alignment issue
but it looks as though the feature is too advanced for the built in control.
I suggest taking a look at InfoPower or WPTools. These compon…Hi Steve,
ReportBuilder should use the same RichText libraries as Delphi does. If
you try to load your RTF data into a DBRichText component on a form (in
Delphi) does the RichText display correctly?
If so, please s…Hi Steve,
Take a look at the following article/example.
http://www.digital-metaphors.com/rbWiki/Output/Preview/How_To..…