Data Formatting Language
These commands and functions make it possible for you to format and display data from records, fields, memory variables, or arrays. They also make it possible for you to manipulate general screen or window display features.
Use |
To |
---|---|
Print or display lines of text. |
|
Evaluate an expression and send the results to the main Visual FoxPro window, an active user-defined window, or the printer. |
|
Clear a portion of the main Visual FoxPro window or a user-defined window. |
|
Change the color of existing text within an area of the screen. |
|
Send all subsequent output to the main Visual FoxPro window instead of to the active user-defined window. |
|
Add one or more records to the end of a table. |
|
Opens the browse window and displays records from a table. |
|
Display fields for editing. |
|
Release specified items from memory. |
|
Close various file types. |
|
Open the form designer. |
|
Display record contents and expression results for the current table. |
|
Truncate long path expressions to a specified length for display. |
|
Display fields for editing. |
|
Create a user-defined function in a program file. |
|
Return a number corresponding to the first mouse click or key press in the type-ahead buffer. |
|
Display table or environment information without pausing the main Visual FoxPro or user-defined window. |
|
Display a user-defined dialog box. |
|
Open the Form Designer so you can modify or create a form. |
|
Return a position or dimension of a control or object relative to its form. |
|
Restore the main Visual FoxPro window or a user-defined window previously saved to the screen buffer, a variable, or an array element. |
|
Restore the main Visual FoxPro window or a user-defined window previously saved to the screen buffer, a variable, or an array element. |
|
Return the number of columns available in the main Microsoft Visual FoxPro window. |
|
Scroll an area of the main Visual FoxPro window or a user-defined window up, down, left, or right. |
|
Determine whether Visual FoxPro carries data forward from the current record to a new record created with INSERT, APPEND, and BROWSE. |
|
Specify the colors of a color scheme or copies one color scheme to another color scheme. |
|
Load a previously defined color set. |
|
Specify whether the user can exit a text box by typing past the last character in the text box. |
|
Enable or disables output to the main Visual FoxPro window or to the active user-defined window from within programs. |
|
Determine whether the insertion point is displayed when Visual FoxPro waits for input. |
|
Specify the number of decimal places displayed in numeric expressions. |
|
Direct output from @ ... SAY to the screen, a printer, or a file. |
|
Specify if the number of decimal places used in the display of numeric data is fixed. |
|
Determine whether column headings are displayed for fields and whether file information is included when TYPE is issued to display the contents of a file. |
|
Specify a delimiter for the display of date expressions. |
|
Specify the displayed width of memo fields and character expressions. |
|
Define a message for display in the main Visual FoxPro window or in the graphical status bar, or specifies the location of messages for user-defined menu bars and menu commands. |
|
Specify the reporting interval of the record counter for commands that process records. |
|
Determine whether a space is displayed between fields or expressions when you use the ? or ?? command. |
|
Enable or disable the evaluation of fields, variables, array elements, functions, or expressions that are surrounded by text-merge delimiters, and specify text-merge output. |
|
Specify the set of text-merge delimiter characters to use other than the default. |
|
Return the number of rows available in the main Visual FoxPro window. |
|
Return the name of the current format file. |
|
Turn the insertion point on or off. |
|
Send lines of text specified by TextLines to the current output device. |
|
Return a character string from an expression in a format determined by a format code. |