1
vote
1answer
94 views
Rave Reports - How to find which File format user selects during setup?
I am using Delphi 7. I have the reporting mechanism implemented using Rave. Also exporting to HTML, PDF and TXT is used.
There is a problem though: When user saves report into file directly (without …
0
votes
2answers
100 views
Landscape printing in Rave Reports Delphi 7
I have create report designs in Rave (Delphi 7). However they are in portrait mode. When user selects landscape printing from Print Setup, it is printer in portrait again anyway. How can I fix it, so …
0
votes
1answer
35 views
Landscaping in Rave Reports using Delphi 7
I have an application that uses Rave Reports on Delphi 7. I want the reports to have its default display in landscape. How am I going to do it?
Any suggestions would be very much appreciated.
1
vote
1answer
64 views
Printing image in Rave Reports
I have an application being developed in Delphi 2009 and Rave Reports. I would like to have an image printed in the reports. How am I going to implement this?
Any suggestion would be very much …
0
votes
1answer
48 views
How can I print SelectedRows in DBGrid using Rave Report ?
To report current record in dataset I have made (one record by page):
RvSystem1.SystemPrinter.FirstPage := DataSet.RecNo;
RvSystem1.SystemPrinter.LastPage := DataSet.RecNo;
So, how we can report …
0
votes
4answers
921 views
Displaying unicode text in Rave Reports on Delphi 2009
I am in the process of porting a Delphi 2006 app to Delphi 2009. Out of the box support for unicode has been easy - almost no work required. Most 3rd party controls already have Delphi 2009 updates …
0
votes
2answers
99 views
Delphi - How to save multiple Rave reports to one pdf file?
I have multiple rave reports(projects) in the project(the delphi project) and I want to save them all in one pdf file. How can I do it?
0
votes
3answers
108 views
Delphi - preview a Rave report on the form
How can I preview a rave report on a Delphi form?
I have a page control with 2 pages: on the first one the user enter some data (name, address...) and I want on the second page to preview the report …
1
vote
0answers
51 views
How to find which page orientation user selects in Rave (Delphi 7)
Is there a way to find which page orientation (poLandscape or poPortrait) user selects furing preview setup? I have tried this code:
if RvSystem1.SystemPrinter.Orientation=poPortrait then
…
0
votes
1answer
209 views
Rave Reports and EAN128 Barcode
Hi
I am trying to print an EAN128 barcode in Rave reports. According to the help I should be able to use the code128 component, and add the FNC1 to it. I just cannot get this to work. Can anyone …
0
votes
2answers
153 views
How to calculate the number of rows for a report and hide a header.
I'm creating my first report with Rave Reports for delphi. I've got the records displaying nicely and I'm on the final stretch before finishing.
I have a set of records which I'm displaying with an …
1
vote
3answers
698 views
How to fix the endless printing loop bug in Nevrona Rave
Nevrona Designs' Rave Reports is a Report Engine for use by Embarcadero's Delphi IDE.
This is what I call the Rave Endless Loop bug. In Rave Reports
version 6.5.0 (VCL10) that comes bundled with …
1
vote
1answer
194 views
Number to words in Rave Report
I have managed to design a report the way I want but I am not able to get Rave Report to print/convert Grand total to Words like for example if the grand total is 1,200.00 it should print One Thousand …
0
votes
4answers
263 views
Rave Report that comes with Delphi 2006
There is a software which is using BDE for its database activities.
The database is very awkwardly designed.
I have to build a few custom reports that will use the data generated by this software.
…
1
vote
1answer
390 views
Delphi - how do I export a rave report to Excel
I have a rave report that has 50 pages
I need to generate a PDF report with that has pages 1 to 50 and
generate a excel spread sheet that has pages 1 to page 3
I am using Delphi 2006 Rave reports …
