NameIt – VB question

Ta, that works. andnbsp;Well at least the examples from the help file work <!– s:-) –><img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":-)" title="Smile" /><!– s:-) –> andnbsp;For some reason my var names crash, so I’ll augment 3DC plugins with andquot;numberOfTeethandquot;. andnbsp;Weird

Geo

G’day again

I take a few weeks on the beach and this program blossomed <!– s:-) –><img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":-)" title="Smile" /><!– s:-) –>

Did anyone else notice that NameIt plugin now compiles?

Very good so far, but my VB isn’t good enough to understand the subtleties.

What I want to do is use the NameIt form to select an object, then pass the ID of that object back to the calling class module. andnbsp;Then I will work on the object. andnbsp;I think global vars are forbidden in this context, so how do you pass the information back?

Ta
Geo

Hi George,

Yes, it does compile. Finally. It took me a while to figure it out.

Just add a property to the form. Even after the form is closed you can still look at the value of the properties. But don’t try to query a control on the form since that will just result in the form being loaded again.

Richard

You must be logged in to reply in this thread.

3 posts