ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmulateError (Function)
Emulates the next call to Error and automatically clicks the "OK&quot button.
EmulateInfo (Function)
Emulates the next call to Info and automatically clicks the "OK&quot button.
EmulateWarning (Function)
Emulates the next call to Warning and automatically clicks the "OK&quot button.
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
Step 1: Configuring the print parameters
This step allows you to choose......
Report viewer: "Annotate" tab
Does your application allow you to print several reports? The end user has the ability to write annotations from the report viewer......
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
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.)......
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
23. Print modes
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
iSequencingAddPDF (Function)
Adds a print of PDF document into a sequence of report prints.
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)....
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
grPrint (Function)
Prints a chart.
<Chart>.Print (Function)
Prints a chart.
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
iSequencingAddDoc (Function)
Adds a print of Word Processing document into a sequence of report prints.