(form "01323" (size 80 19) (heading "SAVE DRILLHOLE COMPOSITES") (label (position 2 3) (text "Save composites to database") ) (label (position 2 4) (text "Composite table") ) (label (position 2 5) (text "Composite field") ) (field "save_composites" (position 14 3) (display_length 2) (null disallowed) (max_length 2) (input allowed) (value_in "Y" "N") (default "N") ) (field "table_name" (position 14 4) (display_length 11) (input allowed) (max_length 18) (null allowed) (dependency (value "save_composites") == "Y") ) (field "field_name" (position 14 5) (display_length 11) (input allowed) (max_length 18) (null allowed) (dependency (value "save_composites") == "Y") ) (default_buttons) )