The
MsgSortSel property is used to:
- Find out the wait message displayed when sorting and selecting the report records.
- Modify the wait message displayed when sorting and selecting the report records.
Remark: The wait message is defined in the characteristics of the report ("UI" tab of the report description).
RPT_MyReport.MsgSortSel = "Selecting invoices, please wait"
Syntax
Finding out the wait message Hide the details
<Result> = <Report used>.MsgSortSel
<Result>: Character string
Wait message for the specified report.
<Report used>: Report name
Name of the report to be used.
Modifying the wait message Hide the details
<Report used>.MsgSortSel = <New message>
<Report used>: Report name
Name of the report to be used.
<New message>: Character string
New wait message for the specified report.
Remarks
The MsgSortSel property applies only to reports.