digitalmetaphors
Comments
-
I'm not sure if you're printing both reports consecutively, so here goes.
There is one technique to print two reports as one by using a subreport for
each report. Then, they can both be placed inside of a single report
component and t… -
Use the DetailBand.BeforePrint event to check the field value of the
pipeline. Set the Detailband's Visible property based on the record's
value. This will hide detail records from printing.
Cheers,
Jim Bennet… -
Use AutoSearch criteria on the report. You do not have to show the
autosearch dialog to the user. The autosearch criteria are used to change
the query to limit the data that is supplied to the report. Have a look at
the autosearch … -
We don't have support for the beta version of TeeChart 5 for Delphi 6, yet.
When the final version of TeeChart is released for Delphi 6, then we will
have support for it. You should be able to build with runtime packages for
the inst… -
We forgot to update the announcements newsgroup. Sorry, about that. 6.01
was released on the 29th, you should have 6.01 if you downloaded on the
30th. If you go into the Help | About in the report designer, you can see
which versio… -
RB 6.01 has new support for printing memos to report emulation text file.
The problem with printing memos to file, is somehow figuring out how to map
the printed page to the file. A file has a fixed character grid to print
on. If yo… -
Please, feel free to start a new thread if you have a new question. This
makes it easier for others to browse through each new thread, when they're
just looking for some information, when they only look at the first thread's
header.<… -
We have never changed the version when we build the packages. It's always
been 1.0.0.0. We can certainly look into updating the version number when
we build. Thanks for the suggestion.
Cheers,
Jim Bennett
In the tech-tips, there is a Data Access thread which has an article on
this:
'Tech Tip: Linking SQL Queries for Master/Detail Data'
Cheers,
Jim Bennett
Digital Metaphors
Try updating the printer driver as a first option. Does it print on another
printer? Most likely it is an HP driver issue. Also, you can try the HP
LaserJet 4 driver as a test.
Cheers,
Jim Bennett
Digita…We've found a left to right columnar subreport bug, and we're working on a
fix. Thankyou, for your patience.
Cheers,
Jim Bennett
Digital Metaphors
The problem is, that it is released as a beta (I think their website says
(pre-release)), we haven't been notified by them that they have a final
release. Hopefully, it will get released soon. I'm sure it is built on the
D5 source b…We don't have support for the beta version of TeeChart 5 for Delphi 6, yet.
When the final version of TeeChart is released for Delphi 6, then we will
have support for it. You should be able to build with runtime packages for
the insta…-----------------------------------------------
Tech Tip: Send TextFile to Printer
-----------------------------------------------
I designed a application that exports the report to a .txt
file using ReportTextFile device.…The current report engine doesn't support group functionality when the
detail band is set to a left to right column traversal. Left to right is
mostly used to support label printing, sorry.
However, when I create a report like …See the RBAddOn component set. It has a calendar component.
www.bancoems.com/RBAddOn.htm
Cheers,
Jim Bennett
Digital Metaphors
You should see a listing in the Component | Install Packages list for
'ReportBuilder TeeChart 5 Components.' The correctly installed bpls for 'RB
TeeChart 5 Components' should end in 55x.
Cheers,
Jim Bennett
If you see TeeChart 4 in Delphi's Components list, then you have TeeChart 4
installed. So, you have TeeChart 5 installed, now? Once TeeChart 5 is
successfully installed, you should be able to install RB, and the
installation program…For RB6, the user preferences are stored through an open architecture. The
Designer IniStorageType and IniStorageName properties can now be used to
control how and where user preferences are stored. The IniStorageType
property has two…In which event are you setting the paper name? Have a look at the Tech-Tips
newsgroup for an article in the Printer thread: 'Controlling the Printer'
Cheers,
Jim Bennett
Digital Metaphors
Humor isn't allowed, most of the time:) If you look at sub paragraph C of
Rule #89, you'll see that there is an addendum stating that users may post
humor on the EndUser NG on Tuesdays, Fridays and Christmas Eve. All users
will have…Just as a test, try using a child-type subreport and set its titleband's
NewPage property to true. It will begin printing on the next page, just as
if it were a section style subreport. You can resize the titleband to zero
height if…Use a TppVariable and code its OnCalc event handler. Be sure to set its
datatype to integer.
You can contionally set the variable by checking the Report.FirstPass, or
Report.SecondPass boolean properties.
Or
Check the datapipeline assignment on the crosstab. Try reassigning it?
Cheers,
Jim Bennett
Digital Metaphors
6.00
>
Your welcome!
--
-
--
Tom Ollar
Digital Metaphors Corporation
>
Yes. I am *EXTREMELY* happy with 6.01. Sales are clicking along at a brisk
pace as developers discover the *BEST* way to get their reporting done in
Delphi 6!in Anyone really happy with 6.01? Comment by digitalmetaphors August 2001
Gunter,
So far I have made a request that you submit something specific besides
'Doesn't work.' so that we could help you resolve any issues you may have.
If this request from the creators of the product to take time out o…The current report engine doesn't support group functionality when the
detail band is set to a left to right column traversal. Left to right is
mostly used to support label printing, sorry.
However, when I create a report like …Only the innermost KeepTogether group can be set if you try to set multiple
KeepTogether groups. This is a limitation of the current report engine.
Cheers,
Jim Bennett
Digital Metaphors
Check to see if you have KeepTogether turned on for the group. If the group
won't fit, then it will start printing in the next available space.
Cheers,
Jim Bennett
Digital Metaphors