nardmoseley
Comments
-
------------------------------------------------------
Tech Tip: Linking SQL Queries for Master/Detail Data
------------------------------------------------------
The following example shows two options for linking SQL que… -
Place a TppImage control in your report where
you wish the image to appear.
Assuming that your image is named MyImage,
your data pipeline is MyPipeline and that
MyImage is in the detail band, place the
following cod… -
A RichText memo will stretch until it has no more page space, then it
will overflow to the next page.
You will probably need to break the rtf data into paragraphs and load
the paragraphs into a collection of RichText memos… -
Prior to RB 5.5x you could connect the detailband to a datapipeline when
creating master/detail reports. Starting with RB 5.5x, old reports
should work, but new reports must use a subreport connected to the
detail.
I … -
Thanks for reporting this issue. I will e-mail you a patch file
containing a fix.
-
This message was also sent to support@digital-metaphors.com and has been
handled there.
-
Sorry, but do not quite understand the configuration. Sounds like
master/with mulitple details. If you have a master/detail configuration
and want to manually filter the records then you must do this in the
master datapipeline.O… -
Known RB 6 datapipeline issues:
1. If you have report that resides on Form1 and it is connected to
datapipelines residing on Form2, the datapipelines will not get properly
connected. If the datapipelines reside on DataModu… -
Thanks for reporting this issue. I was able to duplicate this issue
based upon your direction. Thisis fixed for the next mainteance release.
-
For the DADE Plug-ins, that has been my experience. In any case, its
always easier to debug in run-time and get it working. Then test at
Delphi design-time. :-}
-
To debug a DADE plug-in, just add the .pas unit to your Delphi end-user
project and then use the end-user designer to debug at run-time. For the
plug-ins we've developed, debugging at Delphi design-time was not
required at all.<… -
-
The following article is re-posted from the Printers thread of the Tech
Tips newsgroup.
Please note that if you change the paper size of the report, you may
need to adjust the objects contained in the layout. You can stati… -
What version of Delphi are using? And what exact version of TeeChart?
-
NoDataBehaviors is a pulished property of TppReport and TppChildReport.
It can be set via the object inspector. For a subreport, you need to
select the tab at the bottom of the designer to access the childreport's
workspace. The… -
That can be controlled via the ChildReport.NoDataBehaviors property.
Check the RBuilder.hlp file for details.
-
RB 6.0 had a problem with 'seeing' datapipeline that were located on
another form.
RB 6.01 should contain a fix.
Perhaps there is some case that does not work. Please send a simple
example to support@digital-met… -
Can you try this with RB 6.01 and if you still have an issue, send a
simple example to support@digital-metaphors.com. Thanks in advance.
-
In Demo 63 (dm0063.pas) of the RBuilder\Demos\Reports\Demo.dpr project
there is an example of this. The code in the GroupHeaderBand.BeforeEvent
includes the following:
if ppStockList.Groups[0].FirstPage then
… -
Try using the defaults. All of the properties are covered in the online
help.
-
Sorry, but have idea what the problem might be. We have had no reports
of problems with barcode readers not being able to read Code 39 (or any
of the other barcode types.)
Make sure that read in the RBuilder.hlp and under… -
This message has been cross-posted (see the subreports newsgroup).
Please do not cross-post.
-
Please try RB 6.01, the problem has been fixed. Note that RB 6.01 is
compiled with TeeChart 5.01 rather than TeeChart 5.0. You will need to
update to TeeChart 5.01 or recompile the packages.
-
Try using the Band.BeforePrint event to check for Null and set
Band.Height. Changing the band height should always be done in
BeforePrint.
-
This is not an issue that has been reported by any other customers not
is it one we can reproduce here.
We need a reproduceable example....
-
In you example how are the Rows = 9, Gap columns = 0, and Gap Rows = 0
being used?
Each printer has a different printable area, this may be affecting any
calculations that you are performing.
… -
The footer band has always been static height.
Not sure what the difference is that you are seeing. There were some
inaccurate unit conversion issues in the prior release, perhaps this was
working in your favor.
-------------------------------------------
Article: Minimize Size of Application .EXE
-------------------------------------------
How can I minimize the size of my application
executable (.exe) when using…
Please contact info@digital-metaphors.com with your full registration
information.
---------------------------------------------------
Tech Tip: Loading an Archive File to a Blob
(or memory stream)
---------------------------------------------------
You can easily write a routine to take a .RAF…