Kofax DOKuStar Validation User Manual

Page 8

Advertising
background image

DOKuStar Validation Programming Manual

Page

4

This is one place, where you can write code, no matter whether Integration Code or Scripting. This VBA studio will
be described later.

A completely different way of starting DOKuStar Validation is the following:

DOKuStar Validation is a COM object. You can use it in any programming language and environment that can deal
with COM objects, like Microsoft Visual Basic, Microsoft Visual C++, Borland Delphi, etc.

Note: In the following, we will always use Microsoft Visual Basic as an example for a programming environment.

As soon as you create an instance of this COM object, DOKuStar Validation will be started.

In Visual Basic, proceed as follows:

Start the Microsoft Visual Basic Studio and create a new project. Use

References

in the

Project

menu and

select

ODT DOKuStar Validation … Type Library and ODT DOKuStar Dataset … Type

Library

of the actual installed version:

Advertising