Re: Hosted Filemaker pro 8 & applescripts go to error
Re: Hosted Filemaker pro 8 & applescripts go to error
- Subject: Re: Hosted Filemaker pro 8 & applescripts go to error
- From: Pauls Sloss <email@hidden>
- Date: Mon, 26 Nov 2007 12:22:32 +1100
- Thread-topic: Hosted Filemaker pro 8 & applescripts go to error
Title: Re: Hosted Filemaker pro 8 & applescripts go to error
There is only 1 layout. In any case I ran the script with the added location defined and still got the same error:
tell application "FileMaker Pro"
tell database "test.fp7"
go to (create new record) of layout "test"
end tell
end tell
--
Pauls Sloss
Senior Designer
The Cancer Council Victoria
1 Rathdowne Street Carlton
Vic Australia 3052
613 9635 5151
email@hidden
www.cancervic.org.au
From: Peter Baxter <email@hidden>
Date: Mon, 26 Nov 2007 11:49:59 +1100
To: Apple Script <email@hidden>
Subject: Re: Hosted Filemaker pro 8 & applescripts go to error
You need to define which layout the record is on.
the record ID:
tell application "FileMaker Pro"
tell database "test.fp7"
go to (create new record)
end tell
end tell
Does anyone have a similar experience, or know what could be going wrong? Filemaker won’t give me any support on this issue.
--
Pauls Sloss
Senior Designer
The Cancer Council Victoria
1 Rathdowne Street Carlton
Vic Australia 3052
613 9635 5151
email@hidden
www.cancervic.org.au <http://www.cancervic.org.au>
_______________________________________________
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
Yours sincerely,
Peter J Baxter
mail: email@hidden
The aim and final end of all music should be none other than the glory of God and the refreshment of the soul.
-- Johann Sebastian Bach
_______________________________________________
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