field_helpname

Returns the help name for the current field.

Available in:

Apps (win) Apps (char) Reportwriter RPC Standalone PL
X        

Syntax

string field_helpname()

Description

This function returns an identifier for the current field that you use to look up help text, for example. If no identifier (or help name) has been defined, it returns NULL.

Example

Returns the help name (identifier) for the current field:
{
list_view(list_open("select * from myhelp
                     where helpname="^^ field_helpname(), 100), 0);
}