(form "70005" (size 61 16) (help "70005_TIP_0") (heading "CHOOSE OPTIONAL TABLES FOR NEW DATABASE") (label (position 2 3) (text "Database Name")) (label (position 32 3) (text "Database Type")) (label (position 2 4) (text "Mandatory Tables: collar survey translation charge pivots styles contacts sample")) (label (position 2 6) (text "Define the optional tables for the database")) (field "dbname" (position 16 3) (display_length 10) (background) (input disallowed) ) (field "dbtyp" (position 47 3) (display_length 8) (background) (input disallowed) ) (scroll_block (position 3 8) (size 49 6) (extra 0 1) (scroll_size 49 45) (repeat interactive (grow 0 1) (instances 1 (min 1) (max 45))) (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) (help "70005_TIP_1") ) (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) (help "70005_TIP_2") ) (field "time_dependent" (position 28 0) (display_length 1) (input allowed) (value_in "Y" "N") (default "N") (translate upper) (null allowed) (max_length 1) (help "10023_TIP_2") ) ) ) (default_buttons) )