GetItrpEngineSettings( ByRef InternalEngine As Boolean, ByRef ExternalEngine As String, ByRef ExternalOnDemand As Boolean, ByRef VotingSetup As Integer) As Integer

FieldDef object

Returns the current interpretation engine settings for the field definition. (The API is prepared for multiple external engines.)

Out parameters

Out parameter

Description

InternalEngine 

TRUE if the internal engine is to be used.

ExternalEngine 

String containing the external engine used, if any. Otherwise an empty string.

ExternalOnDemand 

TRUE if the external engine is only used when the internal engine is not confident. This setting is called Second engine on demand in FORMS and is also known as "rippled".

VotingSetup 

Only valid if both InternalEngine and ExternalEngine are used.

0 = No voting

1 = Select best match (weighted voting)

2 = Security voting

3 = Optimized voting

Return value

Returns 0 on success.

SetItrpEngineSettings

The FieldDef object

External interpretation engines (FORMS Help topic)

Second engine on demand (FORMS Help topic)

Voting (FORMS Help topic)