SET READINSERT

From Recital Documentation Wiki
Revision as of 13:46, 10 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SET READINSERT

Class

Screen Forms


Purpose

Set insert mode on automatically


Syntax

SET READINSERT ON | OFF | (<expL>)


See Also

SET EDITFIELD, SET PCKEYS, EDITFIELD(), READINSERT()


Description

The READINSERT ON | OFF command allows you to toggle into insert mode automatically. If READINSERT is set ON, the form will be in insert mode when first activated. This command is a synonym for the READINSERT() function. By default, SET READINSERT is OFF and the user must toggle insert mode on with the insert key.


Example

set readinsert on
read


Products

Recital Terminal Developer