Re: AS newbie Filemaker question
Re: AS newbie Filemaker question
- Subject: Re: AS newbie Filemaker question
- From: revDAVE <email@hidden>
- Date: Mon, 10 Mar 2008 14:48:01 -0700
- Thread-topic: AS newbie Filemaker question
Now I have this almost working an a AS outside of fm (for now):
tell application "FileMaker Pro Advanced"
set visible of window "Titles" to true
set mypath to "myDrive:myFolder:" & the contents of cell "Titles::title"
end tell
tell application "Finder"
activate
open file mypath as string
end tell
But I get the error - can't make mypath into a string...
Q: How can I fix this?
--
Thanks - RevDave
Cool @ hosting4days . com
[db-lists]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden