nicocizik
Comments
-
An updated patch is now available.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
-
Hi Leah,
There is now a patch available for RB 10.07 that fixes this issue. Please
send a small email to support@digital-metaphors.com requesting the patch and
we will send it to you as soon as possible.
--
R… -
Hi Leah,
We are able to recreate the issue here on our machines and are in the
process of finding a solution. I will keep you updated on any progress in
this thread. Thanks for your patience and support.
--
… -
Hi,
For future reference, please use your real full name when posting to these
newsgroups.
The latest version of TeeChart that is compatible with ReportBuilder 10.07
and Delphi 6 is TeeChart 7.0. Please see the Rep… -
This question is being handled via email. I will post the solution to this
thread once one is found.
--
Regards,
Nico Cizik
Digital Metaphors
http… -
Hi Jim,
In order to take advantage of all the InfoPower formatting features in
ReportBuilder you will need to use the ReportBuilder InfoPower RichEdit
support. Take a look at the Readme.doc located in the
\RBuilder\Info… -
Hi,
For future reference, please use your real full name when posting to these
newsgroups.
Starting with RB 9, all non-wrapping text objects in ReportBuilder were
given the Angle property. This allows you to rotate… -
Hi Ian,
Take a look at the source of the file devices you wish to use. All file
devices in ReportBuilder must override the DeviceName routine which defines
the name to be used for that particular device.
--
R… -
Hi,
For future reference, please use your real full name when posting to these
newsgroups.
All the built-in devices have been tested to work correctly with the email
feature. In my quick testing with RB 10.07… -
Hi Ralf,
What we would really like is for you to change "RAp" to "Ralf Appenzeller"
Have you… -
Hello,
For future reference, please post using your real name in the "from" field.
How and where are you loading your images from? If you place a break point
inside the OnCalc event where the image is being loaded, are y… -
>I tried using the OnGetText event but this does not seem
Yes, using the OnGetText of a SystemVariable will allow you to alter the
default text displayed. In my quick testing the following code worked as
expected...
<… -
Hi Jim,
In order to take control of the page number displayed, you will need to take
manual control using a TppVariable rather than a system variable. Inside
the OnCalc of a TppVariable, you will need to use the Report.PageNo… -
Hi Andreas,
It is not possible to convert the RAP program stream to text. It is however
possible to access each RAP function and event using the method similar to
the one used in the following example.
in Extracting Source from TraCodeModule Comment by nicocizik October 2007 -
Hi Ronald,
Currently there is no alignment feature for images in ReportBuilder. One
option would be to print the image as-is (AutoSize set to True) then move
the entire image component on the page to the proper position based… -
-------------------------------------------------
Tech Tip: Date formats used by DADE
-------------------------------------------------
DADE handles in two phases:
1. User entry
This occurs when the u… -
Hi Everett,
Please send all attachments to support@digital-metaphors.com. Also it is
much more helpful if you send us a minimal working example of the issue you
are experiencing rather than posting a snip of code.
… -
Hi Paul,
I believe when using the provided Outlook plugin, the security message will
also appear when directly sending emails. If there is a library out there
that allows you to send email with Outlook and bypass the security… -
Hi Paul,
Unfortunately there is no way to suppress this message when using Outlook to
send emails. This message is Microsoft's security "solution" to any
malicious applications taking control of Outlook and sending unwanted e… -
Hi Steve,
If you are using static height detail bands, you can simply resize the
detail band so enough space will be added to position the next row of
records in the correct spot. If you are using dynamic height, you can try … -
Hi Steve,
Please forgive me, I'm a bit unclear about what you are trying to
accomplish. It may be that I am missunderstanding your definition of bands,
rows, and permits.
I assume permits are record values retrieve… -
Hi Steve,
For future reference, please use your real name in the "from" field when
posting to these newsgroups.
If you would like to print your records horizontally, you can set your
report to contain two columns an… -
Alex,
This issue was fixed for the latest version of ReportBuilder. Please update
to RB 10.07 and see if that helps the problem.
--
Regards,
Nico Cizik
Digital Metaphors
in Floating Point Overflow while printing reports Comment by nicocizik October 2007 -
Which version of ReportBuilder/Delphi are you using? This is not a known
issue with ReportBuilder. Memos and DBMemos in ReportBuilder will wordwrap
by definition, they will not grow horizontally. Try recreating the issue
using a… -
Hi Alan,
Are you certain the Stretch property of the DBMemo is set to True? Also,
check that the band the DBMemo is in has its PrintHeight set to phDynamic.
Are you by chance loading this report from a template? Where and wh… -
Thanks for the feedback. The Tech-Tips newsgroup is mainly used to hold
articles that address issues that frequently come up when designing and
generating reports. New features are generally all explained in the
included ReportBu… -
Alan,
All the articles in the Tech-Tips newsgroup are still very usefull and apply
to the current release of ReportBuilder. Is there a certain article you
found that contains mistakes or outdated information?
--When I refer to the PrinterSetup, I'm speaking of the TppPrinterSetup object
that contains all the information needed to print a document to a printer.
Many of the options in the Page Setup dialog available from the designer
File m…Hi David,
The page width and height shown in the preview window are based on the paper
size defined in the PrinterSetup. These properties are saved down when the
template is saved so once a template is loaded, the default dim…Hi David,
We have not seent this behavior before. What are the exact dimensions of
the paper you are printing to and which version of ReportBuilder/Delphi are
you currently using. I will try to recreate the issue here and se…