• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Visual Basic Customization

    Reply
    *Adam, Claire

    Is my dvb already loaded?

    41 Views, 1 Replies
    03-10-2000 05:52 AM
    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
    Please use plain text.
    *Oquendo, Frank

    Re: Is my dvb already loaded?

    03-10-2000 06:13 AM in reply to: *Adam, Claire
    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
    >
    >
    Please use plain text.