Xbasic
A5_REPORT_SAVED Function
Syntax
V a5_report_saved(C name )
Arguments
- name
The name of the report that the user wants to save.
Description
The A5_REPORT_SAVED() function allows users of Runtime Plus to save named reports.
Example
a5_report_saved("All Customers")
Limitations
Desktop applications only.
See Also