Access2Base-0.9.0

Extension:
Extension ID:
Access2Base
Release date:
05/01/2013 - 06:34
Version:
0.9.0
Operating system:
System Independent
Compatibility:
3.3, 3.4
Binary type:
OOo extension (.oxt)
Release Notes: 

Complete internal redesign of code to allow pure object-oriented syntax for property settings and method invocations.
E.g.
form.height = 100
form.move(100,200)
Old syntax still supported.
Consolidation of the object model with the Parent, Source and ObjectType properties.
Addition of a Close method to the Form object.
Several bugs corrections.