Date
News
December 08, 2002
We would like to present our graphic partner - eCover4you.com ! Affordably priced custom designed 3D cover art !
November 19, 2002
EasyExcel ver 2.00 !!! New demo application available!

What's new:

Bug fixes:

Fix a bug with the incorrect cells addressing on some of the local Excel versions
Fix a bug with SelectEnd  method (in some cases it causes Excel to hang up)

New methods:

Charts  - a bunch of methods that allow you to create a charts in the Excel
List2Excel  - export the contents of the Clarion list box window control into Excel sheet
SetWritwDelay  - sets write delay on a fast PC (prevent data loss during export)
SetCellComment - set popup cell comment
WriteTXT - write multi-line text into the cell
SetSheetState -  hide/unhide specified sheet

Changed templates:

Write code template - added cell comment and multi-line text export

New templates:

List2Excel code template - export window list box contents to the Excel
DrawChart code template  - create a chart in the Excel
October, 2002
ANN: EasyExcel and EasyReport reviews at ClarionShop !!!
There are 2 new reviews available on the ClarionShop review page :
EasyExcel - Export your data to Excel in 1 minute! has been reviewed by Mitchell Alexander

EasyReport - Extra functions for Clarion reports  has been reviewed by Johan de Klerk
October 09, 2002
EasyMultiTag ver 2.03 released !!! New demo application available!

What's new:

Added:
WinStyle - Turn on / turn off of the mode of tagging in WINDOWS-style runtime.  
ExactTagging - Turn On / turn off of the mode of exact tagging for TagAll.  
TagAll - Mark (tag) all records.  
new Control Template EMT_Buttons which allows to customize of EMT buttons more flexible.  

Bug fixes:
all known bugs fixed.

Changes:
the status of method AutoReset, now this method PUBLIC.  
algorithm of block selection using Shift-key is systematized.  
the control templates like "EMTControlAll", "EMTControlFilter", "EMTControlInvert", "EMTControlTag", "EMTControlTagAll" and "EMTControlUnTagAll" are not accessible to select any more. However all former functional of these templates is supported in applications where they were already used.  
new DEMO available.
August 18, 2002
EasyMultiTag ver 2.02 released !!!

What's new:

Bug fixes:
all known bugs fixed.

Changes:
the status and the prototypes of UpdateBegin and UpdateEnd methods were changed.

For all thanks to Richard Lee !
August 18, 2002
The chSTD Library ver 2.62 released and the new demo available !!!

Fixed:
Module chFB  
chfb::init (The buffer of errors of the library was not cleared).

Added:
The extended functions module - chFE.
Test-example for the extended functions module - chFE.
Module chFM
chfm::Version - Returns a version number of chFM library

Changed:
Minor modifications in the source code of the templates not influencing their functionality.
August 15, 2002
EasyAnimation ver 1.01 released and the new demo available !!!

What's new:

Changes:
improved support for Background process;
methods Init (added the new parameter) and Play (changed default values);

Added:
new methods IsOpen and IsPlay;
new demo for support for Background process.
July 30, 2002
The chSTD library ver 2.61 released and the new demo available !!!

What's new:

Added:  
The basic functions module - chFB.
Test-example for the basic functions module - chFB.

Changed:
Minor modifications in the source code of the templates not influencing their functionality.
July 15, 2002
Virus Epedemic has started !
Very large loses the world over are attributed to this worm. People understand the need to be protected.
July 2002
Original 1-st release of EasyAutoEntry and demo available !!!
June 2002
Holiday Schedule !
We would like to inform you that the office will be closed 22-June-2002 through 8-July-2002.
You can buy every of our products in normal mode, visit our site or write e-mail! We will be monitoring e-mail through that period (but not every day)!
June 2002
Original 1-st public release of The chSTD library and demo available !!!
June 2002
EasyReport ver. 1.01 released !!!

What's new:

Added:
splitting large text between pages with vertical lines and boxes adjustment
setting number of copies of your report
printing page of pages and total number of pages in your report
compatibility with CPCS templates

New demo application available for EasyReport ver 1.01 !!!
June 2002
EasyExcel ver 1.031 released !!!

What's new:

Bug fixes:
Fix a bug with the workbook changing and closing

Changed methods:
Init, OpenDoc and Save - added Password and WriteResPassword parameters

New methods:
CloseBook      - close an Excel workbook
SelectBook     - select an opened workbook

Changed templates:
Init, OpenDoc and Save code templates - added Password and WriteResPassword parameters
May 2002
Original 1-st release of EasyWinIco !!! freeware!
May 2002
Original 1-st release of EasyAnimation !!!
May 11, 2002
EasyMultiTag ver 2.01 released !!!

What's new:

Bug fixes
problem of using shift+mouse and filtered locator together fixed (thanks to Aimo Rintala).
"Apostrophe in string" bug fixed (thanks to Benjamin Morehouse).
all known bugs fixed.
April 13, 2002
EasyVersion ver 1.02 released !!!

What's new:

Bug fixes
In CW55 at switching tabs in the template there were tracks from horizontal lines.
The flag "External" was always accessible despite of a flag "Declare Globally".
Global variables were not exported.

Changed
The type of variables is changed as ASTRING.

New
The class for initialization of global variables is added.
Possibility of auto decryption of string constants (flag "Decrypt Automatically") is added.
The example of usage of variables from DLL is added.
April 10, 2002
New demo application available for EasyExcel ver 1.03!!!
EasyExcel ver 1.03 released !!!

What's new:

Bug fixes:
Fixed a bug in a Legacy Procedure Extension Template (didn't generate an EasyExcel Class declaration), so that you can use it now in a Source, Process and Report procedures. Please note, that if you manually added a class declaration in your Source procedure, remove it, otherwise you'll receive a "Label duplicated" warning!
Fixed a bug in a Save method, so it'll clip passed file name now.

Changed methods:
AddSheet - added TrunkName parameter
SelectSheet - now it'll return an errorcode if you'll try to select a non-existing sheet.
Save - added ShowAlert parameter and FileName is omittable now.
OpenDoc,Init  - change behavior. If Open mode is set to OpenMode:NewDoc and you pass the file name, this file will be created and save on disk.
SetFormat - added Date and Time formats

New methods :
Find - find a cell with matching text.
Replace - find and replace a text in a cells.
SetScreenUpdate - turn Excel sheet updating on/off to speed up export.
InsertRow - insert a specified number of rows.
InsertCol - insert a specified number of columns.
DeleteCells - delete a range of cells.
MergeCells  - merge a range of cells into one.
PageSetup - set some page options  
PageZoom - set page print scale  
PageHeader - set page headers  
PageFooter - set page footers  
Date2Excel - convert Clarion date to Excel date  
Time2Excel - convert Clarion time to Excel time  

Changed templates:
Save - added Show alerts option.
Queue2Excel - added Show alerts option.
Write - added passing DATE and TIME  
SetFormat - added passing DATE and TIME  

New code templates:
MergeCells - merge a selected range into one cell.
Insert - insert a row(s) or column(s) into the sheet.
Delete - delete a range of cells.
Find - find a cell in a range, containing specified text.
Replace - finds and replaces characters in cells within a range.
ScreenUpdate - turn Excel sheet updating on/off.
PageSetup - set some of the page options  
April 2002
April 04, 2002
New demo application and setups available for EasyMultiTag ver 2.00 !!! Please redownload and reinstall it again!
March 31, 2002
EasyMultiTag ver 2.00 released !!!

New:
Support for Legacy template added!!!
The new methods for batch processing added.

Bug fixes:
All known bugs fixed.

Changes:
Global variable MultiTag:Mark was moved into Local Data.
March 2002
EasyExcel in Top 5 Selling Accessories in current Year !
March 12, 2002
EasyVersion ver 1.01 released !!!

What's new:
Added:
Possibility of use macros like %V%; %L%; %X% in a field "File Name" on the Tab "Version";
Possibility of correct formation of EXPORT (EXP) file name depending on macros like %V%, %L%, %X% which were used in the Target file name in the Project (standard templates do not make it).

Changed:
The name decrypting function of constants ToDecipher now is formed as AppName:ToDecipher, so in each APP there will be a procedure of decrypting with a unique name.
Minor modifications in the source code of the templates not influencing their functionality.
March 2002
EasyDocker and EasyExcel in Top 5 Selling Accessories in current Months ! We thank all users and we will work on improving all our products in future!
March 1, 2002
Original 1-st release of EasyDocker !!!
February 19, 2002
Original 1-st release of EasyVersion !!!
February 3, 2002
Original 1-st release of EasyMultiTag !!!
February 2002
We present Anti-Virus solutions from Kaspersky Lab !
January 2002
EasyExcel again in Top 5 Selling Accessories in last and current Months !