nicocizik
Comments
-
Hi Dimitar,
This is not a known issue with ReportBuilder and Windows 98. If you
completely remove RB from the application does the error still occur?
--
Regards,
Nico Cizik
Digital Metaphors
Hi,
For future reference, we prefer you use your real name when posting to these
newsgroups.
ReportBuilder does not include a native Excel export device. For a quicker
response on this issue, I recommend directly c…Hi Rezza,
Unfortunately there is no built-in feature to accomplish this however it
should be possible by dynamically creating subreports at runtime as you need
them. As a starting point, I would create your 4 subreports from …Hi Rezza,
I'm a bit unclear about what you would like your report to look like. If
for instance the user gives the number "2". Do you want your report to look
like the following?
Subreport 1
Subreport 1
…Hi Jesus,
There is also an example of this avaiable at the following link.
http://www.digital-metaphors.com/tips/Designer10…Hi Jesus,
ReportBuilder 10.x now uses TBX components to give it the new XP look and
feel. It is still possible to create your own menu for the designer using
the MergeMenu property. This is a matter of creating a Delphi TMai…Hi Dees,
The page footer will always print at the bottom of the page and the summary
band will always print at the end of the report. What exactly are you
trying to accomplish? If you would like the group footer at the very …Hi Dees,
You can use the PrintPosition property of the group footer band to adjust
the vertical position of that band on the page. This property is a
measurment in report units.
--
Regards,
Nico Ci…Hi Dave,
There is now a patch that fixes this issue and I sent it to Mike. If anyone
else is interested in this patch, please email
support@digital-metaphors.com.
--
Regards,
Nico Cizik
Digita…Hi Dave,
If possible, please send a small example demonstrating this issue. In my
tesing with code similar to your code below, I was unable to recreate the
behavior you describe. Send the example in .zip format to
supp…Hi Dave,
Which version of RB 10 are you using? I believe we made some changes for RB
10.03 that should have fixed this issue.
--
Regards,
Nico Cizik
Digital Metaphors
in Email option changes DeviceType Comment by nicocizik June 2006Hi Bill,
One option may be to print the reports to archive files, then use the
archive merge utility to merge them all and send a single file to the
printer. You can download the merge utility from our website at the
fo…Hi Todd,
Take a look at the following article...
------------------------------------------------------------------
Tech Tip: Subreport header/footer bands do not print for
Child type subreports.
------…Hi,
For future reference, we prefer you use your real name when posting to these
newsgroups.
At design time you need to be sure the ReportBuilder Sample Components
package is installed into the Delphi IDE. (dclRBUx…Hi Gunter,
The archive is just a snapshot of a report that was previously generated.
The text you see for the system variable is not being calcuated, it is
simply displaying as it did when the report was generated to the archi…Hi Gunter,
An archive file is meant to be a snapshot of a report that has already been
generated. It is possible to manually add a drawcommand into the page
object before the page is generated using the Device.OnPageReceive e…Hi Gunter,
All archive files that are created with native drawcommands are backward
compatable with RB 10. If for instance you used a third party component
such as a rotated label, you will need to have that component install…Hi Eif,
Variables are not useful unless in an end-user environment unless you have
access to RAP. It must have been the intention of the application creator
to exclude this feature.
--------------------------------…Hi Ralf,
ReportBuilder Enterprise includes the RAP feature. This allows you to add
event code native and local to the template file, removing the need to code
events in Delphi. For more information about RAP, visit the follo…Hi Ralf,
This can be done either using the method shown in demo 33 located in the
\RBuilder\Demos\1. Reports\... directory, or using a TppVariable and
manually adding each field in the OnCalc event. For example...
…Hi Alan,
This is not a known issue with RB 7.04. Is this occuring with every report?
Are your clients able to test with a different printer?
--
Regards,
Nico Cizik
Digital Metaphors
in Printing problem Comment by nicocizik July 2006Hello,
Below is a post from another customer with some similar problems. Perhaps
the information will help you as well. We apologize, nn all honesty our
knowledge of barcode symbologies is lacking.
The RB barcode co…Hi Pedro,
You will need to use the OnInitializePrinterSetup event of the archive
reader to adjust the printer settings when printing an archive file. Take a
look at the topic in the RBuilder help for more information.
Hi Frank,
Excellent, glad you got it working.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Frank,
There is no event currently available on the Archive Reader allowing you to
change the printer settings for each page. This is something we will
consider adding for a later release of ReportBuilder. As a work-aroun…Hi Trevor,
Try this one.
http://www.digital-metaphors.com/tips/LeftToRightFixedRB9.zip
--
Regards,
Nico Cizi…Hi Trevor,
Sorry for the delay in this response, I wanted to create you an example.
This can be done using Fixed style subreports and LeftToRight traversiing
columns. Take a look at the example below.
in Groups going accross then down Comment by nicocizik July 2006Bin,
The OnGetBreakValue event will only fire if the group needs to break. Would
it be possible to use another event in the special case that you are
printing the last group? If you create a two pass report you can find out …Hi Bin,
ReportBuilder does not have any built-in feature to do this type of report.
All of the sibling nodes would need to dynamically created along with any
other changing text components. You may want to take a look at the …Hi Bin,
It is possible to dynamically toggle the visibility of components located
inside a band based on where you are in the generation process. For
instance, if you keep track which group record you are currently accessing …