POpen

Opens the specified publication or template as either an original or a copy.


Command constructor

POpen(const char * fPubName, PMBool bCopy = false);
const char * fPubname;
Exact name of the publication (pathname is optional, maximum of 91 characters)
PMBool bCopy;
false open the original (default)
true open a copy of the original
Automatic links searches. When opening a publication or template, PageMaker automatically searches for linked text and graphics files.

Open publications become active. If the specified publication is already open, it becomes the active publication.

Example. The following example opens a copy of the "mypub"publication.

POpen("mydisk:myfolder:mypub", true);


See also

Adobe PageMaker 6.5 Help > Commands > File > Open


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

Comments or suggestions? Contact Adobe Developer Support