toshog Posted September 11, 2002 Posted September 11, 2002 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
BobWeaver Posted September 11, 2002 Posted September 11, 2002 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
Recommended Posts
This topic is 8108 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now