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 / Funciones WLanguage / Funciones estándar / Funciones de impresión
  • Overview
  • Printing via infrared
  • Printing via a PCL file
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
Step 4: Start printing
Overview
To start the print job, simply use iEndPrinting.
Printing via infrared
WINDEVWEBDEV - Código ServidorWindows If the computer and the associated printer are equipped with an infrared port, the print job is performed when iEndPrinting is called.
Reminder The printer used has been previously selected using iDestination, iParameter or iConfigure.
Printing via a PCL file
WINDEVWEBDEV - Código ServidorWindows WINDEV and WEBDEV also let you print using a PCL file (Printer Control Language).
To perform this type of print:
  1. Specify the PCL file to create (iDestination).
    For example:
    iDestination(iPCL, "C:\MyDocuments\MyFile.PCL")
  2. Copy the PCL file from the PC to the printer that will be used.
    For example:
    • using the fCopyFile function.
    • by entering a command line (in the Windows "Run" dialog box).
      Copy "<PCLFile>" "<PrinterUsed>"
Note From the printer configuration window (function iConfigure or iParameter), the user can also create a PCL file.
Ver también
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/03/2025

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