(form "10023" (size 66 8) (help "10023_TIP_0") (heading "CHOOSE NAME AND TYPE FOR NEW TABLE") (label (position 2 3) (text "Database Name")) (label (position 2 4) (text "Table Name")) (label (position 2 5) (text "Table Type")) (label (position 2 6) (text "Time Dependent")) (field "dbname" (position 20 3) (display_length 36) (max_length 36) (input disallowed)) (field "table_name" (position 20 4) (display_length 18) (input allowed) (translate lower) (format db_charset) (null disallowed) (max_length 18) (help "00801_TIP_1")) (field "table_type" (position 20 5) (display_length 8) (input allowed) (value_in "interval" "point" "discrete") (translate lower) (null disallowed) (max_length 8) (help "10023_TIP_2")) (field "time_dependent" (position 20 6) (display_length 1) (input allowed) (value_in "Y" "N") (default "N") (translate upper) (null allowed) (max_length 1) (help "10023_TIP_3")) (default_buttons) )