(form "10020" (size 66 8) (help "10020_TIP_0") (heading "CHOOSE DATABASE TYPE") (label (position 2 3) (text "Database Name")) (label (position 2 4) (text "Database Type")) (label (position 2 5) (text "ODBC connect string")) (label (position 20 6) (text "y x z survey and sample co-ordinates")) (field "dbname" (position 25 3) (display_length 36) (background) (input disallowed)) (field "dbtyp" (position 25 4) (display_length 10) (input allowed) (translate lower) (null allowed) (max_length 10) (help "CREATE_DATABASE_TYPE_TIP")) (field "odbc_str" (position 25 5) (display_length 25) (input allowed) (translate none) (null allowed) (max_length 100) (dependency (value "dbtyp") == "odbc") (help "10020_TIP_2")) (field "xyzcal" (position 2 6) (display_length 15) (input allowed) (value_in "STORED" "CALCULATED") (default "CALCULATED") (translate upper) (null allowed) (max_length 12) (help "10020_TIP_3")) (default_buttons) )