Xbasic

PRINT_BROWSE Function

Syntax

C print_browse(C browse_name [,C filter [,C order [,* options ]]])

Arguments

browse_name

The name of a saved browse. Character

filter

Optional. Default = ".T." (All records). A character filter expression that evaluates to a logical value and selects records from the table.

order

Optional. Default = record order. A character order expression that sorts selected records.

options

*

Description

PRINT_BROWSE() creates the selected browse and then displays the Print dialog box.

Example

PRINT_BROWSE("Invoice", "Invoice_Number > " + quote("000001"), "Date")

Limitations

Desktop applications only.

See Also