nicocizik
Comments
-
Hi Jeff,
The height and width of the buttons inside a toolbar is determined by the
size of the icon images it is using. All images inside an image list need
to be the same size so you would need to essentially re-create the e… -
Hi Jeff,
Take a look at the following rbWiki article on creating a custom preview
plugin. This shows how you can create a custom preview window and still use
it with the designer.
in Report Builder Designer Toolbar Comment by nicocizik February 2009 -
Hi Terry,
Yes, this was added for RB 11. Use the
TppReport.PDFSettings.EmbedFontOptions and EmbedFontList properties to
either embed all or a list of fonts into the exported PDF.
--
Regards,
Nico C… -
Hi Patrick,
The most versatile solution would be to create a wizard or dialog that
leverages the SQLBuilder object and allows your users to visually create
autosearch criteria on the fields selected.
It is also poss… -
Hi Patrick,
If you are loading templates, all properties set before the template is
loaded will be replaced with the saved template properties. Try using the
OnLoadEnd template event to assign any properties you would like to… -
Hi Patrick,
Set the Report.ShowAutoSearchDialog property to False.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com… -
Alan,
Please use your real name when posting to these newsgroups (changing "Man T"
to your real name or initials would be fine).
Are you by chance loading templates. If so, the properties saved down with
the templa… -
Hi Alan,
Please use your real name when posting to these newsgroups.
You need to be sure the PreviewSettings.ZoomSetting is set to zsPercentage.
I believe the default is zsWholePage will take precedence over the zoom
Hi Norman,
This was not a known issue when upgrading from RB 7 to RB 10. If you would
like, you can send me a template created in RB 7 that has the print
orientation set to Landscape and I can try to load it with the latest <…Hi Pat,
Although it can be somewhat restrictive, try using horizontal columns. See
the layout tab of the Page Setup dialog to set this up correctly. Access
the Page Setup Dialog from the file menu of the report designer.
Hi Gary,
Do you have any addons installed on your laptop? If so, try disabling them
as well to see if that is the issue. Also which edition (Standard,
Professional, Enterprise, or Server) are you installing? Are you using f…Hi Gary,
Have you ever in the past had previous versions of ReportBuilder installed
on either of your machines? If so, you may have some corrupt files on your
machine. Either way, I recommend working through the following ar…Hi Gary,
I am unsure about the second exception. If I understand correctly, you
simply load Delphi 2007, open the QuickTestSpinProj.dproj file, and run to
recreate the error? I have tried this and the project builds and runs…Hi Gary,
I created the "Quick Test Spin" tutorial using the trial edition of
ReportBuilder Enterprise 11.03, Delphi 2007, with my Vista machine. Below
is a link to the project I built. Try building and running it and see if …Hi Gary,
Thank you for trying ReportBuilder.
Which tutorial are you working through or does the error occur when running
every tutorial? Which line of code is the AV occuring? Take a look at the
(Documents)\RBuild…Hi Diego,
In my quick testing with RB 11.03, setting the following properties
automatically checked the Print To File option and allowed me to print to a
printer if it was unchecked.
procedure TForm1.ppReport1PrintD…Hi,
Once again, please use your real name when posting to these newsgroups.
I now see the limitation you have. Upon further research, you need to
remove the following line from your code below.
(Sender as TppR…Hi,
For future reference, please use your real name when posting to these
newsgroups.
This is most likely a timing issue. Instead of assigning the properties of
the actual print dialog, try assigning the report pro…Take a look at the ppAvStd.pas file in the \RBuilder\Source directory. Here
you can see two Avery label classes and two definition arrays. Near the
bottom, you can see where the classes were registered.
One option is to crea…Hi Horizon,
1. You can use the Label Wizard to generate label reports automatically.
Select File | New from the main menu of the designer and then select the
"Label Templates" option to start the Label Wizard. Also see the m…Hi Roman,
The built-in PDF device does not currently include any encryption
(password/permissions) features. This is something we would like to add for
a later release.
--
Regards,
Nico Cizik
…Hi Claude,
Which version of ReportBuilder and Delphi are you using?
TppReport.Printing is a runtime only boolean property of the ancestor class
TppProducer. You can only access in in code and it will tell you if the
Hi Claude,
Another option would be to use the Report.Cancel routine to stop report
generation before the form is closed.
--
Regards,
Nico Cizik
Digital Metaphors
in How to interrupt a PrintDevices command ? Comment by nicocizik February 2009Hi Claude,
Try using the Report.Printing property to restrict your users from closing
the application before the report has finished printing. You can also try
using the before and after print events to be sure the report has…There is an article in the rbWiki explaining and giving examples of how to
use the Group Search feature.
ht…CodeGear stopped inlcuding the Proxies.dcu file with Delphi. You will need
to build with packages and include the DesignIDE package in the list.
--
Regards,
Nico Cizik
Digital Metaphors
in file not found proxies.dcu Comment by nicocizik February 2009Hi Jak,
Is your report properly connected to a DBPipeline? Are your DBTexts
properly connected to the DBPipeline? Try building a similar report
visually (no code), then take a look at the form source for the underlying
Hi Patrick,
You need to be sure the DBImage.GraphicType property is set to the type of
graphic you are loading. Also, if you are adding JPEG images for example,
you need to add ppJPEG to your uses clause. (ppGIF for .gif fil…Hi Benny,
Please post using your real name.
The Group Footer Band by design will only print at the end of a group, it
does not repeat page to page. Would you like to hide the group footer if
the group is less than …Hi Martin,
This is not a known issue. First try upgrading to RB 10.03 and see if that
helps. Send an email to info@digital-metaphors.com with your serial number
and purchasing email address for upgrade instructions.