| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > DbAuditManager > DbAuditManager Methods >====== SetFM (determine log file status) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[openlogfile open the audit log file .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[dbchangemanager.htm|{{btn_next_n.gif|Next page}}]] | | || **SetFM(**//filename//**), PROTECTED** {{blk2blue.jpg|blk2blue.jpg}} | **SetFM** | Determines log file status. | | //filename// | A string constant, variable, EQUATE, or expression containing the label of the file that is audited. | The **SetFM **method is used to determine if the log file has been initialized by the AddLogFile method. A one (1 or True) value is returned if the log file has been correctly initialized into the LogFiles structure; a zero (0 or False) is returned otherwise. **Implementation:** The SetFM method is called by the AddItem and AppendLog methods. **Return Data Type:**     BYTE **See Also:**     [[additem maintain the columninfo structure .htm|AddItem]], [[appendlog initiate audit log file update .htm|AppendLog]]