RecordRange Tag

ClosedDescription

Sets a range of records that will be printed.

ClosedSyntax

<RecordRange>Value</RecordRange>

Where Value equals the range of records to be printed.

ClosedParent Tag

<PrintSetup>

ClosedRemarks

Use the <RecordRange> tag to specify a set of records for printing. Individual records are specified by their record number and separated by commas, as in "1,3,5". A range of numbers indicated by a hyphen can be used to specify a series of consecutive records, as in "3-8". Use parentheses to specify the number of copies of each label that you want to print. For example, a record range of 3(5) will print 5 copies of record 3.

<RecordRange> is an optional tag that is used with the <Print>, <FormatSetup>, and <ExportPrintPreviewToImage> commands when the <PrintSetup> tag is included in the script.

ClosedExample

<?xml version="1.0" encoding="utf-8"?>

<XMLScript Version="2.0" Name="09232006_103601_Job1" ID="123">

<Command Name="Job1">

<Print>

<Format>Label1.btw</Format>

<PrintSetup>

<RecordRange>1-5</RecordRange>

</PrintSetup>

</Print>

</Command>

</XMLScript>

ClosedRequirements

BTXML Script version 1.0 (BarTender 8.0 and later versions)