Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The record number in a FileGet, FilePut, FileGetObject, or FilePutObject statement is less than or equal to zero.
To correct this error
- Check the calculations used in generating the record number. Verify spelling of the variables containing the record number or used in calculating record numbers. A misspelled variable name is implicitly declared and initialized to zero, unless you used Option Explicit On in the module.