Is my dvb already loaded?

Is my dvb already loaded?

Anonymous
Not applicable
254 Views
1 Reply
Message 1 of 2

Is my dvb already loaded?

Anonymous
Not applicable
Dear all,

I would like to test from a lisp routine if a specific vba dvb project has
already been loaded.
I am using both acad2000 and 14.

Any ideas?

thanks
Claire
0 Likes
255 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
If you are testing only to see whether you need to load the DVB, don't. You
have two options in A2K (I don't know about R14):
1) Place a call to VL-VBALOAD at the start of your routine. If not loaded,
the project gets loaded. If it already is, the function does nothing
2) Use VL-VBARUN with a fully qualified macro name:
c:\temp\myProject.dvb!myModule.myMacro. The project will be loaded if it
hasn't already been loaded.

--
Get free software and more at http://www2.stonemedia.com/franko

"Claire Adam" wrote in message
news:8aauj9$t3h2@adesknews2.autodesk.com...
> Dear all,
>
> I would like to test from a lisp routine if a specific vba dvb project has
> already been loaded.
> I am using both acad2000 and 14.
>
> Any ideas?
>
> thanks
> Claire
>
>
0 Likes