Difference between revisions of "SET READINSERT"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Screen Forms | Screen Forms | ||
Line 15: | Line 12: | ||
==See Also== | ==See Also== | ||
− | [[ | + | [[@...GET]], [[EDITFIELD()]], [[Function Keys]], [[READ]], [[READINSERT()]], [[SET EDITFIELD]], [[SET PCKEYS]] |
Line 25: | Line 22: | ||
<code lang="recital"> | <code lang="recital"> | ||
set readinsert on | set readinsert on | ||
− | read</code> | + | read |
+ | </code> | ||
Revision as of 10:57, 17 April 2009
Class
Screen Forms
Purpose
Set insert mode on automatically
Syntax
SET READINSERT ON | OFF | (<expL>)
See Also
@...GET, EDITFIELD(), Function Keys, READ, READINSERT(), SET EDITFIELD, SET PCKEYS
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