ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPrintReport (Function)
Prints a report created with the report editor.
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
WLanguage functions available for a report
Most WLanguage functions can be used in the events of a report (created with the report editor)......
PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Native PostgreSQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to PostgreSQL......
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
Printing bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to print bar codes....
iParameterXLS (Function)
Defines the options for the XLS file generated during the print.
CertificateExtract (Function)
Extracts a certificate from a signature buffer or from a print duplicate.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
iTextHeight (Function)
Calculates the height of the font for the text to print (in millimeters).
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
iPageEnd (Function)
Forces the move to the next page during the report print.