Re: FileMaker
Re: FileMaker
- Subject: Re: FileMaker
- From: Mark Pinson <email@hidden>
- Date: Thu, 02 Jan 2003 16:03:12 -0600
- Organization: Vertis
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
See if that helps.
Mark
------
Jerry Beck wrote:
What I'm trying to do is: start @ record one of 9000 plus records step
thru them and format a field/cell as "Times New Roman", "11 Point".
Starting small I have:
tell application "FileMaker Developer"
--go to cell "adBody"
do menu menu item "11 Point" of menu "Size" of menu "Format"
do menu menu item "Times New Roman" of menu "Font" of menu "Format"
end tell
If I go to FileMaker and select the cell, Format is now available, and
run this script. It works.
If I include the commented out line "go to cell "adBody" it fails.
If I include the commented out line "go to cell "adBody" and comment
out both of the other lines "do menu ......" it works. ie with out
selecting the cell it go's to the cell and selects it making "Format"
available.
- Jerry Beck
_______________________________________________
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.
_______________________________________________
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.