nicocizik
Comments
-
Hi Julien,
You need to add ppJPEG to your uses clause.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
http://www.digital-metaphors.com/rbWiki/General/Installation/Cleaning_Up_a_Corrupt_Install
--
Regards,
Hi Jeff,
The images are assigned when the toolbars are created. Take a look at the
ppDesignToolbarsTBX.pas file for the toolbar classes. You can see in the
CreateItems routines, an image index is frequently assigned for a bu…Hi Jeff,
We have not seen this behavior before. Which version of Dephi are you
using? Does this happen at runtime or designtime? Once you have the
ability to test with RB 11.02 (I suggest re-downloading to be sure you have …Hi Lotfi,
One option is to create a separate report containing multiple section style
subreports, then loading each subreport with separate reports. This will
essentially keep each report separate and print them all in a sing…Hi Jaime,
Which operating system are you currently using?
1. Try updating your version of ReportBuilder to 10.09 and see if that
helps the issue.
2. Are you able to run the email demo (demo 110) located in th…If you remove the text from the HyperLink property, you can take complete
control over the clicking of the text object using the OnDrawCommandClick
event.
--
Regards,
Nico Cizik
Digital Metaphors
Hi E.C.,
Once a valid web or email address is entered into the HyperLink property of
the text object, it then automatically becomes clickable on the preview
screen or PDF doc and will open the default browser/email client.
Hi Larry,
For future reference, please use your real name when posting to these
newsgroups.
ReportBuilder does not include built-in support for subscript or superscript
text. One option would be to create another l…Hi Semone,
ReportBuilder does not support Template inheritance. The easiest option
would be to dynamically add subreport objects to your existing reports and
load the header and footer information into the subreports as saved…Hi Stef,
I sent you an email response.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Stef,
I have not seen this behavior before. Does this only happen when you print
from the designer? If possible, please send a small example or exact steps
I can take demonstrating the issue to support@digital-metaphors.c…Excellent! Glad you got it working.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Cary,
Sorry, I was under the impression you were using the first method you
mentioned in your first post.
When grouping on a variable value, the OnCalc event will not work to
properly break the group at the corre…Hi Cary,
By default, a group is set to KeepTogether when it is created. Be sure this
property is set to False as well as the NewPage property. Both these
properties could be causing a new group to start on a new page once th…Hi Fayard,
You can use the Report Tree (select View | Toolbars | Report Tree.. from the
designer main menu) to see the current z-order of components on your report.
--
Regards,
Nico Cizik
Digital Met…Hi Fayard,
If you are using Child style subreports, you can use the ShiftRelativeTo
property to determine how each subreport is arranged.
If you are using Section style subreports, the order is determined by the
z-o…Hi Petr,
MouseWheel support is natively included for the preview and designer
windows. For the TppViewer component on a form, try using the
Form.OnMouseWheel event to adjust the
Viewer.ScrollBox.VertScrollBar.Position p…Hi Steve,
By default, when you remove the header band, the detail information will
snap to the top. One option would be to place all the header band
information inside a TppRegion and toggle the visibility of that rather than…Hi Steve,
In my quick testing with the biolife table in the DBDEMOS database, I was
able to get a DBRichText component to successfully overflow to a new page if
it didn't fit. Are you able to recreate this behavior using some…Hi Steve,
Try setting the ReprintOnOverflow property of the DBRichEdit to True. This
will ensure that it prints to the next page. Also be sure the control or
band is not larger than the actual paper size itself so you don't …Hi Steve,
Duplexing is usually handled by the printer driver itself so it may be
difficult to dynamically control certain sections of a report without
creating multiple print jobs.
The simplest solution would be to …Hi Dave,
For future reference, when stating your enviornment please use clear terms
such as...
ReportBuilder 11.02 Professional Edition, Trial.
Delphi 2009 Update 2, Registered
Windows Vista Ultimate
…Hi Dave,
Have you ever had a version of ReportBuilder installed on this machine?
Which exact version of ReportBuilder are you using? Trial or Registered?
Server, Enterprise, Professional, or Standard?
Which up…Hi Tim,
At Delphi design-time you need to be sure the "ReportBuilder Sample
Components" package (dclRBUxx.bpl) is installed in the IDE. If not, it can
be found in the \RBuilder\Lib directory.
At runtime, the checkb…Hi Raymond,
Where and when are you setting the display format? In my testing with the
latest version of ReportBuilder and a simple Query using the DBDEMOS
database, negative values were showing up with parenthesis rather than…Hi Pazzaz,
If you are using Dade, you can easily use the TdaSQLBuilder class to obtain
an entered search criteria and create a new one to be applied to the report.
Take a look at the help topics on TdaSQLBuilder for informatio…Thanks for the feedback. We will add this for the next maintenance release.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.comHi Steve,
By default, if no file name is defined for the Report.EmailSettings.FileName
property, the PrinterSetup.DocumentName is used. If there are front or back
slashes in this name, Windows will automatically assume a dire…Hi Claude,
This error most likely means that an upgraded version of IBExpress has been
installed on your machine. You will need to go into the Component | Install
Packages section of your IDE and remove the "ReportBuilder Dat…