I'd like to force the user to chose between Yes
and No
, and not let him add an entry where the value is initial.
This is regardless of whether I check the Initial
checkbox in the table definition.
Can this be done?
Domain data type : CHAR, 1 character, no conversion routine. Value range: single values: '1' description = 'Yes' '2' description = 'No'
You can edit the screen and set the field to mandatory. Be aware that you will loose the change if the screen is re-generated.