This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Copy files to a computer running windows 7.

Ron - Wednesday, January 26, 2011 11:18 AM:

I have a method that allows the users to get copies of all the documents and datasheets from a bill of material and save them onto their system. Packages up all electronic files assoicated to parts/BOMs. This method works just fine on Windows XP, but when I run the method from my Windows 7 computer I do not get any files, no errors, just no files.

the code used to write the files

win.document.open();
win.document.write(content);
win.document.close();

Does windows 7 handle things differently?

Thanks for any input.

Ron