Wir freuen uns, die Veröffentlichung einer plattformübergreifenden Bibliothek zur Ausführung komplexer Skripte in C # namens FastScript .NET bekannt zu geben.
Access to the following objects of the report generator - TfrxReport, TfrxUserDataSet, TfrxADODatabase, TfrxADOTable and TfrxADOQuery is given for programmer. The following components included into a demo package:1. Library frxCOM.dll, including COM a server and TypeLibrary.2. Demo database in format Microsoft Access3. Demo reports in format FastReport 34. Demo examples of use FastReport COM server for the following languages and environments:4.1 Visual C++ Demo4.2 Visual C#. NET Demo4.3 Visual Basic.NET Demo4.4 Visual FoxPRO Demo4.5 Microsoft Access Demo4.6 Microsoft Excel Demo5. Report designer.
All demo programs delivered with sources.Changes in FastReport Studio Beta 2+ FastReport Studio based on FastReport 3.12+ Demo programs for Visual FoxPro, MicrosoftAccess and Microsoft Excel added+ Report designer+ COM objects for technology ADO added+ Resources for multilanguage support added- Interface IStrings excluded from TypeLibrary.+ The opportunity of access to internal objects FastReport for which are determined COM interfaces has appeared.+ New opportunities in Visaul C ++ Demo - ScriptText browser, ReportStructure browser are added.+ Correct display of the reports based on UserData in demo programs on Visual C # is made. NET and Visual Basic.NET+ The algorithm of registration of events in demo programs on Visual C # is changed. NET and Visual Basic.NET+ The interface for TfrxComponent is added.+ Methods for dynamic attachment of the objects based on class TfrxDataSet to object TfrxReport are added.- Set of fine bugfixes.
Wir freuen uns, PayPal als neue Kundenzahlungsmethode bekannt zu geben. PayPal-Zahlungen können jetzt über die RegNow-Einkaufswagen akzeptiert werden.Es reicht aus, auf der Registrierungsseite " Zahlungsmethode: PayPal " auszuwählen.Links zum Kauf über PayPal:Schnellbericht 3:
+ added TfrxReport.StoreInDFM property+ added TfrxShapeView.Curve property+ added TfrxReport.PreviewOptions.OutlineExpand property+ added compatibility code in XLS export - TfrxXLSExport.FastExport property, set FastExport := False if you have OLE error with Excel+ added TfrxXLSExport.PageBreaks property+ improved XLS, PDF, HTML exports - fixed URLs and anchors feature in HTML export- fixed bug with font widths in PDF export- fixed bug PrintOnParent in exports (Enterprise)+ added TfrxServerConfig.ReportsList property+ added 'getvariable' URL parameter for query of internal server variables+ added internal server variables SERVER_REPORTS_LIST, SERVER_REPORTS_HTML+ added function TfrxReportClient.GetServerVariable(const VariableName: String): String;+ improved TfrxReportServer performance+ added NT service demo (see project \Demos\ClientServer\Service)+ added online documentation in the Server demo- fully rewritten Advanced Client demo (see project \Demos\ClientServer\Client\Advanced)- changed reports in Server demo (see project \Demos\ClientServer\Server)- changed html files in Server demo (see project \Demos\ClientServer\Server)- bug fixes! Attention: reports with TfrxRichView (RTF) don't work in Server mode when server cache is on.
New documentation for FastReport 3!In HTML (On-line and archive), PDF, CHM, Help-file available:Programmer's manual, User manual, Developer's manual, Client-Server (Enterprise) programmer's manual.
+ added Greek resources+ added HTML tags support in PDF export+ added Hebrew, Turkish and Arabic languages in the PDF export filter+ added property TfrxPDFExport.Background (default = False)+ added properties TfrxRTFExport.Creator and TfrxPDFExport.Creator+ improved quality of the PDF export filter+ password protected reports is now working in client/server mode(IMPORTANT: Do not use this feature in one time with the server authentification)+ verbose output of the server errors in the HTML mode- fixed name of the properties TfrxServerConnection.Proxy and TfrxServerConnection.ProxyPort(press 'ignore' button on load prompt in yours projects for autofix form components)- fixed clean of the report cache on TfrxReportServer.Stop method- fixed background draw in HTML export filter in server mode- many bug fixes