| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Runtime VIEW and FILE Properties >====== PROP:FetchSize ====== | [[prop duplicatekey.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop field.htm|{{btn_next_n.gif|Next page}}]] | | || Property of a FILE or VIEW which sets or gets the //pagesize// parameter for the last BUFFER statement executed. **Example:** ** CODE  ** ** OPEN(MyFile)** ** BUFFER(MyFile,10,5,2,300)  !10 records per page, 5 pages behind and 2 read-ahead,** **               !  with a 5 minute timeout** ** MyFile{****PROP:FetchSize****} = 1  !Change fetch rate to one record at a time**