(form "01105" (size 25 10) (help "01105_TIP_0") (heading "LOG FORMAT FILE") (field "function" (position 2 4) (display_length 1) (foreground (user_option "form_background")) (background (user_option "form_background")) (input disallowed) (max_length 50) ) (label(position 2 3)(text "Format File Name") ) (field "fname" (position 2 4) (display_length 20) (input allowed) (translate lower) (null disallowed) (max_length 30) (file(extension "*.lpf")) (help "01105_TIP_1") ) (label(position 2 6)(text "Modify Format ") ) (field "modify" (position 13 6) (display_length 3) (input allowed) (null disallowed) (max_length 4) (value_in "Yes" "No") (default "No") (help "01105_TIP_2") ) (field "select_label" (position 2 7) (display_length 12) (background (user_option "form_background")) (input disallowed) (null disallowed) (max_length 4) (default "Selection Type") (dependency(value "function") == "GRAPHICS DB DRILLHOLE LOG") ) (field "select_field" (position 13 7) (display_length 4) (input allowed) (null disallowed) (max_length 7) (value_in "Single" "Box") (default "Single") (dependency(value "function") == "GRAPHICS DB DRILLHOLE LOG") (help "01105_TIP_3") ) (default_buttons) )