CURRENT_HIGHLIGHTED_RECORDS()
Syntax
OutputString as C = CURRENT_HIGHLIGHTED_RECORDS()
Description
The CURRENT_HIGHLIGHTED_RECORDS() function returns the rows currently highlighted in a browse. For example:
Supported By
Alpha Five Version 5 and Above
Limitations
Desktop applications only.
Example
filter = current_highlighted_records() order = "lastname" report.preview("customer list", filter, order) |
See Also