Difference between revisions of "SET READINSERT"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Set insert mode on automatically | Set insert mode on automatically | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[ | + | [[@...GET]], [[EDITFIELD()]], [[Function Keys]], [[INSMODE()]], [[READ]], [[READINSERT()]], [[SET EDITFIELD]], [[SET PCKEYS]], [[SET QUERYMODE]], [[SET UPDATE]] |
Line 25: | Line 18: | ||
<code lang="recital"> | <code lang="recital"> | ||
set readinsert on | set readinsert on | ||
− | read</code> | + | read |
+ | </code> | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|READINSERT]] | [[Category:Set_Commands|READINSERT]] | ||
+ | [[Category:Screen Forms]] | ||
+ | [[Category:Screen Forms Set Commands]] | ||
+ | [[Category:Keyboard Events]] | ||
+ | [[Category:Keyboard Events Set Commands]] |
Latest revision as of 15:23, 25 November 2009
Purpose
Set insert mode on automatically
Syntax
SET READINSERT ON | OFF | (<expL>)
See Also
@...GET, EDITFIELD(), Function Keys, INSMODE(), READ, READINSERT(), SET EDITFIELD, SET PCKEYS, SET QUERYMODE, SET UPDATE
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