PREVIEW_BROWSE()
Syntax
PREVIEW_BROWSE( Browse_Name as C [, Filter_Expression as C [, Order_Expression as C [, Modal as L [, Session_Modal as L ]]]] )
Argument | Description |
Browse_Name | The name of a saved browse. |
Filter_Expression | Optional. Default = ".T." (All records). A character filter expression that evaluates to a logical value and selects records from the table. |
Order_Expression | Optional. Default = record order. A character order expression that sorts selected records. |
Modal | Optional. Default = .F.
|
Session_Modal | Optional. Default = .T.
|
Description
PREVIEW_BROWSE() creates the selected browse and then displays a preview of the browse.
Supported By
Alpha Five Version 5 and Above
Limitations
Desktop applications only.
Example
preview_browse("Invoice", "Invoice_Number > " + quote("000001"), "Date", .T., .T.) |
See Also