nicocizik
Comments
-
HI Frederick,
Check your DBISAM installation directory for the proper file name. The file
name should be dbd7r.bpl or something similar. These files change
based on which version of DBISAM you have installed (DBISAM 3.10 hap… -
Hi Richard,
These are compiler warnings and should not affect your application. Are you
able to successfully run your app in Delphi 2009?
We generally turn the Unsafe Code, Unsafe Typecast and Unsafe Type warnings
… -
Hi Hans,
Which version of ReportBuilder and Delphi are you using?
I created a quick test application using the customer and orders tables in
the DBDEMOS database here and was able to successfully see all details for
Hi Hans,
For a master detail report, you need to be sure you are sorting the detail
dataset on the linking field first. This way for each master record, the
engine can find every detail associated with it.
Hi Stacey,
If you use a two pass report you can compare the Report.AbsolutePageNo and
Report.AbsolutePageCount to determine if you are on the last page.
Something like the following...
Inside the FooterBand.BeforePr…This question was answered in the Datapipelines newsgroup. Please do not
cross post.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-m…Hi Benjamin,
Try using the Group.BeforeGroupBreak or AfterGroupBreak events to determine
when the group will break.
Also, s group will always print a group footer at the end of a group (or
when the break value chang…Hi Brian,
Setting the Report.SaveAsTemplate property to True will prompt the user if
the report has changed to save.
--
Regards,
Nico Cizik
Digital Metaphors
in How To Determine If Template Has Changed? Comment by nicocizik November 2008Hi Erich,
Sorry, I didn't see the code you posted.
Looking at your code, it seems that you are adding more labels to the detail
band that will fit on a single page. This is most likely what is causing
the problem. …Hi Erich,
1. Where are you creating the 200 labels? Which band? Is there enough
space on the page to display these labels? Perhaps a little more
information on how you would like your report to look will help.
2…Try using an earlier event such as the DetailBand.BeforePrint or
BeforeGenerate and see if you get the results you need.
--
Regards,
Nico Cizik
Digital Metaphors
If the report is connected to the pipeline with the data you need to
inspect, you can simply use the Report.Datapipeline property to access the
current record in the dataset.
if Report.DataPipeline['ART'] = 1 then
begin…Hi John,
We have not seen anything like this before. Does it only happen when
printing reports to this specific printer? If you for instance export the
report to PDF then print from Adobe, does the report print to the correc…Hi Jou,
The best way to determine the height of a memo before it is printed is to
use the TCanvas.TextHeight routine and multiply that by the number of lines.
Another option would be to take a look at the Report.Engine.PrintPo…Hi Jou,
What ultimately are you trying to accomplish? If you are trying to place an
object below the memo or region, you can simply have it shift relative to
the stretchable object. If the object is not stretchable such as a…Hi Richard,
Take a look at the following rbWiki article on how to enhance the RichText
features in ReportBuilder.
http://www.digita…Hi,
This most likely was an issue with the version of ReportBuilder you are
using. To fix this you will either need to upgrade to a newer version or
replace the current TppDisplayFormat class as I mentioned in my previous
Which version of ReportBuilder are you using? I believe this (or a similar)
issue was addressed for a recent version of ReportBuilder.
All display format logic is located inside the ppDisplayFormat.pas file. It
is possible t…Hi Hans,
ReportBuilder 11 includes new features that allow you to directly assign
your parameters to autosearch fields in DADE without the use of any code.
Try using the TdaSQLBuilder object to create or alter your autose…Hi Patrick,
Do not set the PrinterName property directly. Try using the PrinterNames
list instead so you can be sure the correct name is being used.
ppReport.PrinterSetup.PrinterName := ppReport.PrinterSetup.PrinterNames…Hi Carlos,
Please do not post with all capital letters. It implies that you are
yelling.
To show a calculated total before the details have printed, you need to set
the DBCalc.LookAhead property to True. This will…Hi Paul,
We currently use Microsoft Virtual PC and have been pleased with it for the
most part. We have not made much effort to try other VM's such as VMWare
however I have heard nothing but good things about it.
-…Hi Paul,
Below is the reply I received from InstallAware. Seems it is more of a MSI
Windows Installer issue.
----
No it is not possible to install to a SUBST directory because SUBST is for a
user only, but Win…Hi Paul,
I was able to recreate the behavior you are experiencing with our installer.
I have contacted InstallAware support to see if they have come across this
issue before or even support installing to a subst drive.
Hi Paul,
In my quick testing, I was able to successfully install to a custom
directory on a Windows XP machine.
1. Are you installing to the same drive that the installer applicaiton is
located?
2. If you try…Hi Chantal,
It is not currently possible to change the orientation of text inside a
crosstab. This is something I will mark down as a possible enhancement for
a later release.
Currently the options are to manually …I followed your steps below exactly and Delphi did not close when I selected
the barcode. I assume you are using RB 11.01?
One item of note, after I installed the driver, the Epson TML60II entry
shows up in my installed print…Hi Filip,
For future reference please send all attachments to
support@digital-metaphors.com.
Are you using the latest version of ReportBuilder (11.01)? If not, try
updating your version and see if that solves the i…Hi,
For future reference, please use your real name when posting to these
newsgroups.
Are you a registered user of ReportBuilder or are you using an application
with ReportBuilder built-in?
--
Regar…