TheSwamp

Code Red => VB(A) => Topic started by: Guest on February 20, 2007, 04:06:00 PM

Title: Load DST into the Sheet Set Manager palette
Post by: Guest on February 20, 2007, 04:06:00 PM
Does anyone know how, or if it's possible, to load a DST file into the SSM palette (using VBA of course).
Title: Re: Load DST into the Sheet Set Manager palette
Post by: David Hall on February 20, 2007, 04:10:18 PM
never tried, but I'll look and see if anything jumps out at me
Title: Re: Load DST into the Sheet Set Manager palette
Post by: David Hall on February 20, 2007, 04:22:42 PM
I couldn't find anything, but maybe Im missing a reference to something.  Anyone else ever accessed SSM through VBA?
Title: Re: Load DST into the Sheet Set Manager palette
Post by: Glenn R on February 20, 2007, 04:39:49 PM
acad_sso.chm
Title: Re: Load DST into the Sheet Set Manager palette
Post by: David Hall on February 20, 2007, 04:48:10 PM
Thanks Glenn.  I knew it was there somewhere, I just didn't know where
Title: Re: Load DST into the Sheet Set Manager palette
Post by: Murphy on February 21, 2007, 04:42:59 AM
You should check out the code I put out there for sheet sets. You can check a drawing to see if it has a sheet set assigned to it and check to see how many sheet sets are open. I would have to look again but you could probably load a sheet set in that routine.

As noted in another post the code I am referring to is from JTB World Blog.
Title: Re: Load DST into the Sheet Set Manager palette
Post by: Guest on February 21, 2007, 08:28:41 AM
The only code I've seen so far is code that shows how to open the DST database for editing.  I haven't seen anything that shows how to load the DST into the SSM palette - unless I'm missing something.

Is this the code you were referring to from JTB?  http://jtbworld.blogspot.com/2006/04/sheet-set-manager-code-snippets.html  If so, there's nothing there about loading the DST file into the SSM palette.   :?