• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
FileMaker
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: RE: Quark "keep with next" property
  • Next by Date: Re: uh, that's so cool! AS 1.9.1
  • Previous by thread: RE: FileMaker
  • Next by thread: Coercing a long point
  • Index(es):
    • Date
    • Thread