Kofax DOKuStar Validation User Manual
Page 10
DOKuStar Validation Programming Manual
Page
• 6
That’s all! Run this project, and DOKuStar Validation will be started from this small piece of code.
When you choose to use DOKuStar Objects via this COM interface, you can write your integration code in the same
environment as well. The
DOKuStar Application
object you created above an object that holds the data. You
have full access to these objects and can fill them in your code. Also, all events are available in both worlds.
So, it is up to you whether you write your code using the built-in VBA studio or using an external Development
Studio. You can also mix the two, e.g. doing the integration via the COM interface and the individual project
adaptations with VBA scripts.
Note: Get the Validation Application via
DOKuStarDataset.Application
if you only want to work on the
data of Validation. For example when programming an add-in or scripting in VBA. If you also need the user
interface of Validation, create the Validation Application via
DOKuStarValidation.Application.