Xbasic
CURRENT_HIGHLIGHTED_RECORDS Function
Syntax
OutputString as C = current_highlighted_number()
Description
The CURRENT_HIGHLIGHTED_RECORDS() function returns the rows currently highlighted in a browse.
Example
filter = current_highlighted_records()
order = "lastname"
report.preview("customer list", filter, order)Limitations
Desktop applications only.
See Also