nicocizik
Comments
-
Hi Ennio,
If your library path is pointing toward \RBuilder\Source, you now just need
to re-build your application and the entry for Address,2160 - Mini should be
a new size.
--
Regards,
Nico Cizik<… -
Hi Ennio,
These measurements are in inches. For an easy conversion, there are 25.4
millimeters in 1 inch.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Ennio,
Take a look at the following article on printing custom labels.
--------------------------------------------------
Article: Adding Custom Labels to the Label Wizard
------------------------------------------…Hi Adam,
Yes, this should be possible, however you will need to measure your memo
text before the memo object is created. There is unfortunately nothing
built-in to ReportBuilder to achieve this. Using the static width of th…Hi Adam,
Take a look at this example of forcing the font of a memo to fit inside a
single page. You could use the same technique of printing to a "dummy"
device initially to measure the memo before deciding whether to shrink …Hi Adam,
Take a look at the following example of changing the font size to fit a
static area.
http://www.digital-metaphors.com/tips/AutoFontS…Hi Jeff,
Thanks for the info. I will see about making this into a tech tip article.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digit…Hi Craig,
In order to alter the RichText component as you need, you will need to use a
TppRichText object rather than a TppDBRichText. Notice in the example, at
the top of the OnPrint event the text is manually assigned using…Hi Ray,
I'm sorry, I cannot find the post you are replying to. If possible please
post this message with your next reply.
Try downloading a trial version of the ReportBuilder 10.01 for Delphi 7 and
see if the probl…Hi Jan,
TeeChart 7.00 was the native version supported by ReportBuilder 7.04. We
have seen problems in the past with this version regarding a free
notification bug when closing the application. This was a TeeChart error
Hi Manuel,
There is currently no built-in way to store compressed report templates on a
database. This will have to be done manually either by saving the template
to a stream, compressing it then loading it to and from a DB f…Hi Carlos,
ReportBuilder renders to the printer using the Delphi TCanvas class and via
calls to Windows GDI functions.
We do not have any direct experience with sending escape codes directly to
the printer driver. A…Hi Jaime,
The native pagebreak component was not added until RB 9. Are you using a
third party page break component?
If the page break is inside the detail band it will execute each time it is
encountered. Try set…Hi Weverton,
ReportBuilder 10.01 is currently only available for VCL Win32.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaph…This is a multi-part message in MIME format.
Hi Pat,
Please try downloading the latest version of ReportBuilder and test the
rounding with that. We have made a few changes to the way currencies are
handled since RB 7.03. You could also take a look at the
ppDispla…Hi Paul,
1. Be sure you are using the AbsolutePageCount and AbsolutePageNo
properties of the main report object to find the page count for the entire
report.
2. Are you loading templates? If so, you need to be su…Hi Paul,
If you create a two pass report, you can compare the Report.AbsolutePageNo
to the Report.AbsolutePageCount to determine whether you are on the last
page or not.
--
Regards,
Nico Cizik
…Hi Ricardo,
Yes, this is a Pragnaan issue. I would recommend contacting Pragnaan
support about this issue for a quicker response.
--
Regards,
Nico Cizik
Digital Metaphors
in Rich Text issue Comment by nicocizik March 2006Hi Ricardo,
Did you copy the ppWWRichEd.pas file into your RB library path? This file
is necessary in order to use the InfoPower rich text component at run time.
See the ReadeMe.doc file located in the \RBuilder\InfoPower\...…Hi Ricardo,
It is possible to add InfoPower support to the RB RichText component.
----------------------------------------------
Article: ReportBuilder's RichText Architecture
-----------------------------------------…Hi Clif,
Some observations about your code.
1. Are you able to recreate this issue using the DBDEMOS database perhaps?
This would make it much easier for me to track down the problem as this is
not a known issue an…Hi,
Take a look at the following article for additional information...
----------------------------------------------------------------------------------
Tech Tip: Implementing a Custom Data Designer
----------------…Hi,
No, the Query Wizard and Query Designer are separate from the designer. See
the daQueryWizard.pas and daQueryDesigner.pas files in the
\RBuilder\Source... directory.
--
Regards,
Nico Cizik
Hi,
It is possible to replace almost all dialogs in ReportBuilder with the
exception of the Designer. Take a look at the following article for more
information.
-----------------------------------------------------…Bob,
This will be fixed for the next maintenance release as well.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.comHi Bob,
The Left/Right border issue will be fixed for the next maintenance release.
You can adjust the Leading property to keep the bottom border from snaping
too far up on a stretching memo.
--
Regards,<…Hi Alex,
ReportBuilder 7.04 was the last version to support Delphi 5. If you upgrade
to the latest version of ReportBuilder, you will have access to a registered
version of RB 7.04. Please see our web site for more informati…Hi Weverton,
ReportBuilder does not communicate with the printer directly, it uses
generic Windows API commands which in turn communicate with your printer
driver. All of these commands are the same for all printers. Is the…Hi Larry,
The Enabled property of the TppEmailSettings simply determines whether the
email button is displayed in the Preview window or not. If you are sending
email in a different way than this (i.e. making a manual call to …