Difference between revisions of "SET FORMUPDATE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Automatically write record changes to disk | Automatically write record changes to disk | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | CREATE SCREEN | + | [[CHANGE]], [[CREATE SCREEN]], [[EDIT]], [[SET FORMAT]], [[SET POSTFORM]], [[SET PREFORM]], [[SET POSTMENU]], [[SET PREMENU]] |
Line 23: | Line 16: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
− | set formupdate on</ | + | set formupdate on</code> |
− | + | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
− | [[Category:Set_Commands]] | + | [[Category:Set_Commands|FORMUPDATE]] |
+ | [[Category:Menus]] | ||
+ | [[Category:Menus Set Commands]] | ||
+ | [[Category:Screen Forms]] | ||
+ | [[Category:Screen Forms Set Commands]] |
Latest revision as of 15:49, 23 November 2009
Purpose
Automatically write record changes to disk
Syntax
SET FORMUPDATE <ON | OFF>
See Also
CHANGE, CREATE SCREEN, EDIT, SET FORMAT, SET POSTFORM, SET PREFORM, SET POSTMENU, SET PREMENU
Description
When set on, automatically writes changed records to disk when accessing menus on a form. Default is ON.
Example
set formupdate on
Products
Recital