View Single Post
  #3 (permalink)  
Old 02-20-2003, 02:05 AM
emicky emicky is offline
Junior Member
 
Join Date: Feb 2003
Posts: 9
Default Re: open excel file?

yeah, from this way, it's all right.
i think it's swfkit's bug.

it's easy to test it .
buid it in win2000 pro, use shell.open();

1. to open one doc file . it's all right wherever the doc file is.
2.to open one excel file.
if the excel file at root folder, like shell.open(appPath + "1.xls"); it's all right.
if the excel file at sub-folder, like shell.open(appPath + "excel/1.xle"); it's ok only at win2000 system. at win98 or winXP , it does not work!
Reply With Quote