C
Ceasarina
I´ve developed an application in Access 97. Some users have AutoCad and the
application have references to AutoCad and writes to dwg-files. Some other
users do not have AutoCad and therefore the application removes all broken
references at start. Used to work fine.
Then I converted to 2000. Suddenly the application wasn´t able to remove
broken references. Ok - I worked around the problem by doing the other way
around - the standard version didn´t have any references, but if the user was
somebody with AutoCad on the machine then references were created.
But now, when the user without AutoCad is trying some actions that has
worked before, Access is trying to compile ALL code (at least the code in a
module that has absolutely nothing to do with the event) and then generates a
compile-error because in that module I declare variables of AutoCads types.
Anybody have any explanation? Any ideas of how I can solve this?
Thank in advance!
application have references to AutoCad and writes to dwg-files. Some other
users do not have AutoCad and therefore the application removes all broken
references at start. Used to work fine.
Then I converted to 2000. Suddenly the application wasn´t able to remove
broken references. Ok - I worked around the problem by doing the other way
around - the standard version didn´t have any references, but if the user was
somebody with AutoCad on the machine then references were created.
But now, when the user without AutoCad is trying some actions that has
worked before, Access is trying to compile ALL code (at least the code in a
module that has absolutely nothing to do with the event) and then generates a
compile-error because in that module I declare variables of AutoCads types.
Anybody have any explanation? Any ideas of how I can solve this?
Thank in advance!