Questions tagged [rave-reports]

Rave Reports is an advanced suite of components for Delphi and C++Builder that allow the development of powerful and flexible database reporting.

Features include:

-Rave Visual Report Designer
-Project style report management for large applications
-End user report design capability (Architect version)
-Code based printing library for ultimate flexibility
-Reports from traditional database sources or code based/calculated data

More details on the above features can be found here.

64 questions
5
votes
1 answer

Migrating from QuickReport to FastReport, Rave Reports or what?

I'm migrating a Delphi project from old Delphi 2.0 IDE to the new RAD Studio XE2. I need to abandon QuickReport components. To which free report component can I migrate to? I see XE2 has FastReport and Rave Reports included. Which one do you…
bluish
  • 26,356
  • 27
  • 122
  • 180
4
votes
4 answers

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 Delphi 2006, there is a nortorious bug that plagues…
Sean B. Durkin
  • 12,659
  • 1
  • 36
  • 65
3
votes
1 answer

how do I force a page break in Rave Reports, Delphi 7?

I am new to Rave and I'm having a ridiculous amount of difficulty forcing page breaks between sections of my report. It's a master-detail report, with various types of detail sections (master = patient; detail 1 = visit history; detail 2 =…
user1248816
  • 109
  • 2
  • 8
3
votes
1 answer

Set a "TEXT" in Rave Report to a Edit1.text on a Delphi form when printing

Is there a way to set a certain text like text1 on a Rave Report to a certain Edit.text on a Delphi form you print from in your Delphi application. I want to create an application form in a delphi application where each block represents a certain…
3
votes
2 answers

Rave Reports DataText Left

I'm using Delphi 7 and Rave Reports. How can I set the DataText.Left property (from Rave Reports) dinamicaly according to the size of another DataText that comes before. I tried using the width from the previous DataText, the Length of the field…
Felipe
  • 31
  • 2
3
votes
2 answers

Fast Reports is generating huge PDF files – what can be done?

When I generate a simple 10-page report with Fast reports 4.12.2 and save it as a PDF it is about 5 Meg’s in size. A similar report generated in Rave Reports and converted to PDF with eDocEngine is about 50k in size. This is how the Fast report…
Charles Faiga
  • 11,665
  • 25
  • 102
  • 139
2
votes
0 answers

Rave Report programmatically get pagesize

When rendering reports in rave, I can set paper size in RvNDRWriterBeforePrint with (Sender as TBaseReport).SetPaperSize. In stead of hard coding the paper size, I would rather extract the designed PageHeight and PageWidth from the report…
TheRoadrunner
  • 1,281
  • 14
  • 34
2
votes
1 answer

How to print stringgrid to Rave report in Delphi

How to print the content of a stringgrid using Rave report in Delphi?
user645976
2
votes
3 answers

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 available. Rave Reports (latest version 7.6.1,…
Ryan
  • 26,884
  • 9
  • 56
  • 83
2
votes
1 answer

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 ShowMessage('Portrait') else ShowMessage('Landscape'); But…
Tofig Hasanov
  • 3,303
  • 10
  • 51
  • 81
1
vote
1 answer

Rave reports. generate data page number limit

How can i put a limit to generate a page. on the rave reports? let say the user selected all data to print and it will generate a 1,000+ pages. but i wanted to limit it to 100 pages only is that possible?
XBasic3000
  • 3,418
  • 5
  • 46
  • 91
1
vote
1 answer

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. For example, if the grand total is 1,200.00 it should only print One Thousand and Two Hundred. Is something like this…
Yogi Yang 007
  • 5,147
  • 10
  • 56
  • 77
1
vote
1 answer

Rave Reports and EAN128 Barcode

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 please help me.
None
1
vote
2 answers

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 6.5 and gnostice v2.5 Question: How do I export the…
fred
1
vote
2 answers

Rave Reports exporting to excel

i have a rave report with 5 pages inside it, we need to export to excel two page from those 5 report pages, each page is a report itself... we use gnostice v2.5 to do the exporting. currently using Rave 6.5 with BDS2006. Hi, maybe i was not clear…
vladimir
  • 51
  • 1
  • 6
1
2 3 4 5