KeithWilliams
Registered User.
- Local time
- Today, 20:10
- Joined
- Feb 9, 2004
- Messages
- 137
Hi,
I have distilled this problem down to a one-line program. If I create an application with one form, and put the following code in the Form_Load event:
Dim objOutlook as Outlook.Application
Set objOutlook = CreateObject("Outlook.Application")
I have included a reference to the Microsoft Outlook 11.0 Object Library. And I've set the form to open up during the application Startup.
And that's all I need to reproduce the problem. The database runs fine on our Windows Server 2003. But as soon as I try to run it via Citrix, it fails with "run-time error '429': ActiveX component can't create object".
Citrix is supposed to act as a terminal server, just passing the screen display through to the client, so I don't understand how it can do anything differently to running direct on the server.
I'd really appreciate your advice, expertise on running Access through Citrix, or suggestions.
Many Thanks,
Keith.
I have distilled this problem down to a one-line program. If I create an application with one form, and put the following code in the Form_Load event:
Dim objOutlook as Outlook.Application
Set objOutlook = CreateObject("Outlook.Application")
I have included a reference to the Microsoft Outlook 11.0 Object Library. And I've set the form to open up during the application Startup.
And that's all I need to reproduce the problem. The database runs fine on our Windows Server 2003. But as soon as I try to run it via Citrix, it fails with "run-time error '429': ActiveX component can't create object".
Citrix is supposed to act as a terminal server, just passing the screen display through to the client, so I don't understand how it can do anything differently to running direct on the server.
I'd really appreciate your advice, expertise on running Access through Citrix, or suggestions.
Many Thanks,
Keith.