nicocizik
Comments
-
Hello,
What type of exception are you receiving? Be sure that aPage is not nil.
If possible send an example in .zip format to support@digital-metaphors.com.
--
-
Hi Alex,
You will need to use the TppFileDevice's ReceivePage method to separate out
each page and send it to a newly created TxtraDevice (TPDFDevice). Then you
can call Report.PrintToDevices for each page and print each page a… -
Hi Petr,
Although it is possible, it would be very difficult to create a new
designer. This is what would need to be done to successfully replace the
current toolbar in the ReportBuilder Designer. Thank you for your
sugge… -
Hi Alan,
Try using the Report.ColumnPositions property. This defines the left
position of each column in order. For instance if you wanted a new column
every two inches, your ColumnPositions would look like:
2
… -
Hi Alan,
If you want to display the attendance dates horizontally, you will need to
create a new column for each date as you described below. Then be sure to
set the DetailBand.ColumnTraversal property to ctLeftToRight. Try cr… -
------------------------------
Article: Searching Newsgroups
------------------------------
ReportBuilder newsgroup archives may be searched using a search engine
hosted by Tamarack Associates. Access the the followin… -
Hi Sebastien,
Check out CrossTab Demo 127 (ct127.pas) located in the
\RBuilder\Demos\CrossTabs\... directory for an example of adding custom text
to the column headers in a Crosstab. There is however no way to force a
Cros… -
Hi Patrick,
Try calling Viewer.Reset to clear out the report currently displayed.
Calling this should give you a blank report page. Also check out the
Report.NoDataBehavior to define what you would like to happen when there is<… -
Hi Philippe,
You can still receive the legacy upgrade without your serial number. Go
ahead and order a legacy upgrade and leave the serial number blank. We will
find your serial number for you. Be sure you use the same inform… -
Hi Philippe,
Sorry, but ReportBuilder 6.02 does not support Delphi 7. Please consider
upgrading to the latest version of ReportBuilder, 7.03.
RB 7 includes.....
- support for Delphi 5, Delphi 6 and Delphi 7.
Hi Gary,
When calculating Variable2, be sure you are using the OnCalc event of
Variable1. Then you can set Variable2's Timing property to reset on
GroupEnd and define which group you would like to use. You can access the
…Hi Alex,
Sorry about that, you're best approach would be to load the image directly
from the datapipeline into a regular TppImage. Then from here you can
access the TppImage.Picture.Bitmap property and find out the image
d…Hi Alex,
This should work fine in RAP, but initially I would suggest getting it
working in Delphi first, then it will be easier to port over to RAP. You
should be able to load the image into either a DBImage or a regular TppIma…Hi Laurent,
ReportBuilder requires that some Delphi .bpl files be present to run. Open
the RB runtime package and view the 'requires' section for a list of the
.bpl files needed to run your application.
--
Hi,
You will need to create your own PrinterDevice to control exactly what gets
sent to the printer at a given time. There is an example of this located in
the \RBuilder\Demos\Reports\... directory (dm0123.pas). This demo show…Hi,
I assume you read an article Jim posted at an earlier date about inserting
ESCAPE codes into a report using the OnStartFirstPass event. This is
currently the only way we know how to successfully insert these codes. If a
Hello,
Sorry, but there is nothing built-in to ReportBuilder to handle esc codes or
stapling capabilities. You might try generating to a text file and then
adding the esc codes yourself. You will then loose most of the formatt…Hi Goran,
ReportBuilder uses the same Windows API calls to communicate with every
printer driver being used. If this is working correctly on some printers
and not on the Canon, the problem more than likely is related to the dri…Hi Rick,
The end user is able to toggle the Report Outline by right clicking over the
outline area and selecting the Hide Outline popup menu option. If you still
need a button to toggle the outline, you can create a custom prev…Hi Jay,
ReportBuilder uses Windows API calls to retrieve all installed Windows fonts
from your machine. Be sure the you installed the font correctly and are
able to use this font in other programs.
--
Hi Martijn,
Please send a small example demonstrating this problem in .zip format to
support@digital-metaphors.com so I can see exactly what is going on and fix
it.
--
Hi Hanz,
The TppMemo component word wraps automatically without having to set any
properties. Try turning the CharWrap property off and see if you get the
results you want. The memo lines should wrap to the size of the TppMemo…Hi Martijn,
Please send a small example demonstrating this problem in .zip format to
support@digital-metaphors.com so I can see exactly what is going on and fix
it.
--
Hi Martijn,
One of our customers developed an Archive Merge utility that enables you to
merge multiple report archives into one big report. You may be able to use
this utility to merge your reports into one archive and preview …Hi Martijn,
Yes it is possible to print multiple reports at once by creating a single
printer device and calling StartJob, EndJob, for each report you need to
print. To see an example of this, check out demo 123 located in the<…Hi Ray,
I tried a simple test and replaced a parameterized query with the same one
using SQL Server and the Northwind demo database and found no problem.
Below is a link to the test project I created. Let me know if you are abl…Hi Rod,
Adding the field to the DataPipeline should work fine. I am a bit unclear
about the invalid template. Are you trying ot load a template created with
RB 7 in RB 6? Are you getting an error telling you the template is i…Henning,
Check out the GroupFooterBand.PrintPosition property. This will allow you
to place the group footerband anywhere you like on the page using the units
you have chosen for your report.
--
Hi Rick,
In the TppPreview.PrintStateChangeEvent method located in the ppPreview.pas
file, add the following lines of code to the source:
begin
if Viewer.Busy then
begin
Viewer.Cursor := cr…Hi Tony,
You best option would be to create a group around a static variable and use
the group header band as your letterhead. Then using the Visible,
PrintPosition, and Height properties you can give the user control over