| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > EditClass > EditClass Methods >====== TakeAccepted (validate EIP field) ====== | [[setreadonly set edit control to read only .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[takeevent process edit in place events .htm|{{btn_next_n.gif|Next page}}]] | | || **TakeAccepted (**//action//**), VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} The **TakeAccepted **method processes the accepted EIP field value and returns a value indicating whether to continue editing or to complete the field. If the EIPManager Class attribute SELF.REQ is TRUE, the field will be required, and the row can not be accepted if the field is blank. If the TakeAccepted method returns the EditAction:None equate, the EIP wil remain on the current field. Returning EditAction:Cancel cancels the EIP for the selection. **Return Data Type:     **BYTE **See Also:     **[[takeacceptall validate completed row .htm|EIPManager.TakeAcceptAll]]