| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > ReportManager Class > ReportManager Properties >====== DeferWindow (defer progress window) ====== | [[deferopenreport defer open .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[keepvisible keep progress window visible .htm|{{btn_next_n.gif|Next page}}]] | | || | | **DeferWindow** | **USHORT, PROTECTED** | {{blk2blue.jpg|blk2blue.jpg}} The **DeferWindow **property controls whether the ReportManager opens the progress window with the Open method or delays opening the progress window until the first timer cycle. A value of one (1 or True) delays the open until the first timer cycle; a value of zero (0 or False) opens the window immediately. The DeferWindow property gives you an opportunity to leave the progress window closed until there are actual records to process. **Implementation:** The TakeWindowEvent method implements the behavior specified by the DeferWindow property. **See Also:     **[[takewindowevent a virtual to process non field events windowmanager .htm|TakeWindowEvent]]