Home   |   Full archive of news 2001   |   Full archive of news 2002   |   Full archive of news 2003   |   Full archive of news 2004   |   Full archive of news 2005   |   Full archive of news 2006   |   Full archive of news 2007
Full archive of news 2005
Date
News
15 December, 2005
EasyOpenOffice ver 1.01 released!!!

EasyOpenOffice is a set of classes and templates providing you an ability to use OpenOffice from your Clarion applications.

Libraries were compiled fo CW 6.2 9049.

New methods
SetPageMargins (EasyWriter) - sets page margins.
AddGraphic (EasyWriter) - adds a picture to the document.
SetPageProps (EasyWriter) - sets page layout of Writer document.
SetPageProps (EasyCalc)- sets page layout of Calc spreadsheet.

New templates
PageSetup code template (EasyWriter) - sets some of the page properties.
AddGraphics code template (EasyWriter) - adds a picture into the document.

Free for all registered customers.
01 October, 2005
dpQuery ver 2.06 released (FULL and DEMO versions)!!!!!!!

Fixed:
the missing mapped fields was ignored in the saved query (*.dpq).

Clarion 6.2 9047 support. Free for all registered customers.
23 September, 2005

14 free CWPlus wallpapers available to download - have a fun!
21 September, 2005
EasyCOM2INC ver 2.07 released!

EasyCOM2INC utility is used to automatically creating Clarion include files with the definitions of COM-interfaces from IDL file and generate needed Classes.


New:
Setup program: it copies directories \bin, \lib, \libsrc and \template into you Clarion root directory.

Fixed:
RTL procedures. "Version" was added into the list to avoid redefining system intrinsic.  
Wrong coclass GUID generation if it has [custom] attribute.  

Easy Class Generator
Fixed:
The code to get IUnknown interface in the QueryInterface method was not generated for eventhandler ([source]).

Template support.
Added:
Possibility to choose where to call Kill() method (before closing window/manually).
OlePictureClass class method: Get_Picture PROCEDURE(STRING pPictureName),*Picture.

Fixed:
"Check ProgId" now available and works for non-window COM object.

Free upgrade for all registered customers.
04 September, 2005
EasyCOMCreator ver 1.02 released!!!

Added:
Creating of typelib, generating dual-interfaces.
New Project properties - Typelib: Lib Name, LIBID, Target OS, LCID, Major ver, Minor ver, Doc String.
New Object properties - Threading Model, Flags: Object flags, Interface flags and Interface attributes.
New Method property - Nick name.
New Parameter properties - Typelib: IDFLAGs (IDLFLAG_NONE, IDLFLAG_FIN, IDLFLAG_FOUT, IDLFLAG_FLCID, IDLFLAG_FRETVAL).
New examples: Visual Basic MS Visual Studio 2003, VBScript IE.
New Clarion support files: ecc.def - types and interfaces descriptions and oleautcc.lib - ecc support library.
New setup program.

Free upgrade for all registered customers.
16 August, 2005

Bug fixes
WriteQueue method - truncation of last char of the string when "WriteAsIs" export mode selected.

New methods
PasteSpecial - pastes a range content from the Clipboard into the specified range.

Changed templates
Queue2Excel code template - you can now specify a queue that is not included into the table schematic (from the source code).

This is version for Clarion 5.5, 6.1 (9034) and 6.2 (9047).

Free for all registered customers.
10 August, 2005
EasyCOMCreator ver 1.01 released!!!

Fixed:
Compilation using C61.
Compilation when the Main Clarion CLW file consists spaces.
Left and Right parts of the main window were shown discordantly sometimes.

Added:
New Object properties - ProgID and VersionIndependentProgID.
C++ (MS Visual Studio.Net 2003) example of the test console application for the Math object.

Free upgrade for all registered customers.
10 August, 2005
EasyOpenOffice ver 1.00 released!!!

EasyOpenOffice is a set of classes and templates providing you an ability to use OpenOffice from your Clarion applications.
04 August, 2005
EasyCOMCreator ver 1.00 released!!!

EasyCOMCreator utility is used to create a Component Object Model (COM) dynamic-link library (DLL) automatically using Clarion. It allows you to manage your Projects, Objects, Methods and Parameters and generates all the necessary CLW/PRJ files (including a test application) automatically. After you compile your Project you will get your COM server DLL! To use it, you need to register it using the REGSVR32.EXE utility and you are done!
30 July, 2005
EasyResizeAndSplit ver 2.10 released!!!

Fixed:
Focus problem in 6.2 (sometime EVENT:CloseDown events escapes into ACCEPT) (thanks to Ognjen Bujan).

Added:
a new method to reset all ERS settings - ResetSetting. This makes ERS fully compatible with the CapeSoft's AnyFont (thanks to Paul Bremer).

Free upgrade for all registered customers.
30 July, 2005
EasyListPrint ver 1.13 released!!!

Fixed:
CSV icon was not added automatically in the Project (thanks to Randy Rogers).
CODE template - print Entire BrowseBox - worked wrong (thanks to Randy Rogers).

Add:
Ability to change the Browse Object name (thanks to S.Jayashankar).

This is version for Clarion 5.0, 5.5 and 6.1 (9034)/6.2(9046).

Free for all registered customers.
30 July, 2005
EasyCOM2INC ver 2.06 released!

EasyCOM2INC utility is used to automatically creating Clarion include files with the definitions of COM-interfaces from IDL file and generate needed Classes.

Fixed:
"Load defaults" behavior ("Edit data types" mode) - if there are no BSTR and SAFEARRAY types in the list then BSTR->BSTRING and SAFEARRAY->_SAFEARRAY will be added. If there is "VARIANT->VariantType" then it will be substituted with "VARIANT->VARIANT".
oleaut.lib was renamed to oleautcg.lib.

Free upgrade for all registered customers.
10 July, 2005
Clarion 6.2 9046 status of the Ingasoftplus products.

EasyDocker - c5, c55, c61-9034, c62-9046
EasyExcel 3 - c55, c61-9034, c62-9046
EasyHelper - c5, c55, c61-9034, c62-9046
EasyReport - c5, c55, c61-9034, c62-9046
dpQuery full and demo - c55, c61-9034, c62-9046
MAV Direct ODBC - c5, c55, c61-9034, c62-9046
EasyResizeAndSplit - c5, c55, c61-9034, c62-9046
Easy3DStyle - c5, c55, c61-9034, c62-9046
EasyMultiTag - c5, c55, c61-9034, c62-9046
EasyAnimation - c5, c55, c61-9034, c62-9046
EasyAutoEntry full and demo - c5, c55, c61-9034, c62-9046

New setup files available to download.
10 July, 2005
MAV Direct ODBC new versions released!!

Library version Version: 0.10

Tested:
with the Ingres r3 SQL server.

Improved:
Internal library and classes optimization.
MAVDerivedSelect class optimization - speed up.

Added:
new MAVQueueManager class - queue structure optimization manager.
new MAVSelectCursor class methods: setGroupby, setDistinct and setHint.
new MAVCLEAR (MAVFile) function.


Template version Version: 0.08

Added:
New features: BrowseBox template - "Load primary key fields" option, "Don't use receiver queue" option; new properties on "Conditional Behavior" tab: Select cursor option, Group by, Distinct and Hint.

Changed:
MAVBrowseBox.Sortered class.
Now you can localize MAVSHOWERROR function interface using new procedures: setLogErrorFileName, setLogErrorPath, setLogErrorSaveDialogTitle, setErrorButtonCloseText, setErrorButtonSaveText, setErrorMessageCaption.

Improved:
Internal library, classes and templates optimization.
MAVSHOWERROR function - now you can save all error information in the log file.
MAVSHOWERROR function - now used internal RTL function so it more safety.

Clarion 6.2 9046 support. Free for all registered customers.
10 July, 2005
dpQuery ver 2.05 released (FULL and DEMO versions) and updated demo application available!!!!!!!

Fixed:
"silent mode" was not working correctly.

Changed:
updated the DEMO application ("silent mode" example).

Clarion 6.2 9046 support. Free for all registered customers.
03 July, 2005
NEW! EasyCOM2INC_WMI ver 1.00 released!

"Ready to GO" solution based on COM and EasyCOM2INC technologies this product demonstrates using of Microsoft WMI Scripting Library in the Clarion application.

What the product demonstrates
How to show all logical devices and all their properties on local or remote computer;
How to show all processes running on local or remote computer.

This is FREE for all registered customers of EasyCOM2INC (to get a password please send us an e-mail).
30 June, 2005
EasyCOM2INC_SQLDMO ver 1.01 released!

Changed:
new class OleCollectionClass has been used to work with collections.

"Ready to GO" solution based on COM and EasyCOM2INC technologies this product demonstrates using of Microsoft SQLDMO Object Library and Microsoft Office XP Web Components in the Clarion application.

What the product demonstrates
Connection to the MSSQL2000 server.
Viewing of the tables, views, stored procedures and triggers properties.
Runing of the SQL query and putting it into Spreadsheet.

This is FREE for all registered customers of EasyCOM2INC (to get a password please send us an e-mail).
29 June, 2005
EasyCOM2INC ver 2.05 released!

EasyCOM2INC utility is used to automatically creating Clarion include files with the definitions of COM-interfaces from IDL file and generate needed Classes.

Added:
Generator: RTL procedures. "Put", "Handle", "PhoneDevices" were added into the list to avoid redefining system intrinsic.
On the first launch or if there is no ecom2inc.ini default Generator settings will be set. You can restore/set these default settings using menu Options->Load default settings.
typedef struct and typedef union types recognition and generating on its base Clarion's GROUP (for union the first field is base, all the other are OVERed over it). Note. a) There is no possibility to determinate which fields in union has a max length, so compile errors are possible if the first field is smaller than other. In this case you should change the fields order. b) nested structures are not supported yet.
typedef basetype aliastype recognition and generating on its base Clarion's EQUATE(basetype).

Changed:
Generator: coincident with coclasses parameter names now generated as "prefix par_" by default.

Easy Class Generator (ecg.exe) ver. 1.05.
Added:
setting/removing "dispinterface" for the all interfaces at once.
IEnumVARIANT interface (ecom2inc.def).
OleCollectionClass class (easyole.inc/clw), facilitating using of "collections".
OleSafeArrayClass class for working with SAFEARRAY type.

Changed:
oleaut.lib to link of the different COM functions.

Template support.
Added:
Possibility to inherit form base class: put base class into "Derived from" field; put INC file of the base class into "Include file" field. If you create a derivedfile.trf (where derivedfile is the same name as for INC file) based on the rules for trf files ([CLASS], [PROC], [RET], [ARG] sections) then you can use it in the code template.
"Resize as Region" flag (for Window Control ActiveX).
Description of the OlePictureClass, OleFontClass, OleCollectionClass, OleSafeArrayClass (easyole.inc/clw) classes.

Fixed:
"Hide" property for ?OleRegion (base control for EasyComActiveXControl) will be applied to EasyComActiveXControl too.

Examples.
Added:
"MS Windows Common Controls - Status bar Control & Progress bar Control" example application.

Changed:
dhtml example was remade using new OleSafeArrayClass class.
all examples from examples\C6 were remade with a new generated interfaces and classes, sometimes there were small modifications in the code to avoid compiler warning.

Free upgrade for all registered customers.
24 June, 2005
Easy3DStyle ver 2.02 released and updated demo application available!!!!

Added:
New 3D style for TEXT control.
You can use waitable timer in the MESSAGE function and auto close.

Fixed:
Color for active tab control was wrong if there were more than one Sheet controls.
Color calculation for the last line for VCOLOR and HCOLOR buttons.

Clarion 6.2 9046 support. Free upgrade for all registered customers.
20 June, 2005
EasyResizeAndSplit ver 2.09 released!!!

Changed:
IMM (Immediate attribute) for the Window NO more needed! ERS now uses API's WM_SIZE instead of EVENT:Sized. New class ERSCStdThunk - override event handler by ProcessMessage method. Refreshing is more quick now!

Fixed:
GPF with the RTF control if "Save and Restore Window Location" was turned Off in the procedure.

Added:
Clarion 6.2 9046 support.

Free upgrade for all registered customers.
12 June, 2005
Easy3DStyle ver 2.01 released !!!

Added
Clarion 6.2 support.

Fixed
Color, 3DBoxed and Boxed buttons sometimes were wrong redrawn.
all styles buttons on the TAB sometimes were wrong redrawn.

Free upgrade for all registered customers.
10 June, 2005
Clarion 6.2 status of the Ingasoftplus products.

EasyReport - c5, c55, c61-9034, c62-9045
EasyMultiTag - c5, c55, c61-9034, c62-9045
EasyAnimation - c5, c55, c61-9034, c62-9045
EasyAutoEntry full and demo - c5, c55, c61-9034, c62-9045

New setup files available to download.
09 June, 2005
Clarion 6.2 status of the Ingasoftplus products.

EasyExcel 3 - c55, c61-9034, c62-9045
EasyDocker - c5, c55, c61-9034, c62-9045
EasyListPrint - c5, c55, c61-9034, c62-9045
EasyHelper - c5, c55, c61-9034, c62-9045
dpQuery full and demo - c55, c61-9034, c62-9045

New setup files available to download.
06 June, 2005
NEW! EasyOpenOffice ver 1.00 demo application available!

EasyOpenOffice is a set of classes and templates allowing you to exchange data between Clarion applications and OpenOffice Calc and Writer.

Now in the EasyOpenOffice are realized the basic features (you can open and close Calc and Writer, pass/get the data form your Clarion application, format cells in Calc, create tables and set font properties in Writer etc.). The number of the EasyOpenOffice features will be increased in the next releases.      You can try our demo application.

For the use EasyOpenOffice the following is needed:
Clarion 5.5 or Clarion 6.x
ABC, Legacy class template support
32-bits only
23 May, 2005
NEW! EasyCOM2INC_TXCTRL ver 1.00 released!

"Ready to GO" solution based on COM and EasyCOM2INC technologies this product demonstrates using of TX Text Control 11.0 ActiveX (The Imaging Source Europe GmbH) in the Clarion application.

What the product demonstrates
Opening, saving file in different formats.
Printing documents.
Inserting in document the tables images and objects.

This is FREE for all registered customers of EasyCOM2INC (to get a password please send us an e-mail).
21 May, 2005
NEW! EasyCOM2INC_SQLDMO ver 1.00 released!

"Ready to GO" solution based on COM and EasyCOM2INC technologies this product demonstrates using of Microsoft SQLDMO Object Library and Microsoft Office XP Web Components in the Clarion application.

What the product demonstrates
Connection to the MSSQL2000 server.
Viewing of the tables, views, stored procedures and triggers properties.
Runing of the SQL query and putting it into Spreadsheet.

This is FREE for all registered customers of EasyCOM2INC (to get a password please send us an e-mail).
18 May, 2005
dpQuery ver 2.04 released (FULL and DEMO versions)!!!

Fixed:
The length of SQL query fields was wrong determined if there were no STRING fields in the Data queue.

Changed:
Ask, Reset, TakeEvent, TakeWindowEvent, TakeFieldEvent, TakeAccepted and TakeNewSelection methods now are VIRTUAL so you can catch these events for the dynamically created screen control.
Text driver: driver settings window will appeared if you choose Text data source.

Free for all registered customers.
16 May, 2005
EasyCOM2INC ver 2.04 released!

EasyCOM2INC utility is used to automatically creating Clarion include files with the definitions of COM-interfaces from IDL file and generate needed Classes.

Added:
Generator: RTL procedures. "Owner" was added into the list to avoid redefining system intrinsic.
Generator: coclasses now generated as
 coclassname INTERFACE(IUnknown),COM,TYPE
 END

Fixed:
dispinterfaces properties were not generated if it were as a pointer type (e.g Font*).
Registration procedure.

Easy Class Generator (ecg.exe) ver. 1.04.
Added:
HR class property - last COM-function result.
GetNativeError (*BSTRING) class function - get interface native error text if the object support IErrorInfo interface.

Fixed:
local variables order in the dispinterfaces class methods was changed (sometimes it caused automatic cleaning of locVarResult on method exit).
in the "late binding" class methods which returns VARIANT function VariantCopy(pVar,locVarResult) used instead of simple assignment like pVar=locVarResult.
dispinterface class methods which returns value (but not HRESULT).
dispinterface class methods which has propget attribute.
in the dispinterfaces class methods, if input parameter coclass pointer now it treated as IUnknown pointer.

Template support.
Added:
Show()/Hide() method (OleWrapperClass class).
IErrorInfo interface (ecom2inc.def).

Fixed:
in the OleWrapperClass.Init() method there is no assignment now for SELF.OleCtrl{prop:doverb} if input parameter doverb > 0.

Free upgrade for all registered customers.
06 May, 2005
CWPlus ver 3.02 released ! Download it free and try !

Added:
You can set the icons which will be used in Clarion IDE on the controls like BUTTON, CHECK, RADIO, IMAGE. CWPlus shipped with the one set of the cool icons. Share your icons set with your Clarion colleagues! Send it to us and we will publish it on our site.
You can adjust an identifiers case (UPPER case, lower case, Capitalize Case, As declared) in the CWPlus information windows (On ToolTip use) and on text inserting in the Editor window (On text pasting use).

Improved:
Memory consumption is minimized.

Fixed:
Wrong working with the some RED files.
Wrong working with nested GROUP structures.
All known bugs.

Free upgrade for all registered customers.
28 April, 2005
EasyCOM2INC ver 2.03 released!

EasyCOM2INC utility is used to automatically creating Clarion include files with the definitions of COM-interfaces from IDL file and generate needed Classes.


Added:
Generator: RTL procedures. "String" was added into the list to avoid redefining system intrinsic.

Fixed:
wrong interface methods generation when method name and IDispatch name were matched.
wrong generating of the interfaces with the huge number of the properties and methods.

Easy Class Generator (ecg.exe) ver. 1.03.
Added:
OlePictureClass class to work with IPicture and IPictureDisp (easyole.inc, easyole.clw).
OleFontClass class to work with IFont and IFontDisp (easyole.inc, easyole.clw).
oleaut.lib file to link of the different COM functions (put this file into \lib directory).

Fixed:
event handler's method with the optional parameters were generated wrong.
inherited class methods were generated wrong.

Template support.
Added:
IPicture, IPictureDisp and IFontDisp were added in the ecom2inc.def file.
Embed point "Inside Class Declaration" so you can add properties/methods or override base class methods.

Free upgrade for all registered customers.
19 April, 2005
Easy3DStyle ver 2.00 released !!! New demo application available!

Added
New Button Styles: 3D boxed, Boxed, Color, VColor and HColor.
XP Manifest support - Create XP manifest file (works in c5, c55 and c61).
Standard Message function hook - new Message look.

Changed:
Templates redesigned.
More flexible settings.

Thanks to Darron C. Pitman!

Free upgrade for all registered customers.
17 April, 2005
EasyCOM2INC ver 2.02 released!

EasyCOM2INC utility is used to automatically creating Clarion include files with the definitions of COM-interfaces from IDL file and generate needed Classes.

Added:
Generator: RTL procedures. "ProviderType", "HDC", "HMenu", "Picture", "Dock", "Owner", "Step", "Vartype", "Project", "Icon", "Band" were added into the list to avoid redefining system intrinsic.  
ParameterPrefix in ecom2inc.ini. Will be put as a parameter name prefix to avoid any conflict.  
Renaming method name which coincident with any interface name (to avoid compiler error "Parameter type label ambiguous (CODE or DATA)").  
Current object shows in the progress window.  
Possibility to terminate generation process.  

Fixed:
Invoke function - fixed initialization of passed parameter (par &SomeInterface).
Some time properties generation form dispinterface was wrong.
Some time UUID for interfaces was wrong.
DISPID was generated for event handler methods if method has not id() attribute.

Easy Class Generator (ecg.exe) ver. 1.02.
Added:
Resizing.
Possibility to terminate generation process.

Fixed:
In Destruct() added conditional Kill() method call.
Clarion problem of working with the VARIANT type in the class methods (not in the interfaces) fixed by replacing parameters type VARIANT, <VARIANT> with *VARIANT, <*VARIANT> accordantly.
Code of the methods which has *VARIANT type parameters.
Class generation for the interfaces with 2 and more parents.
IDispatch interface methods for event handler were always generated. Now it generated if IDispatch is a parent.
Eventhandler.QueryInterface() method got caught in an endless loop if was called form IConnectionPoint.Advise() with the object different from event handler (i.e. with (IDispatch*) eventhandler).
Wrong dispinterface methods generation with return values.

Template support.
Added:
DataTypeEnum constants, DataSourceListener and DataSource interfaces were added in the ecom2inc.def file.
Return method value information in the EasyComMethod template.
Possibility to add modifier to VARIANT type (EasyComMethod template).

Fixed:
Methods generation.

Examples.
Fixed:
class MSAgentType from MS Agent example (agclass.inc/agclass.clw) - DISPOSE of OleWrapper object was moved into Destruct().
locHR HRESULT local variable was added into ShowContextMenu method (example dhtml.app).

Free upgrade for all registered customers.
04 April, 2005
EasyResizeAndSplit ver 2.08 released!!!

Fixed:
GPF with the RTF control.
C61 - general fix.
C61 - Iconize and Restore Modal window caused wrong window size and controls position.

This is version for Clarion 5.0, 5.5 and 6.1 (9033). Free for all registered customers.
03 April, 2005
EasyCOM2INC ver 2.01 released!

EasyCOM2INC utility is used to automatically creating Clarion include files with the definitions of COM-interfaces from IDL file and generate needed Classes.

Changed:
TRV file structure changed (so you need to regenerate it again).

Fixed:
error on generating of the dispinterface with the huge number of the properties and methods.
the class generator was confused when parentheses and certain key words are within a helpstring of a property or method in the IDL file (thanks to Pete Rodriguez).

Easy Class Generator (ecg.exe) ver. 1.01.
Added:
NEW: now you can generate Late binding dispinterface methods (as well as Early binding).
intersession settings now store in the rvfilename_class.ini file.

Changed:
GetVT_Type (*?) function now support parameter like BSTRING and VARIANT.

Template support.
Added:
some interfaces, structures and constants were added in the ecom2inc.def file.

Free upgrade for all registered customers.
22 March, 2005
EasyCOM2INC ver 2.00 released!

EasyCOM2INC utility is used to automatically creating Clarion include files with the definitions of COM-interfaces from IDL file and generate needed Classes.


Added:
NEW: Easy Class Generator (ecg.exe) ver. 1.00.
Generator: launching of Easy Class Generator.
Generator: Method parameters which defined in the IDL as "optional" and has no "default value" now generate as omittable (in the <>).

Changed:
Generator: new Edit->ClarionRTL procedures menu.
TRV file structure changed (so you need to regenerate it again).

Fixed:
Generator: wrong some dispinterface methods when dispinterface was defined in the IDL file as: [Error! Illegal hyperlink object.]

Free upgrade for all registered customers.
13 March, 2005
EasyListPrint ver 1.12 released!!!

Added-Changed:
new settings of the Header Border drawing mode.
new setting on the Property Column - alignment for the header.
redesigned settings on the Control / Code Template.

This is version for Clarion 5.0, 5.5 and 6.1 (9033).

Free for all registered customers.
07 February, 2005

Bug fixes:
SetFont method - now won't change the omitted parameters.
bug fixed when draw Pie chart with axes and data table.
CloseWorkbook method - fixed GPF on some conditions.

New methods
GetChartType - returns the current chart type.

Changed methods
List2Excel - now exports group headers of list box.

Changed templates
List2Excel code template - added an ability to set columns format.
Queue2Excel code template - added an ability to set columns format.

This is version for Clarion 5.5 and 6.1 (9032).

Free for all registered customers.
02 February, 2005
EasyListPrint ver 1.11 released!!! Updated demo application available.

Fixed:
wrong RTF export in some circumstances.

Added:
three new settings of the Table Border drawing mode - All Borders / No Border / Outside Borders on the Page Setup (thanks to Neal Phillips).

This is version for Clarion 5.0, 5.5 and 6.1 (9032).

Free for all registered customers.
01 February, 2005
dpQuery ver 2.03 released (FULL and DEMO versions)!!!

Added:
Support of the Unicode.
Support password protected MS Access DB.

Changed:
Prototype of SetDescription method in order to support Unicode.

Fixed:
Control property {prop:hide} on the 'Data' wizard tab was ignored.
Using SetFont method for the List boxes was ignored.
Blank field value processing.
Problem with the special characters in the columns name.

Free for all registered customers.
21 January, 2005
EasyResizeAndSplit ver 2.07 released!!!

Changed-improved:
Using IsWindowVisible API function to redraw only active controls and window!

Fixed:
Discovered and fixed Clarion bug: non correct opening of MDI window. Open MDI window, Maximize it, Close it. Open it again - MDI window becomes maximized (even without saving/restoring window position in the INI file). Besides there is no EVENT:Sized event happens and as result controls will never be redrew with the new sizes. The same happens if you open one MDI window and maximize it, after open another one and it will be automatically maximized too!
Legacy template bug.
Warning about duplicated label (IMAGE) during compiling application in Clarion 6.1.

This is version for Clarion 5.0, 5.5 and 6.1 (9031). New setup file.

Free for all registered customers.
We have changed the password from this version so to get the new one please contact us and provide Order number and Registered user name.
20 January, 2005
Limited Time Special Offer From IngasoftPlus! Buy CWPlus 3.01 now !

Take advantage of this time limited offer. If you order CWPlus during Jan 20 till Jan 31 you will SAVE 25% OFF the regular price!

CWPlus 3  $74 (the regular price is $99) !

When you are ordering you must enter this promotion code in order to get the discount: Ing6

NB. This offer suitable for purchasing:
- a full license (not an additional license);
- by normal customers (not by distributors)