Alternatives – Kofax DOKuStar Validation User Manual
Page 32

DOKuStar Validation Programming Manual
Page
• 28
cell.Value = "6"
Set srcInfo = cell.CreateSourceInfo("dataset::ImageSourceInfo")
srcInfo.DataSource = imgDataSource
srcInfo.Zone.SetValue 1220, 1640, 100, 20
This makes it possible that different cells of the table reside on different pages of the document.
The
TableField
object itself will not be assigned a
Value
or a
SourceInfo
.
This is the result of our code:
Alternatives
Fields can have alternatives; especially when using DOKuStar Extraction, these alternatives may occur when it finds
more than one field of the requested kind in the search area (and you tell Extraction that you want to get all
alternatives).
Let us add an alternative to the
TotalAmount
field (excerpt from the code):