(form "10050" (size 55 6) (help "10050_TIP_0") (heading "SELECT FORMAT FILE FOR LOAD / UNLOAD") (label (position 2 3) (text "Database Name")) (label (position 2 4) (text "Format File Name")) (label (position 2 5) (text "REPORT_FILE_NAME")) (field "dbname" (position 20 3) (display_length 24) (background) (input disallowed)) (field "dsc_file" (position 20 4) (display_length 24) (input allowed) (translate lower) (null disallowed) (max_length 256) (file (extension trim "*.dsc")) (help "10050_TIP_1")) (field "filename" (position 20 5) (display_length 24) (max_length "FIO_MAX_FILENAME_LENGTH") (translate lower) (input allowed) (null disallowed) (file output (extension trim "reports|*.log")) (help "REPORT_FILE_NAME_TIP")) (label (position 2 6) (text "Format")) (field "report_format" (position 20 6) (display_length 18.5) (input allowed) (null allowed) (value_in ".not - Surpac Note File" ".csv - Comma Separated (Spreadsheet)" ".htm - Hypertext Markup Language (Web)" ".html - Hypertext Markup Language (Web)" ".rtf - Rich Text Format (Microsoft Word)" ".pdf - Adobe Acrobat" ".ps - Postscript" ".log - Surpac log file")) (default_buttons) )