Delphi 2010 report tools [Edit]Hello,
I’m looking for Delphi 2010 simple report tools with small bytes “other than quickreport and RTF report’ FREEWARE or very cheap (less than $50.00) tools
Please advice
Thanks in advance
Edited by: Adam Allen on Jun 30, 2010 5:39 AM
Dear Adam Allen!
Did you read this
http://delphihaters.blogspot.com/2010/06/smells-like-team-spirit-nevrona-rave.html
?
I do not agree with something (about FastReport :) ) but - very interesting.
About your question...
Starting price of FastReport is more than $50 - $79 per Basic Edition.
FreeReport - you can add support of D2010. It...
Best tool to generate reports in Delphi XEI'm fairly new to Delphi and Rave reports. I have extensive experience creating reports with MS Access. Is Rave the best tool to use or would others be better? Which reporting tool do you guys like best?
Thanks
TD
Thomas Lee wrote:
> I'm fairly new to Delphi and Rave reports. I have extensive
> experience creating reports with MS Access. Is Rave the best tool to
> use
No!
> or would others be better? Which reporting tool do you guys like
> best?
I like FastReport, I had used several others before.
ReportBuilder is very good too, but cannot ...
ANN: wxForms for DelphiWe are pleased to announce the release of our wxWidgets Form Designer for Delphi - wxForms for Delphi 1.1.
wxForms for Delphi is an integrated form designer plugin for Borland /CodeGear Delphi that helps to create cross platform applications for Windows, Mac OSX and Linux using single source base. The wxForms code from Delphi can be compiled in Mac OSX and Linux without much change using FreePascal.
wxForms for Delphi allows you to use all the Delphi's powerful Form Designer/ Editor features (Form Alignment, Object inspector, Component Palette etc ) to quickly create Cross platfor...
SEPA components for Delphi with Source Code (Delphi 5Hi all,
in the european union change next year the Bankingformat to the SEPA Format.
All peoples and companies must change the bankingssoftware and the costumer data form acountnummers in the new IBAN and BIC numbers.
See:
http://www.arma-it.de/shop/artikelueber.php?wgruppeid=211&wgruppe_offen=211
Functions:
- generate SEPA XML'S
- Calc IBAN
- BIC Database (DE,AT and CH)
Questions:
vertrieb@arma-it.de
PS:
Bankinssoftware for Develpoers (Germany only)
http://www.arma-it.de/shop/artikelueber.php?wgruppeid=212&wgruppe_offen=212
El 26/10/13 21:38, A...
Delphi 2009 automatic bug reports appear as Delphi.NET issuesFor automatic bug reports, Delphi 2009 seems to put 'Delphi.NET' into
the field for 'Project'. I will try to verify it and enter it in QC.
Unfortunately this means I have to use the QC database for 'testing',
but will delete my test entries if I have verified the problem.
Michael Justin
Michael Justin wrote:
> For automatic bug reports, Delphi 2009 seems to put 'Delphi.NET' into
> the field for 'Project'.
AFAIK this is as expected. There is no project "RAD Studio" and so
"Delphi.NET" has been choosen as proj...
Ann: X-platform report generator for Delphi XE3 (FireMonkey 2) and XE2 (FireMonkey) releasedDear friends,
Visual report designer is available now on both MS Windows and MAC OS X!
Full sources.
We can write here full list of possibilities, but it will so long. Let
see FastReport VCL and FastReport FMX comparison table:
http://www.fast-report.com/en/products/comparison-fast-report-firemonkey-vcl.html
And all of this - just now in your hands for business-applications for Mac.
Report generator FastReport FMX is the first multiplatform solution for
including Business Intelligence into software based on Embarcadero
FireMonkey IDE (Delphi for MS Windows and Apple Mac OS X)...
View Microsoft Reporting Services Reports in DelphiDo you ever think (or can) Delphi take the leap of providing a report viewer for Microsoft Reporting Services RDL reports. I have been using Fast Reports for years. Recently I have been developing MS Reports and Cubes. This is a far better alternative for developers and end users than the current solutions written for Delphi. Can someone comment on this or provide an alternative for me? Or even better provide me with a product that 3rd party product that can view ms reports. Delphi need to take the next
step in medium to enterprise reporting and what I see, lags behind in this department. ...
Delphi reportHello,
Is there any FREE reporting tools for Delphi other than QuickReport and Freereport ?
Thank you
Dear Mike Thomas!
Also you can use internal in Delphi Rave Reports :)
Or use non-free report generators like FastReport (price starts from $79).
Try to find free/chipper but better...
"Mike Thomas" wrote: news:169748@forums.codegear.com...
> Hello,
>
> Is there any FREE reporting tools for Delphi other than QuickReport and
> Freereport ?
>
> Thank you
--
Best regards,
Michael Philippenko mailto:michael@fast-report.com
Fast Repor...
Delphi and Delphi for .NetIt seems that Delphi for .Net is slower than Delphi Win32 native applicaiton.
I would like to know is it true all .Net application is slower than Win32 native applicaiton or it is Delphi for .Net only.
Your information is great appreciated,
Inung
On 2011-06-21 18:20:17 +0100, Inung Huang said:
> It seems that Delphi for .Net is slower than Delphi Win32 native applicaiton.
> I would like to know is it true all .Net application is slower than
> Win32 native applicaiton or it is Delphi for .Net only.
If you are only running the code in the application once then, yes, yo...
Convert Delphi 7 to Delphi 2009 [Edit]Hi!
Please, I have a code done in Delphi 7...
Now I want to convert Delphi 7 to Delphi 2009 but I'm having problems when compile the code.
Error message:
+[DCC Fatal Error] Far.dpr(9): F2063 Could not compile used unit 'System.pas'+
Please can somebody help me?
Source Download (349KB): http://rapidshare.com/files/256191328/FileManager.rar.html
Mirror Source Download: http://www.megaupload.com/?d=12GYLPT0
Password: delphi
Thank u so much!
(sorry for my bad english, it is not my native language)
Edited by: loquax loquax on Jul 15, 2009 12:24 PM
Sorry, bu...
Error: "Query: dataset not in Edit mode": in delphi code for Rave Report [Edit]I am trying to write a Delphi code (Delphi 2010) to print a rave report from the access database; I am using RVSystemprint method; q1 is a query name.
I get error message " q1: dataset not in edit or insert mode", at the line: while not q1.Eof.
Even though I added q1.Edit or q1.insert, it doesn't work. Database's readonly property is FALSE.
What is missing in the code? Thanks.
procedure TForm1.rsysPrint(Sender: TObject);
begin
with Sender as TBaseReport do begin
.....
q1.Open;
q1.Edit;
q1.first;
while not q1.Eof do begin
...
end;
....
...
Update Delphi 2005 to Delphi 2010, which do i need? [Edit]Hello,
we have one Delphi 2005 Professional here and want to upgrade to Delphi 2010, but we are a bit confused. Our distributor in Germany, ingram-micro offers several upgrade products:
UPG DELPHI 2010 PRO - NAMED USER
UPG DELPHI 2010 PRO - NAMED USER ELS
UPG DELPHI 2010 PRO - NAMED USER FLEX
RAD STUDIO 2010 PRO - UPG
UPG RAD STUDIO 2010 PRO - NAMED ELC
UPG RAD STUDIO 2010 PRO - NAMED FLEX
UPG DELPHI 2010 PRO - CONCURRENT ELS
UPG DELPHI 2010 PRO - CONCURRENT FLEX
What do they mean exactly and which one do i need? At the moment delphi is installed on two PCs and we want to use ...
Delphi vs WinformThis might be a little techie, but I think most people here are familiar with Delphi to understand the difference between a TWinControl and TGraphicControl.
I was trying to create a C# Winform project based on a Delphi prototype and ran into this problem which I posted to some Winform forums ...
This led me to an *obvious* deficiency in Winforms programming. I'd like to hear your thoughts.
My question to the Winforms forums describing the problem is copied below:
<snip>
Hi, I mostly do Delphi development but would like to start my next small work project in Visual S...
Code works in Delphi 7 but not in Delphi 2010 [Edit]hello,
i have a procedure that open's a file by passing the file name as the parameter to the executable.
something like this
{code}
C : \ P r o g r a m F i l e s \ Da c k e r \ D r a c k e r . e x e " G : \ D E l p h i 7 \ D e l p h i 7 A p p _ l o g . t "
{code}
The source code is
{code}
procedure OpenFileWithExe
var
hReg: HKEY;
Ret: Longint;
RegDataType, RegDataSize: DWORD;
CmdLine: array [0..560] of Char;
Len: Integer;
SInfo: TStartupInfo;
PInfo: TProcessInformation;
begin
Ret := windows.RegOpenKeyEx(HKEY_CURRENT_USER,
...
Delphi 7 to Delphi XE: TBlobField to XML [Edit]Hi,
I'm migrating a Delphi7 application to Delphi XE.
I'm using a TClientDataSet to communicate, by using a XML frame, with my server.
In this TClientDataSet I'm using a TBlobField which is an array of 384 byte.
The blobField is allocate by a code like this :
{code}
myStream : TStream;
myStream := aClientDataSet.CreateBlobStream(myBlobField, bmwrite);
vResult := myStream.Write(ArrayOf384Byte[0], length(ArrayOf384Byte)); //vResult = 384 => GooD !
(...)
{code}
For communicate with the server, we have to decode the Blobfield in XML before to sending it.
We have...