ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with reports and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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.
Note: The waiting message is defined in the report characteristics ("UI" tab in the report description).
Example
ETAT_MonEtat.MsgTriSel = "Veuillez patienter, sélection des factures à imprimer"
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/10/2025

Send a report | Local help