(form "10056" (size 54 16) (heading "LOAD DATABASE TABLES FROM TEXT FILES") (label (position 3 3) (text "Perform overlapping sample check")) (field "overlapping_samples" (position 40 3) (display_length 1) (input allowed) (value_in "Y" "N") (default "Y") (null allowed) (max_length 1) ) (label (position 3 4) (text "Maximum errors allowed during load")) (field "maximum_errors" (position 40 4) (display_length 2) (input allowed) (max_length 5) (default "50") (format integer_4) (null disallowed) ) (scroll_block (position 3 7) (size 46 7) (extra 0 1) (scroll_size 46 100) (repeat (grow 0 1) (instances 1 (min 1) (max 100))) (main) (top (label (position 1 0) (text "Table Name")) (label (position 15 0) (text "Text File Name")) (label (position 32 0) (text "Load Type"))) (main (field "table_name" (position 1 0) (display_length 8) (input disallowed)) (field "text_file_name" (position 15 0) (display_length 11) (input allowed) (max_length 256) (null allowed) (file input (extension "*.txt,*.csv")) ) (field "load_type" (position 32 0) (display_length 10) (input allowed) (max_length 14) (value_in "Insert" "Update" "Ins/Upd") (default "Insert") (null allowed) )) ) (default_buttons) )