(form "10021" (size 61 16) (heading "CHOOSE OPTIONAL TABLES FOR NEW DATABASE") (label (position 2 3) (text "Database Name")) (label (position 2 4) (text "Database Type")) (label (position 2 5) (text "Mandatory Tables: collar survey translation")) (label (position 2 7) (text "Define the optional tables for the database")) (field "dbname" (position 20 3) (display_length 36) (background) (input disallowed)) (field "dbtyp" (position 20 4) (display_length 8) (background) (input disallowed)) (scroll_block (position 3 9) (size 49 6) (extra 0 1) (scroll_size 49 47) (repeat interactive (grow 0 1) (instances 1 (min 1) (max 47))) (main) (top (label (position 1 0) (text "Table name")) (label (position 15 0) (text "Table type")) (label (position 28 0) (text "Time dependent"))) (main (field "table_name" (position 1 0) (display_length 10) (input allowed) (max_length 18) (translate lower) (format db_charset) (null allowed) ) (field "table_type" (position 15 0) (display_length 8) (input allowed) (value_in "interval" "point" "discrete") (default "interval") (translate lower) (null allowed) (max_length 8) ) (field "time_dependent" (position 28 0) (display_length 1) (input allowed) (value_in "Y" "N") (default "N") (translate upper) (null allowed) (max_length 1) ) ) ) (default_buttons) )