AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de impresión
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
Used to select the directory in which the images must be generated during a print in HTML format.
Example
// Generate the images in the "Temp" sub-directory of the "_WEB" directory
iDirImageHTML(iDirectoryWeb, "Temp")
 
// Print in HTML format
iDestination(iHTML)
 
// Print the report
iPrintReport(RPT_MyReport)
 
// Open the generated HTML file in the browser
FileDisplay(iLastFile())
Syntax
iDirImageHTML(<Directory> [, <Subdirectory>])
<Directory>: Integer constant
Directory in which the images must be generated when printing in HTML format:
iDirectoryHTMLDirectory where the HTML file is generated. This directory is selected by iDestination.
The images generated in this directory cannot be displayed by FileDisplay.
iDirectoryWeb"<MyProject>_WEB" directory of site. This directory must be accessible in read/write mode.
The images generated in this directory can be displayed using FileDisplay.
<Subdirectory>: Optional character string
Subdirectory relative to the directory specified in <Directory>. If no sub-directory is specified, the images will be generated in the directory specified in <Directory>.
Component: wd290prn.dll
Versión mínima requerida
  • Versión 10
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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