JavaScript Editor js editor     Web development 



Main Page

Specifies the name of the application that runs when you start Visual FoxPro.

_STARTUP = ProgramName

Parameters

ProgramName


Specifies the application that is run when you start Visual FoxPro. You must include _STARTUP in your Visual FoxPro configuration file. You can also specify a command or program to run when Visual FoxPro starts by including one of the following in your configuration file:
В Copy Code
COMMAND = cVisualFoxProCommand
- Or -
В Copy Code
COMMAND = DO ProgramName
A startup application specified with _STARTUP always runs before a command or program specified with COMMAND in your configuration file.

Remarks

You can also specify a startup application in the Files Location tab of the Options dialog.

See Also



JavaScript Editor js editor     Web development 
R7