(form "00866" (size 54 12) (heading "Save Stations With Warning Action?") (scroll_block (position 2 5) (size 20 9) (extra 0 1) (scroll_size 20 1000) (repeat (grow 0 1) (instances 1 (min 1) (max 1000))) (main) (top (label (position 1 0) (text "Station")) (label (position 12 0) (text "Save station to database?"))) (main (field "station_name" (position 1 0) (display_length 20) (input disallowed)) (field "save_station" (position 12 0) (display_length 15) (input allowed) (value_in "Y" "N") (default "Y") (max_length 1) (translate upper) (null allowed))) ) (default_buttons) )