Script functions reference > Script functions in alphabetical order > E

E
EnableEnvelopeCheck
Syntax
EnableEnvelopeCheck(check_arg, enable_arg);
check_arg
all – all checks are enabled or disabled.
sl – enables or disables checks for sheet layout change.
ip – enables or disables checks for InsertPage() script function on page or process level.
enable_arg
1 – checks specified by check_arg are enabled.
0 – checks specified by check_arg are disabled.
Description
Enables or disables a check for an inconsistent number of sheets when using enveloping. The number of sheets can be inconsistent for example if
you are using post-processing scripting to for example change the sheet layout by changing a variable on which the sheet layout depends,
Returns
A number indicating whether a check is set.
0
num<>0
Example
EnableEnvelopeCheck("ip", 0);
OpenText StreamServe 5.6 Updated: 2013-03-01