Re: Filemaker Show Layout
Re: Filemaker Show Layout
- Subject: Re: Filemaker Show Layout
- From: Bruce Robertson <email@hidden>
- Date: Sun, 11 Apr 2010 20:16:26 -0700
tell application "FileMaker Pro Advanced"
activate
tell document vDatabaseName
show window 1
do script FileMaker script "Find My Tasks"
go to layout “Single Layout”
end tell
end tell
Where are you running this script? From inside FileMaker or elsewhere?
If you're running it inside FileMaker you do not need (and should avoid) the tell app FileMaker statements.
On Apr 11, 2010, at 12:27 PM, Jason Bourque wrote:
> Hello,
>
> I get this error when doing the following script. Any ideas on how to fix this? Filemaker 11 Advanced.
> Works in 10 advanced.
>
> FileMaker Pro Advanced got an error: Data is being accessed by another user, script, or transaction.
>
>
> tell application "FileMaker Pro Advanced"
> activate
>
> tell document vDatabaseName
> show
> -- do script "Find All Marketing Tasks"
> -- do script "Sort by Date Due"
> do script "Find My Tasks"
>
> -- return
> Show layout “Single Layout”
>
>
>
> Thanks,
>
> Jason Bourque
> _______________________________________________
> 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
_______________________________________________
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