nicocizik
Comments
-
Hi Heinz,
I have attempted to send you the patch multiple times however it appears
your email server is blocking the email with the error message below.
"554-Bad DNS PTR resource record."
If you have an alterna… -
Hi Heinz,
There is a patch available for RB 18.0 that fixes this issue. Active
subscribers can email support@ to receive this patch.
--
-
Hi Heinz,
This is an unfortunate result of the original checkbox design.
Checkboxes in ReportBuilder are drawn using the Wingdings font which
does not take up the entire control space. In PDF, form field check
boxe… -
Hi Ralf,
Sorry for the delay. We received your email and have been researching
the problem. I just sent you an email response. I included my response
below.
---
Thanks for the font files. After some d… -
Hi Ralf,
I do not have the "Avenir..." font on my machine. The PDF device
extensively uses numerous Windows API font processing routines and we
test these with all the standard fonts installed with the operating system.
… -
Hi Ralf,
Which version of ReportBuilder and Delphi are you using?
Generally the "canvas does not allow drawing" error is caused by a
memory or resource leak of some kind. This could be somewhere in
ReportBuilder or… -
Hi Chris,
This issue was fixed for the latest version(s) of ReportBuilder. All
active subscribers should upgrade to the latest version of ReportBuilder
(RB 18.0) to receive this fix.
Contact info@digital-metaphors.… -
Hi Paul,
There is a patch available for RB 18.0 that adds support for ftLongWord.
Registered users can contact support@digital-metaphors.com to receive
the patch.
--
-
This question has been answered in the General newsgroup. Please do not
cross post.
--
-
Gerardo,
Sorry but we are not aware of any Apollo plugins for DADE. You could
possibly take a look at one of the existing DADE plugins as a starting point
to create your own plugin. You might also try to contact the Apollo peo… -
Sorry but we are not aware of any SQLDirect plugins for DADE. You could
possibly take a look at one of the existing DADE plugins as a starting point
to create your own plugin. You might also try to contact the SQLDirect
people and s… -
Hi Luis,
Try adding ppJpeg to your 'uses' clause.
--
-
Hi Luis,
Yes, you will need to make a copy of the DADE plugin for SQL Server. You
can name it anything you like as long as you register it at the bottom of
the .pas file in the initialization section. Then you can simply re-bu… -
Hi Luis,
Table Views are not supported in the currently release. However, we have had
a few customers modified the DADE plug-ins for various database, to add
support for view. The TdaSession.GetTableNames method is the responsib… -
Hi Serge,
Since RAP does not support Delphi Sets, we decided to make each Font.Style
into a boolean property to
enable a user to access them. You're RAP code should look something like
the following:
Label.Font.… -
Please see my earlier post on the RAP Reference section.
--
-
Hi Etiene,
You will want to use the TdaSQLQueryDataView class located inside the
daDBExpress.pas unit to replace teh TdaBDEQueryDataView class.
--
-
Hi Mauro,
The OnCreate event of the datamodule is too late to modify the database
type. I would suggest trying the TppDesigner.OnShow or perhaps the
Report.Template.New events to set this property.
--
-
Hi Mauro,
You need to set the TppDesigner.DataSettings.DataBaseType property to the
database type of your choice. This is a published property so it can be
accessed from the object inspector in Delphi design time or at run time… -
Hi Peter,
No problem. Glad you got it working
.
--
-
Peter,
Adding daAds to your uses clause will only register the ADSSession with DADE
at runtime. If you add it to the uses clause, then open a designer with
AllowChangeDesignSettings set to True at runtime, navigate to the Data … -
Hi Peter,
If you added daAds to your uses clause, you should see an ADSSession entery
in your data settings dialog in DADE (data tab). Then you can create your
queries and sort them as you like using the data workspace. Please… -
Hi Peter,
If you would like to see the TAdsSession type at runtime you need to add
daAds to your uses clause. If you need to use it at design time you will
need to install the rbAds77.dpk into the Delphi IDE after you successfu… -
Hi Peter,
First, be sure you are opening the rbAds77.dpk. This is the updated package
for ReportBuilder 7 for Delphi 7. It looks as though the package name at
the top of the .dpk file was not changed to rbAds77 so you will nee… -
Hi,
This may be possible, yet you will need to create a datapipeline to
successfully connect your master dataset to a dade dataset. If you have a
pipeline created for the master dataset in Delphi code, you can link the two
Hello,
How exactly would you like this report to act? If you load a new report as
the pipeline traverses your master dataset, you will alwayse end up seeing
report3.rtm. You may want to place numerous subreports on your main…Hi Scott,
This is simply a limitation of the Data workspace. If you would like to
edit the SQL and then link, you must to it in code. Follow the link below
for a good example of this.
in Manual SQL and Pipeline Linking Comment by nicocizik November 2004Hi Scott,
The following examples should get you on the right track. Hope they help.
http://www.digital-metaphors.com/tips/LinkDADEPi…Hi Luca,
I apoligize, I did not fully ready your initial post. It is not possible to
simply change the table name with the SQLBuilder. In this case you will
need to complete delete the existing table from the data module and…