Is there a way to set a certain text like text1 on a Rave Report to a certain Edit.text on aDelphi form you print from in your Delphi application.
We print database records in rave using rvproject1 and rvdatas开发者_如何学JAVAetconnection1 and that works.
I\'ve been testing some D2006 code using Rave reports on a virtual machine and have found the app hangs when I generate a PDF report if there is no printer installed.The hang occurs here:
Whenitry save rave project in pdf\\html file, have incorrect encoding. When choose 开发者_运维问答formatand press SAVE, it ussuallysave in iso-8859-1 code.
I want to set a Rave Report datatext color with Delphi if Edit1.text=\'0\' then datatext1.color= green;//for example
I want to migrate a Delphi 7 project to Delphi 2010. We are buildin开发者_StackOverflowg \"reports in code\" with TReportShell and TDetailShell components from Rave BE. Those components does not exis
I notice that Rave reports for Delph开发者_运维百科i 7 (default version) comes withPDF, HTML, RTF, and TXT Render Objects.Does anyone know of a place to download a free or opensource render object for
I\'m using Delphi 2010 and Rave Reports (comes built in, v. 7.7.0). I have been using this couple for 5 months without any problem. In my company i use two languages, first i use our primary languag
I have a report that uses a master and a child query - the master selects three fields in a group by: billstatus, oscategory(server or workstation) and groupname
Im using Rave report tool to making reports for my applications written by Delp开发者_开发问答hi 7.