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

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

Recommended Posts

Posted

if i use this bit of applescript:

open filemaker_file for Accounts "my account name" with passwords "my password"

I still get a login prompt.

Has anyone else experienced this?

Posted

ok after some further experimentation, I've found that the problem is related to spaces in the account name. However, I cannot get around this.

I've tried:

"my account name"

"|my account name|"

""my account name""

"my%20account%20name"

all to no avail...

Posted (edited)

Weird. I do this every day with AppleScript droplets. My account name has spaces in it. Works fine.

Maybe it is the filemaker_file part of it? Since I use a droplet, I don't specify the file; it's just whatever is dropped. If done with a specified file, it must be a full AppleScript path, such as:

"Macintosh HD:Users:fej:Documents:FileMaker:FM Clients:Smith:FileName.fp7"

Edited by Guest
Posted

huh, you are absolutely correct!

If I change "open the_file" to "open alias the_file"

then it works...

but it's very strange that the alias keyword is unnecessary if there are no spaced in the user name!

This topic is 5739 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.