Difference between revisions of "SETFLDSTATE()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) (→<expN>) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
==Purpose== | ==Purpose== | ||
− | Function to | + | Function to assign a field modification or deletion marker value to a field or record |
==Syntax== | ==Syntax== | ||
− | SETFLDSTATE(<expC>, < | + | SETFLDSTATE(<expC> | <expN1>, <expN2> [, <workarea | alias>]) |
Line 16: | Line 16: | ||
If the optional <workarea | alias> is specified, then the function will operate in the required location. | If the optional <workarea | alias> is specified, then the function will operate in the required location. | ||
− | ====< | + | ====<expN2>==== |
{| class="wikitable" | {| class="wikitable" | ||
!Value||Description | !Value||Description |
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