Error loading file - record number n. object <or one of its members>. \Issue: error (Error 1881)

An error occurred while attempting to read in a form (.scx) or class (.vcx) file. Issue relates to either "Properties," "Methods," or "User Properties."

To resolve the error:

  1. To access the record referenced in the error, open the form or class as a table as follows:

     USE myform.scx
    
  2. To move to that record, use the GO command.

You can often find the cause of the error in the Properties, Methods, Class, Classloc, Objname, or Parent fields.

Note You should make a backup copy of your form and class file before modifying the contained records and fields directly.