Links are not active on this page.
 _FOXCODE System Variable

Specifies the name of the table file used for Visual FoxPro IntelliSense.

_FOXCODE [= cDBFFileName]

Parameters

cDBFFileName

Specifies the name of the file containing the table that defines IntelliSense functionality. By default, _FOXCODE specifies a file named FoxCode.dbf, which is stored in your Windows user application folder or HOME(1) location.

Expand imageRemarks

Like the resource file FoxUser.dbf, FoxCode.dbf opens at Visual FoxPro startup.

For information about accessing information in FoxCode.dbf, see Customizing IntelliSense in Visual FoxPro.

Expand imageSee Also