Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8108 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.