English Italiano

Let's make your life Easy...



12/5/2007

EasyExcel ver 4.04 released!

Libraries were recompiled for CW 6.3 (9056).

Bug fixes
- WriteQueue and List2Excel methods - memory leak when they are called within a loop.

Changed methods
- SetActivePrinter - added pFullStmt parameter.

New methods
- SortRange - sorts selected range.
- SetAxisMaxvalue - sets the maximum value on the axis.
- SetAxisMinValue - sets the minimum value on the axis.
- SetAxisMajorUnit - sets the major units for the axis.
- SetAxisMinorUnit - sets the minor units for the axis.

Changed templates
- Print code template - added a Full Name checkbox
- Draw Chart code template - added min & max axis values and major & minor units.

Free for all customers with current subscription.
8/22/2007

EasyOpenOffice ver 1.05 released!!! New demo.

Remarks: Libraries were re-compiled fo CW 6.3 9056.

Bug fixes

  • SaveAs method - GPF on repeated calls.
  • Init method - the pDebugMode parameter is now omittable, as described in the documentation.
  • AddGraphic (EasyWriter) - incorrect image size when default image size is used.
  • SetFormat method - GPF on repeated calls.

Changed methods

  • Kill (EasyCalc) - added pTerminateOffice parameter.
  • Kill (EasyWriter) - added pTerminateOffice parameter.
  • PrintDocument (EasyCalc) - a pWait parameter was added.
  • PrintDocument (EasyWriter) - a pWait parameter was added.
  • CreateTable (EasyWriter) - an optional pTableName parameter was added.
  • SetFontStyle (EasyCalc) - a pColour parameter was added.
  • SetFontStyle (EasyWriter) - a pColour parameter was added.
  • SetCellFontStyle (EasyWriter) - a pColour parameter was added.
  • GetCurrentRange (EasyCalc) - parameters type was changed from LONG to ANY.

New methods

  • CopyText - copies selected text from OpenOffice document into clipboard.
  • PasteText - pastes text from clipboard into OpenOffice document.
  • SetPageBreak (EasyWriter) - inserts a page breaks into Writer document.
  • SelectTable (EasyWriter) - selects an existing table in the Writer document for the processing.
  • GetTableName (EasyWriter) - gets a table name of a currently selected table in the Writer document.
  • ExecuteDispatch - execites an OpenOffice internal commands as they appears in the macro editor.
  • SetRangeBackColour (EasyCalc) - sets background colour of currently selected range of cells in a Calc sheet.
  • SetPageHeader (EasyCalc) - sets or removes page header in OpenOffice Calc documents.
  • SetPageHeader (EasyWriter) - sets or removes page header in OpenOffice Writer documents.
  • SetPageFooter (EasyCalc) - sets or removes page footer in OpenOffice Calc documents.
  • SetPageFooter (EasyWriter) - sets or removes page footer in OpenOffice Writer documents.
  • SetRows (EasyCalc) - sets the range of rows if the Calc sheet.
  • SetColumns (EasyCalc) - sets the range of columns if the Calc sheet.
  • FreezePanes (EasyCalc) - freezes panes with the specified number of columns and rows.
  • SetScreenUpdating - turns on/off screen updating during data export.
  • WritePageHeader (EasyCalc) - writes text to different parts if page header in Calc documents.
  • WritePageFooter (EasyCalc) - writes text to different parts if page footer in Calc documents.
  • WritePageHeader (EasyWriter) - writes to page header in Writer documents.
  • WritePageFooter (EasyWriter) - writes to page footer in Writer documents.
  • SetPageMargins (EasyCalc) - sets page margins.
  • SetRowHeight (EasyCalc) - sets the row(s) height in the current range.

Changed templates

  • Print code template (EasyCalc) - a Wait and Print preview parameters were added.
  • PageSetup code template (EasyWriter) - a header and footer tabs were added.
  • SetFont code template (EasyWriter) - font colour added.
  • SetFont code template (EasyCalc) - font and cell's background colours were added.
  • KillWriter code template (EasyWriter) - a new termination mode added.
  • KillCalc code template (EasyCalc) - a new termination mode added.

New templates

  • Print code template (EasyWriter) - print current Writer document.
  • GetText code template (EasyWriter) - get selected text form Writer document.
  • SetPageBreak code template (EasyWriter) - inserts a page breaks into Writer document.
  • PageSetup code template (EasyCalc) - set page properties, page header and footer.
Free upgrade for all registered customers.
6/2/2007

Ingasoftplus: anniversary 15% discounts!

  •    
Anniversary price-cutting and discounts on ALL products!
Ingasoftplus celebrates the 6th anniversary of its professional activity and presents festive prices and discounts to its customers!
As a token of appreciation to our customers for their confidence in our products and their preference in choosing them, Ingasoftplus announces the cutting of prices and a 15% discount on all products for the whole period of June 2007!
4/24/2007

Great discounts from Ingasoftplus!

  •    
Great discounts from Ingasoftplus!  We're offering discounts on all our products to mark the opening of Motleysoft.com e-shop. 20.00 % relative discount!  April 25, 2007 - May 31, 2007
3/28/2007

EasyOpenOffice ver 1.04 released!

Updated demo application available.

Remarks:
Libraries were re-compiled fo CW 6.3 9055.

Changed methods 
- NewDocument (EasyCalc) - added pHidden parameter.
- NewDocument (EasyWriter) - added pHidden parameter.
- OpenDocument (EasyWriter) - added pHidden parameter. 
- OpenDocument (EasyCalc) - added pHidden parameter.

New methods 
-InsertDataSource (EasyWriter) - inserts a new datasource into OpenOffice.org Writer.
-SetParam (EasyCalc and EasyWriter) - sets the pairs "parameter" - "value" to the different EasyOpenOffice methods.
-InsertDBField (EasyWriter) - inserts a database field into a current cursor position. 
-MailMerge (EasyWriter) - performs a mail merging of Writer document. 
-SetViewSettings (EasyWriter) - provides access to the settings of the appearance of an office document. 

Changed templates 
- InitWriter code template (EasyWriter) - added an ability to open documents in a hidden mode.
- KillWriter code template (EasyWriter) - added "Terminate OpenOffice" checkbox.
- InitCalc code template (EasyCalc) - added an ability to open a workbook in a hidden mode.
- KillCalc code template (EasyCalc) - added "Terminate OpenOffice" checkbox.
- TextFields code template (EasyWriter) - added a "Database" type of field. 

New templates 
- InsertDataSource code template (EasyWriter) - inserts a new DataSource into OpenOffice.org. 
- MailMerge code template (EasyWriter) - performs a mail merging of OpenOffice.org Writer document. 
- SetViewSettings code template (EasyWriter) - provides access to the settings of the appearance of an office document.

Free upgrade for all registered customers.

2/21/2007

EasyExcel ver 4.03 released!

Changed methods
- PrintSheet method - added PrintToFile parameter 
- GetCell method - added new equate Cell:Comment. You can use it to return the cell's comment. 

New methods
- SetActivePrinter - sets the name of the active printer 
- PrintRange - prints the selected range of cells 
- PrintWorkbook - prints current Excel workbook. 

Changed templates
- Print code template - added an ability to set an active printer and print range of cells or entire workbook.