Environ("home") through dial-in

TJBernard

Registered User.
Local time
Today, 23:04
Joined
Mar 28, 2002
Messages
176
We have a dial-in system here at work named Citrix NFuse. It works great for us, but I have come across one error. The Environ("home") code does not work on any MS Access database when they are accessed through Citrix NFuse. If I run the exact same procedure though the database by opening it through the Network Neighborhood it works just fine. But if I try to run the procedure with the code Environ("home") through Citrix NFuse I get a "".

I don't know if there is a work around for this, or if anyone has run into this error before, or if anyone is familiar with Citrix NFuse. I have gotten alot of great help from this message board, so I felt it was worth a shot.

Thank you for your time,

TJBernard
 
TJBernard said:
We have a dial-in system here at work named Citrix NFuse. It works great for us, but I have come across one error. The Environ("home") code does not work on any MS Access database when they are accessed through Citrix NFuse. If I run the exact same procedure though the database by opening it through the Network Neighborhood it works just fine. But if I try to run the procedure with the code Environ("home") through Citrix NFuse I get a "".

I don't know if there is a work around for this, or if anyone has run into this error before, or if anyone is familiar with Citrix NFuse. I have gotten alot of great help from this message board, so I felt it was worth a shot.

Thank you for your time,

TJBernard

Since I get alot of help from this message board, I wanted to post what I found so that it may come of help to someone else in the future.

I searched on the net and found the function Environ("Username"). Using Environ("Username") instead of Environ("Home") allowed me to capture the username of who ever was in the database when they logged in through the Citrix NFuse dial-in client.

Thank you again for your time.

TJBernard
 

Users who are viewing this thread

Back
Top Bottom