Difference between revisions of "SET READINSERT"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 15: | Line 15: | ||
==See Also== | ==See Also== | ||
− | SET EDITFIELD, SET PCKEYS, EDITFIELD(), READINSERT() | + | [[SET EDITFIELD]], [[SET PCKEYS]], [[EDITFIELD()]], [[READINSERT()]] |
Line 23: | Line 23: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
set readinsert on | set readinsert on | ||
− | read</ | + | read</code> |
==Products== | ==Products== | ||
Recital Terminal Developer | Recital Terminal Developer | ||
+ | [[Category:Documentation]] | ||
+ | [[Category:Commands]] | ||
+ | [[Category:Set_Commands|READINSERT]] |
Revision as of 11:42, 12 March 2009
Contents
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