Jump to content
  • 3

worksheet database headers checkbox


David Poiron

Question

1 answer to this question

Recommended Posts

  • 0

I totally agree.

 

Until that happens I use this simple script:

 

def CloseThatHeader(h):
WkShtResource = vs.GetWSFromImage(h)
vs.SetObjectVariableBoolean(WkShtResource, 82, False)
vs.RecalculateWS(WkShtResource)

vs.ForEachObject(CloseThatHeader, "T=WORKSHEET")

It closes the database header of every worksheet inserted into the drawing.

 

I've added it to my workspace as a menu command right next to print and publish.  So it's easy to hit that menu command right before I send a set to the printer.  Make sure you set the script language to Python.

 

Link to comment

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
Answer this question...

×   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...