(form "12040" (size 50 8) (help "12040_TIP_0") (heading "DEFINE THE DATA TO BE DISPLAYED") (label (position 2 3) (text "Define the table number and range of D fields to display")) (label (position 2 4) (text "Table number")) (label (position 2 5) (text "Field range")) (label (position 2 6) (text "Coloured bar graphs")) (field "table" (position 25 4) (display_length 2) (input allowed) (low_bound 1) (high_bound 5) (format integer_4) (null disallowed) (max_length 2) (help "12040_TIP_1")) (field "drange" (position 25 5) (display_length 10) (input allowed) (max_length 32) (format range) (null disallowed) (help "12040_TIP_2")) (field "coloured" (position 25 6) (display_length 1) (input allowed) (value_in "Y" "N") (translate upper) (null allowed) (max_length 1) (help "12040_TIP_3")) (default_buttons) )