September 11, 200223 yr in this script below if i delete the "do script" line the thing compiles, but it doesn't with the line in it. why? how else can i do an import. this is on OS 9 with filemaker 5? set FMapp to "Sys-Apps:Applications:FileMaker Pro" set localFile to "HD:Stuff:emptyDB" tell application FMapp activate open localFile do script Import save end tell
September 11, 200223 yr Try this instead: set FMapp to "Sys-Apps:Applications:FileMaker Pro" set localFile to "HD:Stuff:emptyDB" tell application FMapp activate open localFile do script Filemaker Script "Import" save end tell
Create an account or sign in to comment