_FoxCode System Variable

Contains the name of the FOXCODE table used for Visual FoxPro IntelliSense.

_FoxCode [= cDBFFileName]

Parameters

  • cDBFFileName
    Specifies the name of the file to be used by IntelliSense in editors and the Command window.

Remarks

By default, the file is named FOXCODE.DBF and stored in your Windows user application folder or HOME( ) location.

The FOXCODE system table, like FOXUSER resource file, is opened at startup by Visual FoxPro. You can access the information in FoxCode.dbf with the following code.

USE (_foxcode) AGAIN SHARED

This setting is ignored at run time.

See Also

_Codesense System Variable | FoxCode Object Reference | Customizing IntelliSense | IntelliSense Overview | Using IntelliSense in Visual FoxPro | HOME( ) Function