Re: FMP Script
Re: FMP Script
- Subject: Re: FMP Script
- From: webguide <email@hidden>
- Date: Sat, 4 Nov 2000 16:39:24 +1300
G'day Steve
>
If I remember correctly, it seems to me that all I should have to do is set
>
the container field to the path of the image as string. But I continually
>
get "Wrong Data Type" errors...
try
tell application "FileMaker Pro"
set a to (choose file) as string
set cell "image" of current record to file a
end tell
cheers
k