Desk Accessories
A collection of "mini-apps" included within Visual FoxPro. These utilities vary in usefulness. Ignored by Microsoft for several releases, once kept grudgingly in the product for "backward compatibility," these are being phased out.
Usage |
ACTIVATE WINDOW cWindowName DEFINE BAR cBarName OF _MSYSTEM PROMPT cPrompt |
Parameter |
Value |
Meaning |
cWindowName |
CALENDAR |
The Calendar/Diary applet. |
CALCULATOR |
The Calculator applet. |
|
FILER |
The Filer applet. VFP 3.x and earlier. |
|
PUZZLE |
The Puzzle game. VFP 3.x and earlier. |
|
cBarName |
_MST_DIARY |
The Calendar/Diary applet. |
_MST_CALCU |
The Calculator applet. |
|
_MST_FILER |
The Filer applet. |
|
_MST_PUZZL |
The Puzzle game. |
Example |
ACTIVATE WINDOW FILER |
See Also |
_CalcMem, _CalcValue, _DiaryDate, Calculator, Calendar/Diary, Filer, Puzzle |