Added the new feature – to parse the logs directly from .gz files without decompress to text format
Blog
-
DBISAM to MS Access
New converter for DBISAM published:
http://www.scalabium.com/dbisam/dbisam2mdb.htm -
Укртелеком ADSL
Оказывается с 1 марта они ввели новые тарифные планы для Киева.
У меня было 1МБит/512Кбит (down/up) за 100 грн, а сейчас за эти же деньги можно получить 2Мбит/1МбитПравда автоматом никого не переводят. Нужно подать заявку в контрольной панели.
Если бы они еще и оповещали пользователей, цены бы им не было. Узнал об этом совершенно случайно.
-
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
-
db viewers
I released the new version for our db viewers:
-
Paradox Reader Engine 2.73
The new version released:
http://www.scalabium.com/pdx/pdxa.htm -
MsgView and TNEFView 1.33 released
http://www.scalabium.com/msg
http://www.scalabium.com/msg/tnefview.htm
-
Excel: check if a workbook has been changed
The Wokbook interface have the boolean Saved property:
if xls.Workbooks.Item[i].Saved then ...