(form "00501" (size 55 18) (help "00501_TIP_0") (heading "DEFINE LOG FILE FOR DRILL HOLES TO THE DATABASE") (label (position 2 3) (text "Define the log file to be created")) (label (position 2 4) (text "Filename")) (label (position 2 7) (foreground (user_option "form_text_highlight")) (text "The sample ID may consist of an alpha prefix and numeric ID")) (label (position 2 8) (foreground (user_option "form_text_highlight")) (text "by entering the starting ID for each hole OR, by combining the ")) (label (position 2 9) (foreground (user_option "form_text_highlight")) (text "hole ID with a number starting from 1 for each drill hole")) (label (position 2 10) (text "Sample ID method")) (label (position 2 11) (text "Prefix")) (label (position 2 12) (text "Number length")) (label (position 2 13) (text "Leading Zeros")) (label (position 2 15) (text "Table for saving samples")) (label (position 2 16) (text "Name")) (field "log_loc" (position 12 4) (display_length 26) (input allowed) (translate lower) (null disallowed) (max_length 26) (file output (extension trim "reports|*.log")) (help "00485_TIP_1")) (label (position 2 5) (text "Format")) (field "report_format" (position 12 5) (display_length 21) (input allowed) (null disallowed) (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")) (field "sample_id_method" (position 20 10) (display_length 26) (input allowed) (translate lower) (null allowed) (max_length 20) (value_in "define start sample" "increment from 1") (help "00501_TIP_2")) (field "prefix" (position 15 11) (display_length 2) (input allowed) (translate upper) (null allowed) (max_length 5) (dependency (value "sample_id_method") == "define start sample") (help (field "sample_id_method"))) (field "width" (position 15 12) (display_length 2) (input allowed) (low_bound 1) (high_bound 10) (format integer_4) (null disallowed) (max_length 2) (dependency (value "sample_id_method") == "define start sample") (help (field "sample_id_method"))) (field "leading_zeros" (position 15 13) (display_length 1) (input allowed) (value_in "Y" "N") (translate upper) (null allowed) (max_length 1) (dependency (value "sample_id_method") == "define start sample") (help (field "sample_id_method"))) (field "sample_table" (position 8 16) (display_length 18) (input allowed) (translate lower) (null disallowed) (help "00501_TIP_3")) (default_buttons) )