Printing (Visual FoxPro)
These commands and functions make it possible for you to print or display data from records or memory variables to the screen, a printer, or an output file.
Use |
To |
---|---|
Specify the number of columns in an ASCII text file created with the ASCII keyword in the REPORT FORM command. |
|
Specify the number of rows in an ASCII text file created with the ASCII keyword in the REPORT FORM command. |
|
Print or display lines of text. |
|
Evaluate expressions and sends the results to the main Visual FoxPro window, an active user-defined window, or the printer. |
|
Send output directly to the printer. |
|
Store information about currently installed printers into an array. |
|
Close various file types. |
|
Display record contents and expression results for the current table in the main Visual FoxPro window or a user-defined window. |
|
Send a formfeed to the printer. |
|
Send a conditional page advance to the printer. |
|
Display the Printer dialog box and returns the name of the selected printer. |
|
Display table or environment information without pausing the main Visual FoxPro or user-defined window. |
|
Specify a command that executes when printed output reaches a specified line number in a report or when you issue EJECT PAGE. |
|
Return the current column position of the printer's print head. |
|
Activate the settings for print job system variables. |
|
Return the current row number of the printer's print head. |
|
Return the current specified printer setting. |
|
Display or print a report specified by a report definition (.frx) file, for example, created with the CREATE REPORT or MODIFY REPORT command. |
|
Set the left printer margin. |
|
Load a printer driver setup or clears the current printer driver setup. |
|
Enable or disable output to the printer or routes output to a file, port, or network printer. |
|
Return the current print device. |
|
Display the Visual FoxPro default or report Page Setup dialog box or sets printer settings for the default printer in Visual FoxPro or for the report printer environment. |
|
Display the contents of a file. |
See Also
Reference
Print Dialog Box (Visual FoxPro)