E-Mail Messaging in MS Access / Citrix

D

DB

I've created an e-mail instant messaging feature in VB to
run in and SQL back-end converted Access Database in the
Citrix environment.
My code is compatible at all levels except one.
I'm receiving an error message "Run Time Error
429...ActiveX Component Can't Create Object"
This is failing at the line level in the Function:
"Set oApp=CreateObject("NovellGroupWareSession")

How do I fix this problem to allow the procedure to
function properly ?
 
Top