(form "10153" (size 60 16) (help "10153_TIP_0") (heading "UNDERGROUND CHAIN AND OFFSET SURVEY") (label (position 2 3) (text "Database Name")) (field "dbname" (position 20 3) (display_length 18) (background) (input disallowed)) (scroll_block (position 2 5) (size 56 10) (extra 0 1) (scroll_size 56 200) (repeat interactive (grow 0 1) (instances 1 (min 1) (max 200))) (top (label (position 1 0) (text "Chainage")) (label (position 11 0) (text "Offset")) (label (position 22 0) (text "Up")) (label (position 33 0) (text "Down")) (label (position 44 0) (text "Break")) ) (main (field "chain" (position 1 0) (display_length 8) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 8) (initialise (value "chain(-1)")) (help "10153_TIP_1")) (field "ofset" (position 11 0) (display_length 8) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 8) (initialise (value "ofset(-1)")) (help "10153_TIP_2")) (field "up" (position 22 0) (display_length 8) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 8) (initialise (value "up(-1)")) (help "10153_TIP_3")) (field "down" (position 33 0) (display_length 8) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 8) (initialise (value "down(-1)")) (help "10153_TIP_4")) (field "break" (position 44 0) (display_length 1) (input allowed) (value_in "Y" "N") (translate upper) (null allowed) (max_length 1) (initialise (value "break(-1)")) (help "10153_TIP_5")) ) ) (default_buttons) )