Re: FileMaker Import Excel Files Question
Re: FileMaker Import Excel Files Question
- Subject: Re: FileMaker Import Excel Files Question
- From: Tom Robinson <email@hidden>
- Date: Thu, 6 Dec 2007 09:34:48 +1300
On 2007-12-05, at 04:03, Oakley Masten wrote:
So my question must actually be: What is the
AppleScript syntax for importing an Excel file into
Filemaker.
I think your best shot is controlling this from FM.
--pseudo code
--get list of files to import
This would be a Perform AppleScript to get the list of files, placing
the result into a global field.
--loop thru list
--tell filemaker to import file x
Loop through each file in the global field, and use a variable ($
notation) to change the filename in the Import Records statement.
Hopefully this is enough to get you started.
_______________________________________________
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