TableEditType property: RecordFieldDefn class
Description
Use this property to set or return the table edit type of a record field definition. The values can be one of the following:
| Numeric Value | Constant Value |
|---|---|
|
0 |
%EditTableType_NoEdit |
|
1 |
%EditTableType_Prompt |
|
2 |
%EditTableType_YesNo |
|
3 |
%EditTableType_Translate |
|
4 |
%EditTableType_OneZero |
The default value is %EditTableType_NoEdit.
Note:
You use %EditTableType_NoEdit when there is no table edit and also when there is a table edit and its type is PromptTable with No Edit.
Example
&recField.TableEditType = %EditTableType_Prompt;