S
sukhmeet
Hi,
I have created an application to used on my office LAN. This will be
simple HTML documentation. I need to read an excel file and presnt the
data in it to the users.
I am using the following code to create a fileSystemobject.
fso = new ActiveXObject("Scripting.FileSystemObject");
It is owrking fine on my PC and when i run the Application it asks me
once to allow interaction with the active object.
However when i put the same code on a shared location on my LAN and i
try to acces it from other PC it give me the following error.
ActiveX component can't create object :"Scripting.FileSystemObject"
I have read/write permissions on the shared LAN folder. Does anyone
know a solution for the above problem.
Thanks & Regards,
Sukhmeet
I have created an application to used on my office LAN. This will be
simple HTML documentation. I need to read an excel file and presnt the
data in it to the users.
I am using the following code to create a fileSystemobject.
fso = new ActiveXObject("Scripting.FileSystemObject");
It is owrking fine on my PC and when i run the Application it asks me
once to allow interaction with the active object.
However when i put the same code on a shared location on my LAN and i
try to acces it from other PC it give me the following error.
ActiveX component can't create object :"Scripting.FileSystemObject"
I have read/write permissions on the shared LAN folder. Does anyone
know a solution for the above problem.
Thanks & Regards,
Sukhmeet