ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with reports and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
MsgSortSel (Property)
In french: MsgTriSel
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).
Example
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.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help