|
ANN: XL Report G2 v.3.423 - fast reports with 1 line of code
AfalinaSoft XL Report G2 v.3.423 released
You know Delphi. Your user knows Excel and its features: conditional
formatting, design freedom, easy filtering, sorting, totaling and
subtotaling, pivot tables as a most powerful entry-level analytical
tool, plus statistical and what-if analysis, any additional in-place
calculations, graphical representation of data ...
All these features will be your effective solution portfolio with
XL Report G2, a template-based international Excel reporter.
You (or your users) create a template in Excel. You 'bind' the template
to your data and voila, you have an Excel document. :)
What does the user get?
Familiar environment, editable reports, no additional tools to create,
review and exchange either templates or reports.
What do you get?
Very fast Excel reporter which allows you to create the most complex
reports, minimal learning curve, native VCL code, thorough documentation,
reliable COM-based code, fast support...
Need more information? Please visit our site at http://www.xl-report.com/
Download AfalinaSoft XL Report G2 Trial at:
http://www.afalinasoft.com/downloads.html
Also available:
XL Report G2 Lite v.3.423 - ABSOLUTELY FREE!
Related Discussions - HELP WITH CHDIR !!!! TURBO PASCAL VS DELPHI (2001-01-03 06:48:49)This is because the ChDir Procedure, the SetCurrentDir and SetCurrentDirectory Functions are changing the directory in the active process.
Try...
- HELP WITH EXCEPTIONS ..... I'M GETTING CRAZY! (2001-01-06 19:59:49)How to make it run as if you were running it outside of Delphi.
Tools | Debugger Options --> Language Exceptions.
Their is a checkbox titled...
- REPEATING FUNCTIONS (2001-01-04 09:46:34)The OnIdle event is not hardware dependent. It is called when the program has idle time. The OnIdle event is in TApplication and is a warpper...
- HOW TO CREATE SEQURE LOGIN TO DESKTOP APPLICATION (2001-01-05 09:30:01)I'm not pretty sure, what your intention is. One possible approach would be to use a edit-field, which cannot be "spyed out" by the usual password...
- HOW TO FREE UP A QUICKREPORT COMPONENT IN MEMORY...? (2001-01-09 08:05:01)Use :
Begin
if RepForm=Nil then
RepForm:=TRepForm.Create(Application);
End;
- HOW TO MAKE A REPEAT FUNCTION IN A TOOLBUTTON? (2001-01-05 01:09:01)uhm...i don't know too, what you want to do...but wile pressing you mean?
make a repeat function on the onmousedown-event like this
repeat...
- HOW TO LOAD/SAVE FROM/TO INI FILES WITHOUT COMPONENTS? (2001-01-05 11:55:47)Thx...:)
- .BMP ISN'T A VALID PICTURE FILE FORMAT!? UHUM!? (2001-01-05 14:59:28)I think you have to Specify
what line the text is in, like this.
Image1.Picture.LoadFromFile(Memo1.Lines.Strings);
If the text in the...
- HOW TO COPY A STRING INTO A PCHAR??????? (2001-01-05 23:10:36)ShellExecute(Application.MainForm.Handle, nil, 'mailto:' + PChar(EmailAddress), '', '', SW_SHOW);
Actually, that bit of code won't work correctly....
- PRINTING A PDF FORM (2001-01-07 03:57:11)Hello Tom,
If you find a delphi solution to bypass the acrobat Printer i am very interrested.
Actually i am printing a lot of invoice to the...
|