nicocizik
Comments
-
Hi Igor,
We have not tested the latest version of InfoPower with ReportBuilder 9,
however what you mention should work. Let me know if you run across any
problems with this.
--
Regards,
Nico Cizik<… -
Hi Keith,
When using the Data Workspace (data tab), there is no need to create the
TDataSet - TDataSource - TppDatapipeline components on your form.
ReportBuilder handles all of this internally. However currently there is no … -
Hi Keith,
When you save your template to file or stream, the references to all the
events created in Delphi are kept, but the code itself is not. If you would
like to keep the event code of a report local to the template, tak… -
Hi,
Take a look at the OnDrawCommandClick event of the visual components in
ReportBuilder. Assigning this event will essentially make that component
clickable and execute the code inside the event when it is clicked.
Hi,
Do you have a one or two pass report? If it is a one pass, try setting the
Report.PassSetting to psTwoPass and see if that helps.
--
Regards,
Nico Cizik
Digital Metaphors
in Reg. Traversing in Preview form Comment by nicocizik March 2005Hi Swami,
Try setting the Report.CachePages property to True. This should solve the
issue.
--
Regards,
Nico Cizik
Digital Metaphors
htt…Hi Steve,
Unfortunately no. ReportBuilder 9.02 is natively able to export reports to
text, archive, PDF, and XHTML (Server edition only).
--
Regards,
Nico Cizik
Digital Metaphors
in RB9 Comment by nicocizik March 2005Hi Perry,
No, that dialog does not appear any more. You should be good to go.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-met…Hi Perry,
When your users load a template created in RB 6 in RB 9, ReportBuilder will
automatically update the template to the RB 9 format before generating the
report. This conversion process will not be known to your users …Hi Carsten,
This may be a corrupt installation. Please try reinstalling ReportBuilder
and see if that helps. If not, take a look at the following article on how
to clean a corrupt installation. After this if you are still h…Hi Paul,
Sorry for the delay in this response. I have been unsucessful in trying to
recreate this issue. So far I have created a report using RB 7.04 with a
DataView included that uses the FLOOR(), and GETDATE() functions in…Hi Tim,
Rebuilding your export device packages would be a good starting place. You
may also want to contact the creator of the export device you are using and
see if this is a known issue.
--
Regards,
Bob,
I believe the windows alternative to paste (Ctrl + V) is Shft + Ins, but I
do not believe this works as a method of pasting into the object inspector.
This will have to remain a limitation of this feature.
-- <…Hi Bob,
As I mentioned before, this is a limitation of the inspector in
ReportBuilder. This may be something we research for a later release of
ReportBuilder.
--
Hi Jay,
This is currently a limitation of the built in inspector of ReportBuilder.
You can to use Ctrl + Ins as a work around for the time being.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Steven,
If you place the variable in the group header, you can still have it show
the group total by setting its LookAhead property to True. This property is
available in the Delphi Object Inspector and in the popup menu i…Hi Jono,
If you set the Report.PassSetting to psTwoPass, you can use the
TppFooterBand.BeforePrint event to compair the Report.AbsolutePageCount and
AbsolutePageNo. If these two numbers are equal, you know you are on the
Hi Weverton,
Try using the OnCalc event of the variable to calculate the sum. This is
the only event in RB that is guaranteed to fire only once per traversal. We
recently made some enhancements to this event in order to hand…Hi Joseph,
So far I have been unable to recreate this error using RB 9.02. Unless this
is an entirely new bug, upgrading to 9.02 should fix the problem. If, after
upgrading, the problem still persists, let me know and I will…Hi Joseph,
I believe there is an updated version of TExtraDevices available for RB
9.02. Check http://www.waler.com for more information.
--
Regards,
Nic…Hi Joseph,
I believe this issue was fixed for RB 9. Please download a trial version of
RB 9.02 and see if you still receive the error.
--
Regards,
Nico Cizik
Digital Metaphors
in On Preview, If two pass and 2nd pass is running, click on Search Icon results in error Comment by nicocizik March 2005Hi Jurgen,
I am not familiar with Dialog-Box-Units but if this is Screen Pixels, you
will need to first find out what your screen resolution is in order to
calculate how many screen pixels are in a millimeter. There are a few…Hi Jurgen,
The TabStopPositions in the TppCustomMemo object should be defined in report
units. If your report units are set to mm, you will need to define your tab
stop positions in mm. See the RB help file on the
TppC…Hi David,
For future reference, please do not include attachments to this newsgroup.
If you need to send a file, please send it to support@digital-metaphors.com.
There are many ways to create a form in ReportBuilder. The…Hi Nick,
You should have received a notification of the upgrade at the address you
purchased RB 9.01 with. I apologize if you did not receive this message.
Please send an email to info@digital-metaphors.com with your current …Hi Austin,
Unfortunately I was unable to recreate this error by simply placing a Label
with its font set to MSSanSerif and exporting it to PDF. If possible,
please send a simple demonstration of this error in .zip format to <…Hi Milan,
This was fixed for ReportBuilder 9. Please upgrade to the latest version of
ReportBuilder (9.02).
--
Regards,
Nico Cizik
Digital Metaphors
Hi Carlson,
There were many fixes made for RB 9.02 (recently released). Please upgrade
to the latest version and test your app with that. If you have RB 9.01,
this is a free upgrade. Contact info@digital-metaphors.com for u…Hi Bharathi,
Unfortunately ReportBuilder does not natively support PDF 417. On of our
other customers recommended this site www.psoft.sk which may help. Also,
take a look at the following article on extending the barcode cap…Hi Jeremy,
I am unable to recreate this issue on my machine. Which version of
ReportBuilder/Delphi are you using? Are you able to recreate the issue
using Demo 123 or something similar? If so, please send the exact steps I …