Syntax
EditPublishOptions [.SendManually = number] [, .SendEditionNow = number] [, .SendEditionWhenEdited = number] [, .Delete] [, .Appearance = number] [, .Rtf = number] [, .Pict = number]
Remarks
On the Macintosh, sets options for the selected publisher. The arguments for the EditPublishOptions statement correspond to the options in the Publisher Options dialog box (Publishing command, Edit menu). In Windows, EditPublishOptions is not available and generates an error.
Argument | Explanation | |
.SendManually | Specifies how the edition is updated: 0 (zero) or omitted On Save (the edition is updated whenever a change is made to the publisher) 1 Manually (the edition is updated on demand) | |
.SendEditionNow | If 1, immediately updates the edition with changes in the publisher. | |
.SendEditionWhenEdited | If 1, updates the edition whenever changes are made to the publisher; .SendManually must be 0 (zero). | |
.Delete | Cancels the publisher. | |
.Appearance | Specifies how the publisher is published: 0 (zero) or omitted As shown on screen 1 As shown when printed | |
.Rtf | If 1, allows the publisher to export rich-text format (RTF). | |
.Pict | If 1, allows the publisher to export a picture format (PICT). |
See Also
EditCreatePublisher, EditLinks, EditSubscribeOptions, EditSubscribeTo