TABLE-FIND-FIELD Action

This document covers the following topics:


Description

Finds the column with the specified title.

Parameters

Name/Data Type Explanation
HANDLE OF TABLE Input

Specifies a Table Control.

Field name (A253) Input

The column title to be found.

Index (I4) Output

The index of the column where the title was found.

Response (I4) Output

Natural error (if applicable).

Example:

 
PROCESS GUI ACTION TABLE-FIND-FIELD WITH #TBL-1 FLD1 #IDX 
GIVING #RESPONSE