| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > EIPManagerClass > EIPManagerClass Methods >====== ResetColumn (reset edit-in-place object to selected field) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[next get the next edit in place field .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[run run the eipmanager .htm|{{btn_next_n.gif|Next page}}]] | | || **ResetColumn, VIRTUAL, PROTECTED** {{blk2blue.jpg|blk2blue.jpg}} The **ResetColumn** method selects the appropriate edit-in-place control based on the selected listbox field. **Implementation:** The ResetColumn method resets the FEQ to the selected ListControl field. **Example:** **EIPManager.TakeCompleted PROCEDURE(BYTE Force)** **  CODE** **  SELF.Column = 1** **  IF SELF.Again** **     SELF.ResetColumn** **  END** **See Also:**     [[feq the edit in place control number .htm|EditClass.FEQ]] , [[init initialize the eipmanagerclass object .htm|Init]], [[listcontrol listbox control number .htm|ListControl]], [[takeaction process edit in place action .htm|TakeAction]], [[takecompleted process completion of edit eipmanagerclass .htm|TakeCompleted]], [[takenewselection reset edit in place column eipmanagerclass .htm|TakeNewSelection]]