AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control Área de texto enriquecido
  • Example 1: Initializing the query before printing the report
  • Example 2: Initializing the query in the opening code of the report
iInitReportQuery (Example)
Example 1: Initializing the query before printing the report
The following example is used to initialize the query linked to the report just before printing the report. The print is started by iPrintReport.
// Use before iPrintReport
iInitReportQuery(RPT_SchoolReport, "Doe", "1994")
iPrintReport(RPT_SchoolReport)
Example 2: Initializing the query in the opening code of the report
The following example is used to initialize the query linked to the report in the opening code of the report.
// Use in the opening code of RPT_SchoolReport
PROCEDURE RPT_SchoolReport(StudentName, Year)
iInitReportQuery(RPT_SchoolReport, StudentName, Year)
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: 27/05/2022

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