(form "10043" (size 68 7) (heading "COPY DRILLHOLE DATABASE DEFINITION") (label (position 2 3) (text "New Database Name")) (label (position 2 4) (text "Destination directory")) (field "dbcpname" (position 26 3) (display_length 36) (input allowed) (translate lower) (null disallowed) (max_length 36) (file output (extension trim "*.ddb,*.sdb")) ) (field "dbpath" (position 26 4) (display_length 36) (input allowed) (max_length 256) (translate lower) (null allowed) (directory) ) (default_buttons) )