(form "00325" (size 66 17) (help "00325_TIP_0") (heading "DEFINE ENTITY COLOUR FILL ATTRIBUTES") (label (position 2 3) (foreground (user_option "form_text_highlight")) (text "Note: This attribute only works with HPGL2 compatible plotters")) (label (position 2 5) (text "Apply to")) (label (position 2 7) (text "Define either a Lookup file and Lookup field or, a pen number")) (label (position 2 8) (text "Lookup file")) (label (position 2 9) (text "Lookup field")) (label (position 2 10) (text "Determine colour by")) (label (position 2 11) (text "match = an exact match is required to determine the colour")) (label (position 2 12) (text "bounds = a numeric value must be between low and high")) (label (position 9 13) (text "bounds to determine the colour")) (label (position 2 14) (foreground (user_option "form_text_highlight")) (text "or")) (label (position 2 15) (text "Pen number")) (field "fill_option" (position 15 5) (display_length 7) (input allowed) (value_in "segment" "string") (default "segment") (translate lower) (null allowed) (help "00325_TIP_1")) (field "lu_file" (position 19 8) (display_length 30) (input allowed) (translate lower) (null allowed) (max_length 40) (help "00325_TIP_2")) (field "lu_field" (position 19 9) (display_length 6) (input allowed) (translate upper) (format string_field) (default "D1") (null disallowed) (dependency (value "lu_file") != "") (help "00325_TIP_3")) (field "colour_method" (position 21 10) (display_length 5) (input allowed) (translate none) (value_in "match" "bounds" ) (default "match") (null disallowed) (dependency (value "lu_file") != "") (help "00325_TIP_4")) (field "pen" (position 15 15) (display_length 2) (input allowed) (format integer_4) (low_bound 1) (high_bound 99) (null disallowed) (default "1") (dependency (value "lu_file") == "") (help "00325_TIP_5")) (default_buttons) )