SetItrpEngineSettings(InternalEngine As Boolean, ExternalEngine As String, ExternalOnDemand As Boolean, VotingSetup As Integer) As Integer

FieldDef object

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

In parameters

In parameter

Description

InternalEngine 

TRUE if the internal engine is to be used.

ExternalEngine 

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

ExternalOnDemand 

This setting is called Second engine on demand in FORMS and is also known as "rippled". Set this parameter only if both InternalEngine and ExternalEngine are specified. When set to TRUE, the external engine is used only when the internal engine is not confident.

VotingSetup 

Set this parameter only if both InternalEngine and ExternalEngine are specified:

0 = No voting

1 = Select best match (weighted voting)

2 = Security voting

3 = Optimized voting

Return value

Returns 0 on success.

GetItrpEngineSettings

GetExternalItrpEngines

The FieldDef object

External interpretation engines (FORMS Help topic)

Second engine on demand (FORMS Help topic)

Voting (FORMS Help topic)