PChangeWindow

Opens or closes the Change dialog box.


Command constructor

PChangeWindow(PMBool bOpen);
false to close Change dialog box
true to open Change dialog box
Story editor only. The PChangeWindow command works only in story editor.If the story editor is not active, PChangeWindow throws a CQ_LO_INVALID_MODE exception.

Change and Spell closed, depending on platform. PageMaker for the Macintosh closes the Find dialog box before opening the Change dialog box. PageMaker for Windows closes both the Find and Spelling dialog boxes.

Example. The following example switches to story editor and opens the Change dialog box.

PEditStory();
PChangeWindow(true);


See also

The PChange, PChangeAll, PChangeNext, PChangeParaAttr, PChangeTypeAttr1, PChangeTypeAttr2, PFind, PFindNext, PFindParaAttr, PFindTypeAttr1, PFindTypeAttr2, and PFindWindow commands

The PGetChangeParaAttr, PGetChangeTypeAttr1, PGetChangeTypeAttr2, PGetChangeWindow, PGetFindParaAttr, PGetFindTypeAttr1, PGetFindTypeAttr2, and PGetFindWindow queries

Adobe PageMaker 6.5 Help > Commands > Utilities > Change


Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support