Chipp Walters wrote:
I have a user who tells me that copying files in MacOSX with the URL command creates a target file which no longer launches Excel when double-clicked on:

put URL ("binfile:" & "text.xls") into URL ("binfile:" & "text2.xls")

IOW, text2.xls when double-clicked on won't launch Excel, even though text.xls will.

Any ideas? (I'm not near a Mac OSX right now. )

You probably need to set the filetype property before creating the file. OS X most likely thinks the file is a text file (in spite of the extension) because Rev's default filetype is TextEdit. If I used Excel I might even be able to tell you what the filetype should be, but I bet someone else can.

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to