qperr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Error Message
 
Error 117:  Invalid procedure or function reference
 
An attempt was made to assign a near procedure to a
procedure variable.
 
Procedure variables must refer to far procedures.
 
To correct the problem:
 
■ Turn on the Far Calls directive under the Compiler
  option in the Options menu.
 
■ Place the procedure declaration between the {$F+} and
  {$F-} directives.