Steer HOST Engine 3.0 controls

You can scan and steer the following controls in HOST Engine 3.0:

  • Labels

  • TextBoxes

  • Tables

Normally, you steer HOST Engine 3.0 controls as standard Engines 3.0 controls.

This chapter describes restrictions and special cases for steering HOST Engine 3.0 controls.

Unsupported actions

HOST Engine 3.0 doesn't support the following actions:

Using constraints in HOST Engine 3.0 tables

When you use the ActionMode Constraint in tables, the HOST Engine 3.0 doesn’t support using ColumnName or RowName to define the constraint.

To use the ActionMode Constraint in HOST Engine 3.0 tables, use index (ColumnNumber or RowNumber) instead of name to restrict a search.

This example refers to the following table containing personal data:

Table containing personal data

You search for a row with the value Julia in the first column and the value Jones in the second column.

In the row which contains these values, you verify whether the attribute Date of birth including the value 9/26/1977 exists.

Verifying value