| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > WindowManager > WindowManager Methods >====== AddUpdateFile (register batch add files) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[additem program the windowmanager object .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[ask display window and process its events windowmanager .htm|{{btn_next_n.gif|Next page}}]] | | || **AddUpdateFile( **//file manager //**)** {{blk2blue.jpg|blk2blue.jpg}} | **AddUpdateFile** | Registers FileManager objects with the WindowManager object. | | //file manager// | The label of the FileManager object for the file. | The **AddUpdateFile **method registers FileManager objects with the WindowManager object, for files whose record buffers must be saved and restored to support batch (repetitive) adds. **Implementation:** The WindowManager uses the update file's FileManager to save and restore the file's buffer. The InsertAction property specifies batch adds. **Example:** **ThisWindow.Init PROCEDURE()** **  CODE** ** !procedure code** **  SELF.AddUpdateFile(Access:Client)** ** !procedure code** **See Also:**     [[insertaction response to insert request .htm|InsertAction]]