nicocizik
Comments
-
Hi Roger,
1. Instead of manually setting the visibility of the footer band, try
setting the TppFooterBand.PrintOnLastPage to False.
2. A more robust way of handling the task of printing the summary band on
the bot… -
Hi Michael,
This particular issue is not known however we did recently fix a thread
issue with the native PDF device for RB 10.07. This is one of many fixes we
have made since the release of RB 9.03. I would suggest download… -
Hi Bharathi,
In my quick testing, I was unable to recreate this issue on my machine using
RB 10.07. If possible, please send a small example to
support@digital-metaphors.com in .zip format that demonstrates the issue and
Hi Roger,
We have not seen this behvior before and in my quick testing I was unable to
recreate the issue. Are you dynamically moving the summary band to align it
to the bottom? Are you able to recreate this with a simple ex…Hi Didier,
The easiest way to add a toolbar button would be to create a preview plugin
(see article below). Take a look at the CreateToolbarItems routine in the
TppPreview class for an example of how the toolbar buttons are c…Hello,
For future reference, please use your real name when posting to these
newsgroups.
I'm a bit unclear about the issue. Are you getting an extra page at the end
of your report? In the middle somewhere after a …Hi Adam,
This issue was fixed for Build 2 of RB 10.07. Please re-download RB 10.07
and reinstall.
--
Regards,
Nico Cizik
Digital Metaphors
in Error message when searching for Text Comment by nicocizik November 2007Hi Priscila,
The demo you are speaking of is not loading complete reports into a new
tabsheet, these are subreports within the main report (similar to a drill
down style report). ReportBuilder is not designed to load a comple…Hi Alan,
Yes, the Learning RB and Learning to RAP tutorials have been recently
updated for RB 10.
--
Regards,
Nico Cizik
Digital Metaphors
in Where to begin learning. Comment by nicocizik January 2008Hi Adam,
There is a patch available that fixes this issue. Please send an email to
support@digital-metaphors.com requesting the patch and we'll send it to you
asap.
--
Regards,
Nico Cizik
Digi…Hi Mihiri,
Delphi has changed the way certain controls are painted to the screen over
the past years. I believe the issue you are seeing is caused by the use of
the XPMan component with your version of ReportBuilder. One opt…Hi Jo,
Which operating system is the machine with the problem running? The error
you are receiving usually indicates that you do not have proper access to a
printer or video driver. Be sure you have proper access to these dr…Hi Petter,
We have not seen anything like this in the past. The fact that recreating
the report solved the problem leads me to believe that you perhaps had a
corrupt template (report definition). When dealing with complex re…Hi Petter,
How are you printing these reports? Are you able to recreate this issue by
simply placing three reports on a form along with three buttons, each
calling Report.Print for their corresponding report? In my quick tes…Hi Adrian,
For RB 10, you will need to recreate your preview plugin utilizing the new
toolbar architecture that was added. Take a look at the ppPreview.pas file
for an example of how it is created in ReportBuilder, specifical…Hi Ailton,
Take a look at the following example of adding a unique caption for each
copy of a report.
http://www.digital-metaphor…Hi Barry,
Which version of Windows are you currently using and which version of
Outlook? In some of our testing with Outlook 2007, it was necessary to
close the application before calling SendMail with the MAPI plugin or else…Hi Steffen,
Instead of setting the Parent property, try setting the Band property to
define which band you would like the component to be in.
--
Regards,
Nico Cizik
Digital Metaphors
in Creating TppShape at runtime Comment by nicocizik November 2007Hi Bob,
If the manditory option is selected, the user is required to enter a value
for the autosearch condition (and the show all option is disabled). Since
the blank and not blank options do not need a value, the manditory o…Hi Bora,
Check your margins and be sure they are properly defined and that all your
components lie within the defined area and will not stretch outside the
printer boundaries.
--
Regards,
Nico Cizik…Hi Ian,
Thanks for the feedback and info. The email feature is not designed to
handle multiple files as the report output. We will consider adding a
feature to allow you to possibly email all files located in a defined
Hi Ian,
I'm unsure what could be causing this behavior. The emailing process is
pretty straight forward, the report is generated to a file, that file
(location) is added to the attachments list of the email message which is <…Hi Fillipe,
Take a look at the following example on how to skip to the label you wish to
start printing.
http://www.digital-metaphors.com/tips/…Hi Manolis,
Yes, you can use the Report.EmailSettings.Attachments property to add
additional attachments to the email message you want to send.
--
Regards,
Nico Cizik
Digital Metaphors
in Attach an additional file to email Comment by nicocizik December 2007Hi Jim,
Are you seeing this behavior at runtime and designtime? Note that you are
not going to be able to see this properly formatted in our RichText editor.
You mention that the RichText has problems when the horizontal scro…Hi Jim,
We are not aware of any issues with RB and Infopower. If Infopower is
integrated correctly with ReportBuilder the exact control should be used
when creating a report. Are you able to recreate this issue with any repo…Hi Jim,
For future reference, please send all attachments to
support@digital-metaphors.com.
It looks as though the RTF inside the control is too large to fit inside the
TppRichText control in ReportBuilder. Have yo…Hi Lawrence,
For 9.03, I do not believe we gave access to the OutlineViewer from the
preview form. I believe you would need to create a preview plugin in order
to gain access to the object and customize the popup menu.
<…Hi Lawrence,
The outline popup menu is assigned to the Viewer object in the Preview
Window. This will take precidence over the popup menu of the form. Try
accessing the PreviewForm.OutlineViewer.PopupMenu property instead.Hi Lawrence,
The preview form in ReportBuilder does not utilize the TForm.PopupMenu
property (or technically include a popup menu at all). What exactly would
you like to see happen?
--
Regards,
Nic…