Prod.: Engine, ver.: 6014, ID: 60000758, Bug : Landscape do not work in preview

Bug : Landscape do not work in preview

Article60000758
TypeBug
ProductEngine
Version6014
Date Added1/23/2009
FixedYes [1/27/2009]
Submitted byKerwin Kassulker
Keywords

Subject

Landscape do not work in preview

Summary


The code below will not show the preview with landscape orientation:

  vdFramedControl1.BaseControl.ActiveDocument.ActiveLayOut.Printer.LandScape = true ;
  vdFramedControl1.BaseControl.ActiveDocument.ActiveLayOut.Printer.InitializePreviewFormProperties(true, true, true, false) ;
  vdFramedControl1.BaseControl.ActiveDocument.ActiveLayOut.Printer.Update();
  vdFramedControl1.BaseControl.ActiveDocument.ActiveLayOut.Printer.DialogPreview() ;

Solution

fixed in 6015