Quark - open ignoring fonts

OK, so I can’t for the life of me get this to work. I’m trying to script Quark to open a document, but not display the “Missing Fonts” dialog. Can someone help me out with this?

Thanks,
D

First, always post your code. Particularly if you’re having a problem with syntax. It will go a long way toward others being able to help troubleshoot your code.

Next, here’s the appropriate syntax for open/ignore fonts dialog.

open theFile remap fonts no

theFile should be a file reference as in

 file "My Hard Drive:Some Folder:some file.qxd"

I should have posted the code…It still wouldn’t work till I added the “set aFile to aFile as alias” doh!

Thanks,
D