Prod.: Engine, ver.: 6022, ID: 60001712, Wish : DisableShowPrinterPaper is ignored from MergeTables method

Wish : DisableShowPrinterPaper is ignored from MergeTables method

Article60001712
TypeWish
ProductEngine
Version6022
Date Added5/24/2012
FixedYes [5/24/2012]
Submitted byJan-Erik Carlson
Keywords

Subject

DisableShowPrinterPaper is ignored from MergeTables method

Summary

If I create a new layout and set DisableShowPrinterPaper = true and then use MergeTables I get a copy of the layout in myTestDocument but the value of DisableShowPrinterPaper = false
   myTestDocument.MergeTables(vdFramedControl1.BaseControl.ActiveDocument, true, true);
   myTestDocument.CommandAction.RegenAll();

Solution

Added in 6023