error loading dll (1 Viewer)

yessir

Saved By Grace
Local time
Today, 03:47
Joined
May 29, 2003
Messages
349
Hey,

I am updating a switchboard from someone elses work.

I get the error on other peoples computers (but not my own) that there is an "error loading DLL" and the I get "The expression On Click you entered as the event property setting produced the following error: The expression you entered has a function name that <database> can't find.

* The expression maay not result in the name of a macro, the name of a user-defined function or [Event Procedure].
* There may have been an error evaulating the function, event, or macro"

I am including a before and after of the db as attached. (-new is the new one)

Again the form opens perfectly on my computer for both but not for anyone else. The error thrown is included as well as the jpg

HELP NEEDED AND APPRECIATED!
 

Attachments

  • LINES-MAIN.zip
    271.8 KB · Views: 131
  • LINES-MAIN-new.zip
    271.5 KB · Views: 137
  • error.JPG
    error.JPG
    24.4 KB · Views: 160

ghudson

Registered User.
Local time
Today, 02:47
Joined
Jun 8, 2002
Messages
6,194
Odds are the users PC with the problem are missing a reference. A common problem when using ActiveX stuff when the users computers have different versions of Access and/or different versions of Windows.

Check the references on an offending computer and see if that is the cause.

You need to incorporate error handling into your application!!!

I also disprove of the built-in switchboards but that is a personal choice.
 

yessir

Saved By Grace
Local time
Today, 03:47
Joined
May 29, 2003
Messages
349
hey, that was a VERY strippe down version of the db to get it to fit but thanks.

the other computers have the same version, sp of access and windows..

I also disapprove of sb's but it is legacy code and is (hopefully) soon going out the window.

I cannot find a dll that isn;t ont he other cpus either...
 

Users who are viewing this thread

Top Bottom