Re: Get Cell Data FileMaker Pro
Re: Get Cell Data FileMaker Pro
- Subject: Re: Get Cell Data FileMaker Pro
- From: kim <email@hidden>
- Date: Tue, 6 Mar 2001 08:37:33 +1300
G'day Ray
>
I need to extract the data in "email", and set that value to the email
>
address field in MicroSoft Entourage.
tell application "FileMaker Pro"
activate
set thetext to get data cell "data field" of current record
end tell
cheers
kim