Hi
I’m evaluating FMP to see if we want to use for our DAM stuff and I’m having a problem getting data into it via AS. Here’s my code:
tell application “FileMaker Pro”
tell front document
create new record
set recordCount to count of every record
set thisRecord to "record " & recordCount
set cell 1 of thisRecord to thisFile
end tell
end tell
where thisFile is just the file name of a file I am manipulating in PS through a subroutine. I get the following error message:
Can’t set <> 1 of record 3 to (VARIABLE VALUE). I have also tried set cellValue of to no avail. I’m hoping that I am just overlooking something pretty simple here. Any help would be appreciated.
Regards
Steve