![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Aside from that, have you compared Reference Libraries to see if anyone has/has not got them enabled... |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Per Vacuum Sealed: Aside from that, have you compared Reference Libraries to see if anyone has/has not got them enabled... Actually, last week we had a problem with just that. Magically, two references had been added to the application" "Microsoft Office XP Web Components" and "Microsoft Office Web Components 11.0". That was OK for all users except for one - and for that user one of the references was broken, apparently the file was not on Citrix' virtual PC for them. I removed the refs (which were not being used) and all was well. But that was pretty clearly Citrix-User-Specific. This one seems to be PC-specific bc for both users who get the error, I can log on to Citrix from my own PC with their IDs and the problem does not occur. As counter-intuitive as it may be, it seems like maybe Citix is getting more than just the user's DefaultPrinter from the user's PC. "Seems".... being the operative word bc I know so little about Citrix that it's basically "magic" to me. -- PeteCresswell |
#6
| |||
| |||
|
|
This one seems to be PC-specific bc for both users who get the error, I can log on to Citrix from my own PC with their IDs and the problem does not occur |
#7
| |||
| |||
|
|
As counter-intuitive as it may be, it seems like maybe Citix is getting more than just the user's DefaultPrinter from the user's PC. "Seems".... being the operative word bc I know so little about Citrix that it's basically "magic" to me. |
#8
| |||
| |||
|
|
A certain form, when opened, throws "2467: The expression you entered refers to an object that is closed or doesn't exist." at line 2002 of the code at the bottom of this post. But here is the zinger: the error only occurs when two of the users are logged in to Citrix from their own PCs. It does not occur for me, and it does not occur when I log into Citrix from my own PC using their user IDs. |
#9
| |||
| |||
|
|
I'm wondering if it's some "interesting" reference error where Citrix doesn't have one of your references but you and most of the users have the referenced file. Please run the following code and report the results. 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 |
#10
| |||
| |||
|
|
References for pCresswell: Development Environment ---------------------------------------- VBA 4.0 C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll Access 9.0 C:\Program Files\Microsoft Office\OFFICE11\msacc.olb *ADODB 2.1 C:\Program Files\Common Files\System\ado\msado21.tlb DAO 5.0 C:\Program Files\Common Files\Microsoft Shared\DAO\dao360.dll *Excel 1.5 C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE *Office 2.3 C:\Program Files\Common Files\Microsoft Shared\office11\mso.dll *MSComctlLib 2.0 C:\WINDOWS\system32\MSCOMCTL.OCX *VBIDE 5.3 C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\VBE6EXT.OLB *stdole 2.0 C:\WINDOWS\system32\stdole2.tlb ---------------------------------------- |
![]() |
| Thread Tools | |
| Display Modes | |
| |