Program Execution
These commands and functions make it possible for you to control how Microsoft Visual FoxPro programs are executed, suspended, and terminated.
Use |
To |
---|---|
Create a standard application (.app) file from a Visual FoxPro project. |
|
Create a single-threaded Windows dynamic-link library (.dll), or Automation server, using class definitions from a Visual FoxPro project. |
|
Create an executable (.exe) file from a Visual FoxPro project. |
|
Create a Visual FoxPro project table (.pjx) file by opening, processing, and including one or more specified program, menu, report, label, form, or library files in the project. |
|
End execution of the current Visual FoxPro program file. |
|
Release the specified item or items from memory. |
|
Close various file types. |
|
Compile one or more specified source files and creates an object file for each source file. |
|
Open the Project Manager so you can create a project. |
|
Create and release compile-time constants. |
|
Execute a Visual FoxPro program or procedure. |
|
Run a compiled form or form set created with the Form designer. |
|
Enable you to run multiple lines of code from variables, tables, and other text at runtime. |
|
Create a user-defined function in a program file. There are two versions of the syntax. |
|
Conditionally includes source code at compile-time. |
|
Instruct the Visual FoxPro preprocessor to treat the contents of a specified header file as if it appeared in a Visual FoxPro program. |
|
Specify a default header file included with user-defined classes, forms, or form sets. |
|
Assign data passed from a calling program to local variables or arrays. |
|
Display a user-defined dialog box. |
|
Open the Project Manager so you can modify or create a project file. |
|
Assign data from a calling program to private variables or arrays. |
|
Return the number of parameters passed to the most recently called program, procedure, or user-defined function. |
|
Create a user-defined procedure in a program file. There are two versions of the syntax. |
|
Close procedure files opened with SET PROCEDURE. |
|
Continue execution of a suspended program. |
|
Return program control to a calling program. |
|
Execute external operating commands or programs. |
|
Determine whether pressing the ESC key interrupts program and command execution. |
|
Open an external API (application programming interface) library file. |
|
Determine whether to send Visual FoxPro compilation error messages to a text file. |
|
Open a procedure file. |
|
Enable or disables the Visual FoxPro system menu bar during program execution, and allows you to reconfigure it. |
|
Specify whether Visual FoxPro passes variables by value or by reference to parameters in procedures and user-defined functions (UDFs). |
|
Pause program execution and returns to interactive Visual FoxPro. |
|
Return a unique 10-character procedure name that begins with an underscore followed by a combination of letters and numbers. |
|
Display a message and pauses Visual FoxPro execution until the user presses a key or clicks the mouse. |