PRelink

Relinks the selected object to the specified file or to its original file.


Command constructor

PRelink(const char * fFilename);
Name of file (including the optional path) to which the selected object is to be linked (maximum of 91 characters)
""to relink to currently linked file
Single objects only. The PRelink command relinks only one object at a time; if more than one object is selected, PRelink will throw an exception.

Updating links. To update a link, use an empty string.

Example. The following example links a chart graphic to the currently selected object.

PSelect(1);
PRelink("artfolder:Chart.eps");


See also

The PPasteLink command

The PGetLinks, PGetLinkInfo, and PGetLinkOptions queries

Adobe PageMaker 6.5 Help > Commands > Element > Link Info


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

Comments or suggestions? Contact Adobe Developer Support