ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with reports and controls
  • Print queue
  • Limit
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
NbLabelCopy (Property)
In french: NbExemplaireEtiquette
The NbLabelCopy property is used to:
  • Get the number of copies of identical labels.
  • Change the number of copies of identical labels.
Example
// Print 5 copies of each label found in "RPT_Report1"
RPT_Report1.NbLabelCopy = 5
Syntax

Getting the number of copies of identical labels Hide the details

<Result> = <Report used>.NbLabelCopy
<Result>: Integer
Number of copies of identical labels.
<Report used>: Report name
Name of "Label" report to use.

Modifying the number of copies of identical labels Hide the details

<Report used>.NbLabelCopy = <Number of copies>
<Report used>: Report name
Name of "Label" report to use.
<Number of copies>: Integer
Number of copies of identical labels.
Remarks

Print queue

Using the NbLabelCopy property adds items to the print queue of the printer used.
For example, if the 5 labels found in a report are printed 10 times each, the print queue will contain a report with 50 labels.
To avoid overloading the printer queue, it is recommended to print the same report several times (NbCopy property).
In our previous example, the report will be printed 10 times. The print queue will contain 10 reports with 5 labels.

Limit

The NbLabelCopy property applies only to "Label" reports.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help