| **Navigation:**  [[introduction.htm|Language Reference]] > 9 -  Window and Report Attributes > Window and Report Attributes >====== AUTO (set USE variable automatic re-display) ====== | [[at set position and size .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[autosize set ole object resizing .htm|{{btn_next_n.gif|Next page}}]] | | || {{newc7.jpg|NewC7.jpg}} **AUTO** {{blk2blue.jpg|blk2blue.jpg}} The **AUTO** attribute (PROP:AUTO) specifies all window and toolbar controls' USE variables re-display on screen each time through the ACCEPT loop. This incurs some overhead, but ensures the data displayed is current, without requiring explicit DISPLAY statements. **Example:** **WinOne WINDOW,AT(,,380,200),MDI,CENTER,****AUTO****  !All controls values always display** **        !controls** **       END** ** CODE** **!ACCEPT automatically re-displays changed USE variables** ** ACCEPT** ** END**