FileMaker
FileMaker
- Subject: FileMaker
- From: Jerry Beck <email@hidden>
- Date: Fri, 20 Dec 2002 14:57:29 -0800
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.