(form "22000" (size 54 16) (mismatch ignore) (help "Rename the optional fields to a new name as they conflict with the mandatory fields of the new table.") (heading "RENAME THE OPTIONAL FIELDS") (scroll_block (position 2 11) (size 20 9) (extra 0 1) (scroll_size 20 100) (repeat (grow 0 1) (instances 1 (min 1) (max 100))) (main) (top (label (position 1 0) (text "fld_names")) (label (position 12 0) (text "renamed_flds"))) (main (field "fld_names" (position 1 0) (display_length 20) (input disallowed) (max_length 20)) (field "renamed_flds" (position 12 0) (display_length 20) (input allowed) (max_length "DB_NAME_LENGTH") (null allowed) (help "Rename the optional field to a new unique name. This name should not conflict with the mandatory field names in the new table"))) ) (menu (position 5 12) (size 13 1) (item (function "apply_button") (text "Apply") ) ) (menu (position 23 12) (size 13 1) (item (function "help_button") (text "Help") ) ) (menu (position 41 12) (size 13 1) (item (function "previous_button") (text "Previous") ) ) )