ERR: "File Does Not Exist" or "Syntax Error" on READ Command
PSS ID Number: 103090
Article Last Modified on 6/30/2004
The information in this article applies to:
- Microsoft FoxBASE+ for Macintosh 2.01
This article was previously published under Q103090
SYMPTOMS
The error message "File Does Not Exist" occurs on the READ command in
a program after a VALID function is executed. This error may also
occur in a format file after a VALID function is executed. In releases
of FoxBASE+/Mac before June 1992, the error that results may be
Syntax Error
instead of
File Does Not Exist.
CAUSE
When a user-defined function (UDF) is called from the VALID clause of
a GET, the UDF must return a value; otherwise, the error
File Does Not
Exist
or
Syntax Error
will occur.
RESOLUTION
To eliminate the error in the sample below, change the last line of
MYVAL.PRG from RETURN to RETURN .T..
Additional query words: format .fmt syntax
Keywords: KB103090
Technology: kbAudDeveloper kbFoxBASE201Mac kbFoxBASESearch kbFoxproSearch kbHWMAC kbOSMAC