(form "10055" (size 51 14) (help "10055_TIP_0") (heading "UNLOAD DATABASE TABLES TO TEXT FILES") (scroll_block (position 6 4) (size 39 8) (extra 0 1) (scroll_size 39 100) (repeat (grow 0 1) (instances 1 (min 1) (max 100))) (main) (top (label (position 1 0) (text "Table Name")) (label (position 16 0) (text "Text File Name"))) (main (field "table_name" (position 1 0) (display_length 10) (input disallowed)) (field "text_file_name" (position 16 0) (display_length 15) (input allowed) (max_length 256) (null disallowed) (file output (extension "*.txt")) (help "10055_TIP_1"))) ) (default_buttons) )