AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de reportes y controles asociados
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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).
Ejemplo
RPT_MyReport.MsgSortSel = "Selecting invoices, please wait"
Sintaxis

Finding out the wait message Ocultar los detalles

<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 Ocultar los detalles

<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.
Observaciones
The MsgSortSel property applies only to reports.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

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