Help, I'm trying to open another directory on the server (containing PDF files) so that users can view documents saved there. The code behind the button is:
method pushButton(var eventInfo Event)
Execute("G:\\\\Dell_server\\green\\OPERATIONAL DOCUMENTS\\Quality Assurance Manual"
endMethod
BUT, I keep getting the following error message;
Error occurred trying to execute the specified program...
Anyone got any ideas?
Thanks
method pushButton(var eventInfo Event)
Execute("G:\\\\Dell_server\\green\\OPERATIONAL DOCUMENTS\\Quality Assurance Manual"
endMethod
BUT, I keep getting the following error message;
Error occurred trying to execute the specified program...
Anyone got any ideas?
Thanks