Re: FMP Container
Re: FMP Container
- Subject: Re: FMP Container
- From: christian vick <email@hidden>
- Date: Wed, 23 Jan 2002 11:35:20 +0100
on 23.01.2002 5:50 Uhr, John McAdams at email@hidden wrote:
>
Is there a way to find out if a container field in FileMaker is empty?
>
The example syntax in the "Find Script" works on regular text fields:
>
>
show (every record of database 1 whose cell "First Name" = "")
>
>
However I can't get it to work on a container field. The idea is to find
>
all the empty pictures fields, grab the file name from a text field,
>
search a folder for the image and then place it into the picture field.
Try:
if data size of cellValue of cell "Pict_Cell" = 0 then...
Greetings
cris :-)