no9
no9

Reputation: 6544

Abbyy Flexicapture - Dropdown

I am trying to create a dropdown in AbyyFlexicapture. The dropdown should be filled from database (i have external DLL ready to do the job) or with fixed values. The problem is I cant find the appropriate element for the job. All i found (the closest) was checkbox group, but I dont know how to use it (add items programaticaly). The documentation on this is very poor ...

Any help would be appreciated!

Upvotes: 0

Views: 895

Answers (2)

Russell Kent
Russell Kent

Reputation: 76

Look at the IField.Suggest() method.

Upvotes: 0

no9
no9

Reputation: 6544

Figured it out. You just push data to textbox with query and it gets auto-converted to dropdown. But theres no way (at least known to me) how to set up default selection...

Upvotes: 1

Related Questions