|
|
|
News Detail |
|
|
10/24/2014
|
EasyXML ver 1.02 released! Updated DEMO application. |
exml |
by |
Ingasoftplus |
Added in template:
- NEW: 'Export button' control template, allows to export listbox contents into Excel2007/HTML/CVS formats.
Added / changed in DEMO application:
- CHG: "Xml2Cla" example, fast parsing option added (for huge xml files).
- CHG: "Xml Tree" example, now displays xml attributes as well.
- NEW: "XmlHttp" example (Send(sync|async), SOAP/REST).
- NEW: "Export" example: exports list queue in Excel2007/HTML/CSV (replaced old "Output to Excel" example).
Added / Fixed in classes:
- CHG: XML2ClaGenerator.Parse: optional parameter pFast (for huge xml files)
- CHG: DOMDocument60.AppendElement/AppendElementW/AppendElementUri/AppendElementUriW override parent (CXMLDOMNode) methods
- FIX: ClaXMLDOM.Save: DATE columns could be processeed incorrectly
- CHG: ClaXMLDOM.GetXLSX renamed to GetExcel2003; FormatXLSX renamed to FormatExcel2003; old versions remain for backward compatibility.
- CHG: ClaXMLDOM.ProcessError: now allows to specify dialog buttons and default button for MESSAGE()
- NEW: ClaXMLDOM.GetExcel2007: generates xlsx (MS Excel 2007 format), saves on disk, opens assosiated program; FormatExcel2007: allows to modify xlsx before saving it
- NEW: ClaXMLDOM.GetHtml: generates html, saves on disk, opens assosiated program; FormatHtml: allows to modify html before saving it
- NEW: ClaXMLDOM.GetCSV: generates csv, saves on disk, opens assosiated program; FormatCSV: allows to modify csv before saving it
- NEW: ClaXMLDOM.AfterUpdateFile virtual method called on ADD|PUT(FILE) success|error from .Load(FILE)
- NEW: ClaXMLDOM.Transform: XSL transformation service
- NEW: ClaXMLDOM.GetUseParentOnSave/SetUseParentOnSave [configuration properties]
- NEW: ClaXMLDOM.SetFieldsIgnored: set/clear Ignore flag for all fields in the group [configuration properties]
- NEW: XMLHttpEventSink helper class to work with XMLHTTP60 in asynchronous mode
- NEW: OpenXML helper classes
Updated DEMO application.
This release is available, free of charge, to all customers who have an active maintenance and support subscription plan. |
|
|