Purpose

When &#@NO-ECHO is enabled the data entered in the input field is not displayed on the screen.  When disabled (default), data appears. 

Syntax

&#@NO-ECHO

Remarks

This option can be used in any type of logic routine.  The status of this option is checked prior to requesting input to a field.

The setting remains for the duration of the PROIV session, or until changed by another &#@NO-ECHO setting.

Example

Assume field number 3 is a password field.

In logic after for field 2 enter: ENABLE(&#@NO-ECHO)

In logic after for field 3, enter: DISABLE(&#@NO-ECHO)

Comment on this topic

Topic ID: 520172