(form "20185" (size 45 8) (help "20185_TIP_0") (heading "CLEAR MODEL") (label (position 2 3) (text "Clear all Attribute's")) (label (position 2 4) (text "Attribute Name")) (label (position 2 5) (text "Apply Constraints?")) (field "all" (position 20 3) (display_length 1) (input allowed) (value_in "Y" "N") (auto_next off) (default "N") (translate upper) (null allowed) (max_length 1)) (field "att_name" (position 20 4) (display_length 20) (input allowed) (max_length "BM_MAX_ATT_NAME_LEN") (dependency (value "all") == "N") (null allowed)) (field "constrain" (position 20 5) (display_length 1) (input allowed) (value_in "Y" "N") (default "N") (translate upper) (null allowed) (max_length 1)) (default_buttons) )