Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms Programming / May 2008

Tip: Looking for answers? Try searching our database.

Work fine on developer's side but not user's side

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Tim - 22 May 2008 13:43 GMT
I got a weird problem. I can open my .mde version (the developer's side), but
my users encounter a pop-up error message saying error in function or
expression. I check the function and query and everything is normal. Do you
know what cause the problem? and how to fix it?
Thank you in advance for your help.
Maurice - 22 May 2008 14:21 GMT
Sounds like a reference problem. Did you use any specific libraries in your
mdb before creating an mde of it?
Signature

Maurice Ausum

> I got a weird problem. I can open my .mde version (the developer's side), but
> my users encounter a pop-up error message saying error in function or
> expression. I check the function and query and everything is normal. Do you
> know what cause the problem? and how to fix it?
> Thank you in advance for your help.
Tim - 22 May 2008 14:57 GMT
Maurice, you are right! It's DataPlugin.dll is missing. Do you know where can
I find this file to download it to user's computer. Thanks.

> Sounds like a reference problem. Did you use any specific libraries in your
> mdb before creating an mde of it?
[quoted text clipped - 4 lines]
> > know what cause the problem? and how to fix it?
> > Thank you in advance for your help.
Maurice - 23 May 2008 14:50 GMT
Tim,

I don't know exactly where you can get this file. I presume this has
something to do with a mediaplayer or something like that.

Is this a third party db you are using? if so ask the developer to give it
to you. If not you have a reference on your pc. Look under references in the
VBE and click it once. In the dialog you should see a path which file it is
referencing... maybe copy that one?

sorry to not be of any assistance on this one..
Signature

Maurice Ausum

> Maurice, you are right! It's DataPlugin.dll is missing. Do you know where can
> I find this file to download it to user's computer. Thanks.
[quoted text clipped - 7 lines]
> > > know what cause the problem? and how to fix it?
> > > Thank you in advance for your help.
Tony Toews [MVP] - 26 May 2008 20:00 GMT
>Maurice, you are right! It's DataPlugin.dll is missing. Do you know where can
>I find this file to download it to user's computer.

Chances are very good you don't need that reference.

Delete it from the references list and Compile and Save All.  

Sub ViewReferenceDetails()

Dim ref As Reference
   
   For Each ref In Access.References
       Debug.Print ref.Name & " - " & ref.Major & "." & ref.Minor & "
- " & ref.FullPath
   Next ref

End Sub
Signature

Tony Toews, Microsoft Access MVP
  Please respond only in the newsgroups so that others can
read the entire thread of messages.
  Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
  Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/

Jan Baird - 27 May 2008 20:51 GMT
Jan Baird is out of the country until September 20.   Every effort will be
made to respond to messages, but please be patient.
Jan Baird - 27 May 2008 20:50 GMT
Jan Baird is out of the country until September 20.   Every effort will be
made to respond to messages, but please be patient.
Jan Baird - 27 May 2008 20:50 GMT
Jan Baird is out of the country until September 20.   Every effort will be
made to respond to messages, but please be patient.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.