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.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,
• if extra pages are inserted using the InsertPage() function.
0
num<>0 EnableEnvelopeCheck("ip", 0);
OpenText StreamServe 5.6 | Updated: 2013-03-01 |