• 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
Re: Running a script library from within Filemaker Pro 6
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running a script library from within Filemaker Pro 6


  • Subject: Re: Running a script library from within Filemaker Pro 6
  • From: Jim Skibbie <email@hidden>
  • Date: Fri, 16 May 2008 16:14:25 -0500
  • Thread-topic: Running a script library from within Filemaker Pro 6

Title: Re: Running a script library from within Filemaker Pro 6
I saved out my script as text, then stripped all the blank lines and removed all the tabs. It started out at a little over 67,000 characters but with all the tabs removed I got it down to a little over 62,000 which fit into Filemaker Pro 6’s 64,000 text limit.

It went from:

try
     tell application "FileMaker Pro 6"
          set job to cellValue of cell "JobTitle" of current record
    end tell
end try

to

try
tell application "FileMaker Pro 6"
set job to cellValue of cell "JobTitle" of current record
end tell
end try

So it isn’t pretty to look at, but it runs!

It would be nice to know the answer to my original question if anyone does have an answer  though.

Jim
 _______________________________________________
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

  • Prev by Date: Re: PowerPoint applescript for shape type free form
  • Next by Date: Re: Running a script library from within Filemaker Pro 6
  • Previous by thread: Re: Running a script library from within Filemaker Pro 6
  • Next by thread: Re: Re: Running a script library from within Filemaker Pro 6
  • Index(es):
    • Date
    • Thread