Jump to content
Developer Wiki and Function Reference Links ×

Adding Publish to Vectorscripts


csousawy

Recommended Posts

I'm just trying to make a couple of simple Vectorscripts to do repeated tasks in my work flow. Is there a way to make a Vectorscript that will run the Spell Check, Save, and then Publish. Or at least just Save and Publish?

Here is what I have so far:

PROCEDURE SavePublish;

BEGIN

DoMenuTextByName('Save',0) ;

DoMenuTextByName('Publish',0) ;

END;

RUN (SavePublish);

It doesn't work, but works when I change Publish to Print.

Edited by csousawy
Link to comment
  • 4 weeks later...
  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...