AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de reportes y controles asociados
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.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local