Re: FileMaker
Re: FileMaker
- Subject: Re: FileMaker
- From: Gary Lists <email@hidden>
- Date: Fri, 03 Jan 2003 08:14:01 -0500
On or about 1/2/03 5:03 PM, Mark Pinson wrote:
>
Although your original post is a little old, I don't believe I have seen
>
a reply before this.
>
Try changing the commented line to:
>
>
go to cell "adBody" of the current record of layout n
>
>
"n" being the position of whichever layout you want to affect in the
>
layout order.
>
If you only have one layout in your database then n=1 and the line would
>
read:
>
>
go to cell "adBody" of the current record of layout 1
And, if you don't know which layout number to use (or don't care or don't
know if the field is there) then you can always use "layout 0", which is a
non-visual internal layout with every field defined in your file.
It's a good place to "not go" when you need to go somewhere to get a cell's
value.
HTH also.
--
Gary
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.