(form "10145" (size 45 11) (heading "UNDERGROUND STOPE OR DRIVE PICK UPS") (label (position 2 3) (text "Database Name")) (label (position 2 5) (text "Define the String File")) (label (position 2 6) (text "Location")) (label (position 2 7) (text "ID number")) (label (position 2 9) (text "Data entry from")) (label (position 25 9) (text "[K]eyboard or [F]ile")) (field "dbname" (position 18 3) (display_length 18) (background) (input disallowed)) (field "obsloc" (position 14 6) (display_length 26) (input allowed) (null disallowed) (max_length 26) (file output (link "obsid") (extension "*.str")) ) (field "obsid" (position 14 7) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (field "datasrc" (position 19 9) (display_length 1) (input allowed) (value_in "K" "F") (translate upper) (null allowed) (max_length 1) ) (default_buttons) )