nicocizik
Comments
-
Hi Larry,
This error can indicate a number of issues...
- There is a ReportBuilder source file included in your library path with
the interface section changed.
- There is an old .dcu or compiled package included i… -
Hi Magnus,
Thanks for the feedback. We will consider adding features such as Laser
Guides and normalized spacing for a later release of ReportBuilder.
- creation of the existing DADE plug-ins have been a joint effort bet… -
Hi Magnus,
This is a limitation of the Demo edition of ReportBuilder. The
ReportBuilder demos are limited to print or view only 5 pages of a report.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Mangus,
Are you able to recreate this issue with the drill down example in the main
reports demo? If so, please provide the steps I can take to recreate it on
my machine. In my testing, if I navigate to the last page of t…Hi Peter,
Take a look at the following example of creating a spread sheet style report
that continues columns to the next page if there are too many to fit on the
first.
in Multi-column reports from stringgrid Comment by nicocizik July 2007Hi Luc,
The report viewer is not have a built-in feature to handle form input such
as the report you describe below. As a workaround, you could possibly
implement the OnDrawCommandClick event of a given component allowing you…Hi Luc,
At what point would you like to change text in a report? Would it be
possible to do this using autosearch criteria? Perhaps a bit more
information about what exactly you would like to happen would help me
under…Hi Bob,
1. Yes, using Richtext is probably the easiest way to display a word
document in ReportBuilder.
2. Yes, I would recommend taking a look at WPTools if InfoPower is not
currently working the way you need.
----------------------------------------------
Article: ReportBuilder's RichText architecture
----------------------------------------------
The RichText in ReportBuilder is a wrapper around Delphi's TRichEdit which
…Hi Semone,
I'm honestly not sure what exactly could be causing this behavior, we have
not had any other reports of behavior like this. Since it is happening with
every report, I would not think a corrupt report were the cause…Hi Semone,
Please understand that it is next to impossible for us to track down an
issue that we are unable to recreate on our machines here. One option you
might try is to upgrade to the latest version of ReportBuilder (10.0…Hi Semone,
This is not a known issue. Does this occur every time your user tries to
export to a file? Are you able to recreate this on any of your machines?
--
Regards,
Nico Cizik
Digital Metaphors…Hi Danny,
Which version of ReportBuilder did you upgrade from? Are you able to
recreate this with a simple example I could run on my machine? If so,
please send the example to support@digital-metaphors.com in .zip format and…Hi Danny,
Did this behavior start between versions of ReportBuilder or when you
changed to Vista? Have you tried using the printer driver developed for
this specific printer rather than the universal driver?
--
Hi Magnus,
Excellent! Glad you got it working.
If it would be alright, we would be very interested in taking a look at your
plugin to give others the ability to connect to Data Abstract and possibly
post it on our …Hi Magnus,
Sorry, I misread your initial question.
Correct, this is a reference for an end-user to show a typical one to many
relationship between a master and detail dataset. This is just for
informational p…Hi Magnus,
When linking datasets in a master-detail relationship, you are essentially
joining the two datasets on the linking field. If you would like to see the
actual SQL sent to the database you can hold the key and click…Hi Frank,
Have you tried commenting out your event code? There may be some code
firing for each pass that you only want firing once. In this case, you will
need to check that Report.SecondPass is true before executing the co…Hi Frank,
I would first suggest upgrading your version of ReportBuilder to 10.06 and
see if that changes the behavior. Contact info@digital-metaphors.com for
upgrade instructions. If this does not help, try commenting out al…Hi Bora,
Yes, you will need to access the Windows API to get information such as the
status of the print job after the report has been sent to the printer. Take
a look at the API help in Delphi for more information.
Hi Andre,
------------------------------------------
Tech Tip: Detecting whether Report was
Printed to the Printer
------------------------------------------
The Report.AfterPrint event can be used to…Hi John,
Take a look at the variable declairation of the TppPrinterInfo.GetDevNames
routine inside the ppPrintr.pas file. If you compare the two versions
(10.04 and 7.04) you will see the change made.
--
Rega…Hi John,
No problem, we would just like you to use your real name in the "From" field
of the post (rather than "tempchapmj"). Other than that, there is no need
to make your email address available if you are worried abo…Hi,
For future reference, please use your real name when posting to these
newsgroups.
This issue has been fixed for ReportBuilder 10.04 or later.
--
Regards,
Nico Cizik
Digital MetaphorsHi William,
The GlobalOnCreate is now called from the Report.InitializeParameters
method. This change was made because it was firing too late (after the
autosearch dialog had been displayed). It needs to fire before any other …Hi Bobby,
Sorry for the delay,
Below is a excerpt from our MDI example showing how to load the preview
successfully. Note the need to set the OnClose event to nil and to call
TppCustomPreview.Init. This should get…Hi Bobby,
As a test, try downloading a trial copy of RB 7.04 and test your appliction
with that. If this does not fix the issue, please provide me with a small
example or steps I can take to reproduce this behavior on my mach…Hi Bobby,
Are you able to successfully run the MDI demo located in the
\RBuilder\Demos\MDI directory? I would suggest using this example as a
starting point to creating your own MDI applications.
--
Regards,<…Hi Richard,
Please contact info@digital-metaphors.com with your serial number and
purchasing email address for upgrade instructions.
--
Regards,
Nico Cizik
Digital Metaphors
in Downloading latest version of Report Builder Comment by nicocizik August 2007Hi Bernhard,
This is not a built-in feature of ReportBuilder. One option would be to
loop through each component in the report before you print and toggle the
visibility of the report components that do not reside inside the …