(form "00108" (size 35 8) (heading "EXIT GRAPHICS") (label (position 5 3) (text "(E)xit from graphics")) (label (position 5 4) (text "(D)on't exit from graphics")) (label (position 5 5) (text "(S)ave and exit from graphics")) (label (position 5 6) (text "Select exit option")) (field "exit_mode" (position 25 6) (display_length 1) (input allowed) (value_in "E" "D" "S") (translate upper) (null disallowed) (max_length 1) ) (default_buttons) )