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 / General 2 / May 2008

Tip: Looking for answers? Try searching our database.

License not found

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Karl H - 19 May 2007 15:45 GMT
Hi,
I have a packaged Access 2003 prgram that ships w/Access Runtime & it's been
used by 175 users w/o a problem, but recently one user had problems getting
things to work and received this error msg:

"The expression After Update you entered as the event property setting
produced the following error: License information for this component not
found. You do not have an apporpriate license to use this functionality in
the design environment."

The code behind the After Update is:

Private Sub cboPilotSearch_AfterUpdate()
' Find the record that matches the control. If user attempts name, then
' deletes it leaving an empty string, you exit to a new record
   Dim rs As Object
   Set rs = Me.Recordset.Clone
   If (Me![cboPilotSearch]) = "" Then
       DoCmd.GoToRecord , , acNewRec
       Else
   rs.FindFirst "[ID] = " & Str(Nz(Me![cboPilotSearch], 0))
   If Not rs.EOF Then Me.Bookmark = rs.Bookmark
   cboPilotSearch = ""
   End If
End Sub

Any ideas what's happening? The target computer does not have Access
installed (there have been some problems w/folks having Access 97--mostly
making their Access 97 files unusable after installing this software).

Thank you!
Karl
Arvin Meyer [MVP] - 19 May 2007 19:52 GMT
You may want to look at these articles:

http://support.microsoft.com/kb/141373/en-us

http://support.microsoft.com/kb/241141/en-us

http://support.microsoft.com/kb/191224/en-us
Signature

Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

> Hi,
> I have a packaged Access 2003 prgram that ships w/Access Runtime & it's
[quoted text clipped - 30 lines]
> Thank you!
> Karl
Karl H - 19 May 2007 20:16 GMT
Thank you, but none of those quite relate to the problem I'm having.
Most of the funcitonality of the program seems to work, but a combo box
seems to bring up the aforementioned error message.
Karl
Arvin Meyer [MVP] - 20 May 2007 16:54 GMT
You could try deleting the combo box, then saving and compacting the
database. Reopen and rebuild the combo box. If that fails, it might be a
good idea to try the article's suggestions, just to rule out that it isn't
the problem mentioned in the KB articles.
Signature

Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com

> Thank you, but none of those quite relate to the problem I'm having.
> Most of the funcitonality of the program seems to work, but a combo box
> seems to bring up the aforementioned error message.
> Karl
Karl H - 20 May 2007 20:15 GMT
This problem only exists on one user's computer. Everyone else can use the
product just fine, so re-doing the software package shouldn't be necessary, I
wouldn't think. Am I wrong?
Thank you,
Karl
nursepreneur - 05 May 2008 04:45 GMT
Hello Karl,
Just wondering if you ever got a workable answer to this problem. Although it
was last year, I'm just becoming privy to this forum and am having the same
problem, except that I am using ART2000 which I package with my software. The
error as you described occurs when clicking on any combo box.

Thanks
Sula

>This problem only exists on one user's computer. Everyone else can use the
>product just fine, so re-doing the software package shouldn't be necessary, I
>wouldn't think. Am I wrong?
>Thank you,
>Karl
 
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.