Difference between revisions of "SETFLDSTATE()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 25: | Line 25: | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | |||
==Example== | ==Example== |
Revision as of 10:50, 22 August 2011
Purpose
Function to assign a field modification or deletion marker value to a field or record
Syntax
SETFLDSTATE(<expC> | <expN1>, <expN2> [, <workarea | alias>])
See Also
CURSORGETPROP(), CURSORSETPROP(), CURVAL(), GETFLDSTATE(), OLDVAL(), TABLEREVERT(), TABLEUPDATE()
Description
If the optional <workarea | alias> is specified, then the function will operate in the required location.
<expN2>
Value | Description |
---|---|
1 | Field has not been modified, deleted or recalled. |
2 | Field has been modified, deleted or recalled. |
Example
Products
Recital, Recital Server