| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > FileManager > FileManager Properties >====== SkipHeldRecords (HELD record switch) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[savepreviousbuffer saved buffer storage .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[usemrp ipd multiple request packet support fm.htm|{{btn_next_n.gif|Next page}}]] | | || | | **SkipHeldRecords** | **BYTE** | {{blk2blue.jpg|blk2blue.jpg}} The **SkipHeldRecords **property contains a value that tells the file manager how to react when it encounters held records. See the //Language Reference// for more information on [[hold exclusive record access .htm|HOLD]]. A value of one (1) skips or omits the held record and continues processing; a value of zero (0) aborts the current operation. **Implementation:** The Init method sets the SkipHeldRecords property to a value of zero (0). The Next, TryNext, Previous, and TryPrevious methods implement the action specified by the SkipHeldRecords property when an attempt to read a record fails because the record is held. **See Also:**     [[init initialize the filemanager object .htm|Init]], [[next get next record in sequence .htm|Next]], [[previous get previous record in sequence .htm|Previous]], [[trynext try to get next record in sequence .htm|TryNext]], [[tryprevious try to get previous record in sequence .htm|TryPrevious]]