Author Topic: Load DST into the Sheet Set Manager palette  (Read 1945 times)

0 Members and 1 Guest are viewing this topic.

Guest

  • Guest
Load DST into the Sheet Set Manager palette
« 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).

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
Re: Load DST into the Sheet Set Manager palette
« Reply #1 on: February 20, 2007, 04:10:18 PM »
never tried, but I'll look and see if anything jumps out at me
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
Re: Load DST into the Sheet Set Manager palette
« Reply #2 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?
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

Glenn R

  • Guest
Re: Load DST into the Sheet Set Manager palette
« Reply #3 on: February 20, 2007, 04:39:49 PM »
acad_sso.chm

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
Re: Load DST into the Sheet Set Manager palette
« Reply #4 on: February 20, 2007, 04:48:10 PM »
Thanks Glenn.  I knew it was there somewhere, I just didn't know where
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

Murphy

  • Guest
Re: Load DST into the Sheet Set Manager palette
« Reply #5 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.

Guest

  • Guest
Re: Load DST into the Sheet Set Manager palette
« Reply #6 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.   :?