EnablePrompting Tag

ClosedDescription

Sets whether the document will use an interactive user prompt as the data source at print time.

ClosedSyntax

<EnablePrompting>Value</EnablePrompting>

Where Value can be set to true or false.

ClosedParent Tag

<PrintSetup>

ClosedRemarks

The <EnablePrompting> tag provides access to the enable prompting option. Set this tag to false to print without user interaction.

<EnablePrompting> 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>Document1.btw</Format>

<PrintSetup>

<EnablePrompting>true</EnablePrompting>

</PrintSetup>

</Print>

</Command>

</XMLScript>

ClosedRequirements

BTXML Script version 1.0 (BarTender 8.0 and later versions)