ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with reports and controls
  • Use conditions
  • 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
The LabelNumberToStart property is used to:
  • Find out the number of the label on the label sheet from which the print will be performed.
  • Modify the number of the label from which the print will be performed on the label sheet.
This property enables you to print on a label sheet on which a previous print was already performed. The print will start from the label whose number is specified.
Remark: This property must be used in the opening code of the report.
Example
// -- Opening code of the report
// Prints from the label #6 of the page
RPT_CustLabel.LabelNumberToStart = 6
Syntax

Finding out the number of the label from which the print will start Hide the details

<Result> = <Report used>.LabelNumberToStart
<Result>: Integer
Number of the label from which the print will start. This number is given according to the label sheet used (the labels are numbered from left to right and from top to bottom).
The print starts from label #1 by default.
<Report used>: Report name
Name of "Label" report to use.

Modifying the number of the label from which the print will start Hide the details

<Report used>.LabelNumberToStart = <New number>
<Report used>: Report name
Name of "Label" report to use.
<New number>: Integer
Number of the label from which the print will start. This number must be given according to the label sheet used (the labels are numbered from left to right and from top to bottom).
Remarks

Use conditions

The LabelNumberToStart property must be used in the opening process of the report. For example, you can pass the number of the first label to print as parameter to the report when starting the print.
This property only applies to the prints performed on a label sheet.
This property cannot be used if the report contains a page header and a page footer.

Limit

The LabelNumberToStart 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