Paid now for the next year of server hosting in Canada datacenter.
Category: Soft/Programming
-
TSMExportToJSON component
In SMExport I added the new component to support the JavaScript Object Notation
The format of generated samples are available at http://www.json.org/example.htmlFor example:
{
“RECORD”: {
“Species No”: 90020
“Category”: “Fish”
“Common_Name”: “CommonFish 828”
“Species Name”: “Fish 275”
“Length (cm)”: 50
“Length_In”: 19,6850393700787
}
}The dates encoded as the number of milliseconds since January 1st 1970. See the topic for this subject at
http://weblogs.asp.net/bleroy/archive/2008/01/18/dates-and-json.aspxThe binary values encoded in Base64 (same as in xml)
-
FireFox preferencies: about:config
If type the “about:config” in addressbar (instead URL), you’ll see the list of all supported preferencies of FireFox.
For example, to disable the antivirus scan after file download, you need set the value for browser.download.manager.scanWhenDone attribute in false
-
SMSchema: enable/disable some actions in designer
Added the new Actions property where developer have the control which options to enable/disable for end-user.
For example, exclude the saEditRelation flag and user could not edit the options of relation/link.
Or add the saDeleteItem flag to allow the delete the table/item in designer area -
TSMExportAction type
Created the new TAction for export support. Will be included in next SMExport
-
GZip in LogAnalizer
Added the new feature – to parse the logs directly from .gz files without decompress to text format
-
DBISAM to MS Access
New converter for DBISAM published:
http://www.scalabium.com/dbisam/dbisam2mdb.htm -
Clarion to Text v1.6
New version released:
http://www.scalabium.com/clarion/cla2txt.htm -
SMExport: data engines for cxTreeList/cxDBTreeList (Developer Express)
A few years ago Jens from OraTool.de wrote the dataengine component for cxGrid and I deployed this component as part of SMExport
But Developer Express also have the TcxTreeList and TcxDBTreeList components. In friday I wrote the dataengines for these components:
- TSMEcxTreeListDataEngine component: data engine for DevExpress TcxTreeList export
- TSMEcxDBTreeListDataEngine component: data engine for DevExpress TcxDBTreeList export