(form "10110" (size 65 7) (help "10110_TIP_0") (heading "CHOOSE TYPE OF SURVEY DATABASE") (label (position 3 3) (text "Database Name")) (label (position 3 4) (text "Database Type")) (label (position 3 5) (text "ODBC connect string")) (field "dbname" (position 20 3) (display_length 36) (background) (input disallowed)) (field "dbtyp" (position 20 4) (display_length 12) (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")) (default_buttons) )