Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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:
COMMAND = cVisualFoxProCommand- Or -
COMMAND = DO ProgramNameA 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.