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: Printing a report with parameters
  • Example: Printing a report in an HTML file
iPrintReport (Example)
Example: Printing a report with parameters
The following example is used to pass parameters to a report and to print this report.
// Print the report card for the student named Doe for the year 2000
iPrintReport(RPT_SchoolReportCard, "Doe", "2000")
// -- Report code
// Retrieve the parameters passed to the report and
// pass the default parameters for the report test
PROCEDURE RPT_SchoolReportCard(Name="Aaron", Year=1999)
Example: Printing a report in an HTML file
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