(form "00503" (size 60 12) (help "00503_TIP_0") (heading "DATABASE TABLE STATISTICS - REQUIRED FIELDS") (label (position 2 3) (text "Table")) (field "table" (position 8 3) (display_length 10) (input disallowed)) (scroll_block "main" (position 2 5) (size 50 5) (extra 0 1) (scroll_size 50 60) (repeat interactive (grow 0 1) (instances 1 (min 1) (max 60))) (top (label (position 1 0) (text "Field")) (label (position 13 0) (text "Min Value")) (label (position 25 0) (text "Max Value")) (label (position 37 0) (text "Cut Value")) ) (main (field "field_name" (position 1 0) (display_length 10) (input allowed) (max_length 18)) (field "min_value" (position 13 0) (display_length 10) (input allowed) (format real_8) (default "0") (max_length 16)) (field "max_value" (position 25 0) (display_length 10) (input allowed) (format real_8) (default "999") (max_length 16)) (field "cut_value" (position 37 0) (display_length 10) (input allowed) (translate lower) (default "999") (max_length 16)) ) ) (default_buttons) )