Uniface Underground -> Undocumented.Features.Only. |
Name | getvalrep |
Synopsis | getvalrep field, $register |
Use | Allowed in form components |
Description | getvalrep
retrieves the valrep list of a field. No differences detected with $valrep(field)
excepts that only works with registers
Tested in 7.2.03 |
Example | $LIST$ = "W=Wait;P=In process;E=End"
setvalrep p_status, $LIST$ getvalrep p_status, $1 ; $1 = $LIST$ |