(form "00236" (size 50 13) (heading "RECALL A FILE") (label (position 2 3) (text "Layer")) (label (position 2 4) (text "Location")) (label (position 2 5) (text "Id Range")) (label (position 2 7) (text "File Type")) (label (position 2 8) (text "Retain descriptions")) (label (position 2 9) (text "(A)ppend or (R)eplace")) (label (position 2 10) (text "Drawing styles file")) (label (position 2 11) (text "Rescale display")) (field "location" (position 14 4) (display_length 26) (input allowed) (null allowed) (max_length 26) (file (link "rid" "ftype") (extension "*.str,*.obs,*.dtm")) ) (field "rid" (position 14 5) (display_length 32) (input allowed) (format range) (null allowed) (max_length "MAX_RNG_LENGTH") ) (field "rng_label" (position 1 6) (display_length 13) (foreground (user_option "form_foreground")) (background) (input disallowed) (dependency (value "ftype") != "D") (value_in " String Range") (default " String Range")) (field "string_rng" (position 14 6) (display_length 32) (input allowed) (dependency (value "ftype") != "D") (format range) (null allowed) (max_length 32) ) (field "ftype" (position 14 7) (display_length 1) (input allowed) (value_in "S" "O" "D") (translate upper) (null allowed) (max_length 1) ) (field "swa_desc" (position 24 8) (display_length 1) (input allowed) (value_in "Y" "N") (translate upper) (null allowed) (max_length 1) ) (field "append" (position 24 9) (display_length 1) (input allowed) (value_in "A" "R") (translate upper) (null allowed) (max_length 1) ) (field "styles_file" (position 24 10) (display_length 20) (input allowed) (dependency (value "append") == "R") (translate none) (null allowed) (max_length 40) (file (extension "*.ssi")) ) (field "rescale" (position 24 11) (display_length 1) (input allowed) (value_in "Y" "N") (translate upper) (null allowed) (max_length 1) ) (field "swa_name" (position 14 3) (display_length 32) (input allowed) (translate lower) (null disallowed) (max_length "APP_MAX_LAYER_NAME_LENGTH") ) (default_buttons) )