- Local time
- Today, 17:43
- Joined
- Sep 12, 2006
- Messages
- 16,072
Here's a Funny Thing (Fixed)
On a server we have used subst command to map a users actual folder to a drive P;
subst P: path
-----------------
now, a normally working switchboard fails to work correctly in this environment. In particular the handlebuttonclick fails
This appears to work by filtering the recordset to the selected item, which then causes the current event to fire, and therefore refresh the displayed menupage to the newly selected menu.
Well the current event doesnt fire, but only when you run the code in
the subst drive. It fires normally when you run from the actual drive.
Anyone seen this before?
---------------
I tried on a normal XP machine, and the same thing happened, so it isnt the server thats the problem.
-----------------
not such a funny thnig
my bad, i think!
found the error.
On a server we have used subst command to map a users actual folder to a drive P;
subst P: path
-----------------
now, a normally working switchboard fails to work correctly in this environment. In particular the handlebuttonclick fails
This appears to work by filtering the recordset to the selected item, which then causes the current event to fire, and therefore refresh the displayed menupage to the newly selected menu.
Well the current event doesnt fire, but only when you run the code in
the subst drive. It fires normally when you run from the actual drive.
Anyone seen this before?
---------------
I tried on a normal XP machine, and the same thing happened, so it isnt the server thats the problem.
-----------------
not such a funny thnig
my bad, i think!
found the error.
Last edited: