Auto MRU (Most Recently Used) Files
Auto Most Recently Used (MRU) functionality of IntelliSense is a list of available, most recently used files of the types associated with specific commands. When you type one of the listed commands in the Command window, Visual FoxPro displays a drop-down list of the appropriate MRU files. Auto MRU Files is activated by the spacebar key.
Specific Visual FoxPro commands seek and open files of a default set of file extension as described in the following list:
Command | File extensions and types |
---|---|
CD | path |
DO | .prg, .mpr, .qpr, .fxp, .app, .exe |
DO FORM | .scx |
LABEL FORM | .frx, .lbx |
MODIFY CLASS | .vcx |
MODIFY COMMAND | .prg, .mpr, .qpr |
MODIFY DATABASE | .dbc |
MODIFY FILE | any file type and extension |
MODIFY FORM | .scx |
MODIFY LABEL | .lbx |
MODIFY MENU | .mnx |
MODIFY PROJECT | .pjx |
MODIFY QUERY | .qpr |
MODIFY REPORT | .frx |
MODIFY VIEW | local and remote views |
OPEN DATABASE | .dbc |
REPORT FORM | .frx, .lbx |
SET DATABASE | .dbc |
USE | .dbf, view |
You can control MRU functionality through the Tools, Options Dialog Box and default IntelliSense functionality through the Visual FoxPro IntelliSense Manager Window.
See Also
IntelliSense Overview | Strong Typing in Class, Objects, and Variable code | Auto Table/Field/Variable Names | IntelliSense Support in Visual FoxPro | Using IntelliSense in Visual FoxPro | Customizing IntelliSense Using FoxCode