nicocizik
Comments
-
Hi Nicola,
"Orientation" is a reserved property in the inspector. You can see where it
is assigned to a category in the ppInspector.pas file. If you would like to
use this with a different category you will need to either al… -
Hi David,
The Page Style option is located in the "Report" main menu option inside the
designer. The main menu should contain the File, Edit, View, Report, and
Help options.
The Image component is located on the St… -
Hi David,
Thank you for trying ReportBuilder!
To place a component in the background of a report, use the PageStyle band.
(Report | Page Style... from the main menu). Once you enable this band,
size it to approxima… -
Hi George,
I'm a bit unclear about the scenario you describe below. Are you referring
to the list returned by the PrinterNames property or the actual list of
printers in the Control Panel in Windows? Ideally you will want to… -
Hi George,
My guess is that either the printer name has changed or it is being set
incorrectly. Be sure you are using the PrinterSetup.PrinterNames property
to find and set the printer to be used. This way you can be absolut… -
Hi Mark,
Which version of ReportBuilder are you using? What type of Subreport are
you using in the title?
--
Regards,
Nico Cizik
Digital Metaphors
Hi Mark,
Which version of ReportBuilder are you using? What type of subreport did
you add to the title? Are you doing this in code or at design time?
--
Regards,
Nico Cizik
Digital Metaphors
<…Hi Raj,
Which version of ReportBuilder and Delphi are you using? Which database and
connectivity are you using?
This is not a known issue. Are you able to recreate this with a simple
example I can run on my machin…This is a multi-part message in MIME format.
Hi Rene,
The ReportBuilder help installer relies on using the CScript call from the
command line to execute a .js file. If the CScript alias has been altered
or another application is associated with the .js extension you may…Hi Olaf,
Which exact version of ReportBuilder are you using? My first suggestion
would be to upgrade to RB 11.08 and see if that solves the issue. If you
would like, you can send a simple example that demonstrates this issue…Hi Olaf,
What error are you getting?
Note that after you make a call to EmailSettings.Clear, you will need to
re-set the PreviewInEmailClient property if you would like an Outlook window
to pop up.
ppArch…Hi John,
Which version of ReportBuilder are you currently using? In my testing with
RB 12.02, setting a white background does not show a page border like the
one in your screenshot. Are you certain there is not a rectangle s…Hi Erich,
The language setting is saved with the template. You can use a template
event such as the Template.OnLoadEnd to set the language of the report after
the template has loaded to be sure the correct language is used.Hi Eliseu,
http://www.digital-metaphors.com/rbWiki/General/Installation/Tech_Tip:_Demo_Location
--
Regards,…Hi Samuel,
Take a look at the following article on how to hide the DADE menu items.
The same concept can be used to hide the RAP menu items.
in How to supress the Help menu in the Calc tab ? Comment by nicocizik October 2010Hi Glenn,
Yes, using the methods described in the articles I posted, you should be
able to loop through the report, search for a component with a specific name
and change it before adding your own component with the same name.…Hi Glenn,
ReportBuilder does not give the end-user access to the Name property to
prevent the possibility of creating a conflict and breaking a report.
Ideally the developer should give all report components meaningful names s…Hi John,
This is not a known issue nor have we seen this behavior before on any of
our machines. Are you able to recreate this with a minimal application
(Form, Report, and button only)? Are there any other third party compo…Hi Rene,
In my testing, I was able to successfully send all groups to separate email
addresses using a field in the dataset as the email address field. Are you
certain all the email addresses are valid? What type of database…Hi Rodger,
As a test, try commenting out all event code associated with the report and
see if that helps the issue. If not, we are going to need a simple example
that demonstrates this behavior in order to track down the issu…Hi Rodger,
This is not a known issue. Which version of ReportBuilder are you using?
You mention that only one of your Master records does not show up. Which
record is it (first, last, etc.)? Does this particular master…Hi Ken,
ReportBuilder does not have a built-in way to accomplish this. Currently
this will need to be done manually in code.
The idea of linking text objects like you can in Word is an interesting one
and I will ad…According to your article, you would like to have a column of text next to a
column of unrelated text followed by the next page with two (or more)
columns of text continuing the first column. Is this correct?
ReportBuilder do…Hi Ken,
I apologize but I'm unclear about what you are trying to accomplish. In my
testing with MS Word, when a Text Box extends beyond a page boundary, it is
simply cut off. Perhaps if you give me an exact description of wh…Hi Steve,
This is not a known issue with ReportBuilder. Which version are you using?
Does the report print directly to the printer after she previews or does the
print dialog display first? By design, if a call is made to Re…Hi Kevin,
Yes, this will give you an error because RAP does not support the "#Char"
format. In my testing the following code successfully compiled in RAP and
created a valid barcode.
Barcode1.AutoEncode := False;Hi Kevin,
Be sure you have the AutoEncode property set to False.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com…Hi Kevin,
ReportBuilder does not natively support EAN 128 barcodes however it is
possible to use the Code 128 setting to manually encode and display these
barcodes. We have numerous customers successfully using Code 128 to disp…