voidcranium
Registered Something.
- Local time
- Today, 14:08
- Joined
- Oct 29, 2006
- Messages
- 175
I have a Access 2000 database with several forms, the database it just over 5meg in size.
The database is on a server with shortcuts linked to the database.
I have the following modules installed.
modMouseHook.bas - this is to disable the scrolling.
MachineName - this is used to get the machine name
UserName - this is used to get the username
I have had these installed for over a year and have had no problems with them until yesterday.
In my office we have at most 3 people who access and use this database daily. All 3 are using WinXP-Pro SP2.
Yesterday 2 of the 3 users started having problems, my computer is not having any problems.
When opening the database the following errors are shown.
a. Compile error: can't find project or library.
and the debugger shows the following line in YELLOW.
"Function CurrentDBDir() As String"
b. Compile error: can't find project or library.
and the debugger shows the following line in YELLOW.
"Function fOSMachineName() As String"
c. Compile error: can't find project or library.
and the debugger shows the following line in YELLOW.
"Function fOSUserName() As String"
If I close out of the debugger it does open the database but where these text boxes are it just shows "Name?" or "#Error"
Again, my computer opens the database with no problems.
I have taken those modules out of the database and the database opens up but now if I put the DATE() in a text field it just shows "#Name?"
I even put a text box in and put the Environ(5) in one and Environ(28) in the other and still it shows "#Name?" in the text box.
It is important for our work orders to have the date they were printed.
Anybody have any Idea whats going on?
Thanks
The database is on a server with shortcuts linked to the database.
I have the following modules installed.
modMouseHook.bas - this is to disable the scrolling.
MachineName - this is used to get the machine name
UserName - this is used to get the username
I have had these installed for over a year and have had no problems with them until yesterday.
In my office we have at most 3 people who access and use this database daily. All 3 are using WinXP-Pro SP2.
Yesterday 2 of the 3 users started having problems, my computer is not having any problems.
When opening the database the following errors are shown.
a. Compile error: can't find project or library.
and the debugger shows the following line in YELLOW.
"Function CurrentDBDir() As String"
b. Compile error: can't find project or library.
and the debugger shows the following line in YELLOW.
"Function fOSMachineName() As String"
c. Compile error: can't find project or library.
and the debugger shows the following line in YELLOW.
"Function fOSUserName() As String"
If I close out of the debugger it does open the database but where these text boxes are it just shows "Name?" or "#Error"
Again, my computer opens the database with no problems.
I have taken those modules out of the database and the database opens up but now if I put the DATE() in a text field it just shows "#Name?"
I even put a text box in and put the Environ(5) in one and Environ(28) in the other and still it shows "#Name?" in the text box.
It is important for our work orders to have the date they were printed.
Anybody have any Idea whats going on?
Thanks