Uniface Underground -> Undocumented.Features.Only. |
Name | setvalrep |
Synopsis | setvalrep field, List |
Use | Allowed in form components |
Description | setvalrep
assings a list to the valrep of a field. No differences detected with $valrep(field)
= list
Tested in 7.2.03
|
Example | $LIST$ = "W=Wait;P=In process;E=End"
setvalrep process_status, $LIST$ |