QuickField

A new approach to field modelling

Main >> >> QuickField and Microsoft Office

QuickField and Microsoft Office

Microsoft Office features built-in VBA (Visual Basic for Applications). The IDE supports code insight feature and variables type check.

First run your favorite Microsoft Office application, say Microsoft Excel. Then choose Tools > Macro > Visual Basic Editor command or simply press Alt+F11.

Run QuickField from Microsoft Office VBA

When the project is created we have to let Basic know about the objects we will use. All the information necessary for dealing with QuickField object model is stored in the QuickField type library file called ActiveField.dll. It is already registered in your system. To include the reference to the QuickField type library choose Tools > References in VBA. Then find the QuickField Object Library in the list and mark a field on the left of it.

Set reference to QuickField  from Microsoft Office VBA

You can use Microsoft Office to work with QuickField Object Model, QuickField command line, Parametric Object Interface and Parametric Command Line.