AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de reportes y controles asociados
  • Use conditions
  • Limit
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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 report opening code.
Ejemplo
// -- Opening code of the report
// Prints from the label #6 of the page
RPT_CustLabel.LabelNumberToStart = 6
Sintaxis

Finding out the number of the label from which the print will start Ocultar los detalles

<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 Ocultar los detalles

<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).
Observaciones

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.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

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