March 4, 200520 yr I've created a file that uses a combination of calcs and scripts to write html to a global field. Then the Export Field Contents script step exports the global to a file with a .html extension. The html file works great in Firefox (PC), IE (PC), Safari (OSX), but not for IE on OSX. It shows "
March 4, 200520 yr Unfortunately, there's no "Turn off stupidity" option in IE preferences. Possible solution may be to have your script launch an AppleScript to copy the export file contents...
March 4, 200520 yr Just a hunch... As part of your export script, create a found set of 1 record. Then export the global field of the one record as a TAB separated text file, but as the file name, specify the .HTM extension. It works for me on OSX (10.3.6) and IE (5.2.3)
Create an account or sign in to comment