Can't save the page orientation on the page layout

  • I'm currently using WPTOOL v6. When I set the Orientation to Landscape on the page layout, the page is on Landscape format, the I save the document, and reopen the document, the page format sets back to portrait.

    When I open the WPagePropDlg, the Landscape radio button is checked, but the document is portrait.

    How can I correct this?

    • Offizieller Beitrag

    I tried that with a later Version and did not find a Problem with it. I used the old multidemo.

    In the RTF this code is written:

    {\rtf1\ansi\deff0\uc1\ansicpg1252\deftab720{\fonttbl{\f0\fnil\fcharset1 Arial;}{\f1\fnil\fcharset1 Verdana;}{\f2\fnil\fcharset2 Wingdings;}{\f3\fnil\fcharset2 Symbol;}}{\colortbl\red0\green0\blue0;\red255\green0\blue0;\red0\green128\blue0;\red0\green0\
    blue255;\red255\green255\blue0;\red255\green0\blue255;\red128\green0\blue128;\red128\green0\blue0;\red0\green255\blue0;\red0\green255\blue255;\red0\green128\blue128;\red0\green0\blue128;\red255\green255\blue255;\red192\green192\blue192;\red128\green128\
    blue128;\red0\green0\blue0;\red255\green204\blue0;}\landscape\wpprheadfoot1\paperw16838\paperh11906\margl601\margr697\margt828\margb493\headery720\footery720\ftnbj\sftnbj\sftnrstcont\nocolbal\sftnnar\saftnnar\fet0\endnhere\sectdefaultcl{\*\generator
    WPTools_6.060-PRM;}

  • this is what I see from my document for Landscape setting.

    {\rtf1\ansi\deff0\uc1\ansicpg1252\deftab720{\fonttbl{\f0\fnil\fcharset1 Arial;}{\f1\fnil\fcharset2 Wingdings;}{\f2\fnil\fcharset2 Symbol;}}{\colortbl\red0\green0\blue0;\red255\green0\blue0;\red0\green128\blue0;\red0\green0\blue255;\red255\green255\blue0;\red255\green0\blue255;\red128\green0\blue128;\red128\green0\blue0;\red0\green255\blue0;\red0\green255\blue255;\red0\green128\blue128;\red0\green0\blue128;\red255\green255\blue255;\red192\green192\blue192;\red128\green128\blue128;\red0\green0\blue0;}\landscape\wpprheadfoot1\paperw15840\paperh12240\margl1886\margr1886\margt1440\margb1440\headery720\footery720\endnhere\sectdefaultcl{\*\generator WPTools_6.250;}{\plain\f0\fs22\cf0 this is my test for landscape setting...\par
    }}

  • ok. The latest version fixed the saving of the page layout issue. Now I found that the the landscape page layout setting was not carry oover to the merged document.

    followings are some code:

    WprichText1.OpenDialog(wpdiaload);
    wpRichtext1.clearEx(true, false,true);
    Wprichtext1.mergeText;
    wprichtext2.fastAppendText(wprichtext1,false);

    I must be missing something that the page layout is not copied over to the merged document. Please help.