Re: Running a script library from within Filemaker Pro 6
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