Re: Filemaker Show Layout
Re: Filemaker Show Layout
- Subject: Re: Filemaker Show Layout
- From: Jason Bourque <email@hidden>
- Date: Mon, 12 Apr 2010 08:10:56 -0400
- Thread-topic: Filemaker Show Layout
This works. Seems something in >> do script FileMaker script "Find My
Tasks"
Is not committing. So I added a commit record requests without dialog and
data validation and it still has the error. Almost like the script isn't
waiting to for the result on the Filemaker do script. If I comment out the
do script the script past it.
Any ideas?
Thank You,
Jason Bourque
On 4/11/10 11:16 PM, "Bruce Robertson" <email@hidden> wrote:
> 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