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.
Contains the name of the application that provides the Code References tool.
_FOXREF = cFoxRefApplication
Parameters
- cFoxRefApplication
Specifies the name of the Visual FoxPro program used to handle Code Reference searches.
Remarks
By default, the _FOXREF system variable points to the following file:
HOME( ) + "FoxRef.app"
You can change this setting in the File Locations tab of the Options dialog box.
You can call this application directly as follows:
DO (_FOXREF) WITH ParameterList
ParameterList specifies parameters to pass to the program or procedure. The parameters listed in ParameterList can be expressions, memory variables, literals, fields, or user-defined functions. By default, parameters are passed to programs and procedures by reference. You can pass a parameter by value by placing it in parentheses.
See Also
System Variables | DO Command | File Locations Tab, Options Dialog Box | Look Up Reference Dialog Box | Code References Window | Viewing Code Definitions