CURFILE parameter

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Current file

Summary

Default value
None
Parameter type
Fparms, tables, and user
Where set
View-only
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The name of the current file, that is, the default file context (if the default context is not a Model 204 group).

See also

  • The DEFCNTX and APDFCNTX parameters, which are quite similar to CURFILE but provide more information and with more accuracy.
  • The $Curfile function.

    Note: It is recommended that you use $Curfile rather than $View('CURFILE'); in some circumstances $Curfile returns more accurate information than the CURFILE parameter.

  • The DEFAULT and OPEN commands, which reset the file/group context.
  • The OPENC command, which does not reset the file/group context.
  • The CLOSE command, which might reset the file/group context.