Re: FileMaker Whose Clauses
Re: FileMaker Whose Clauses
- Subject: Re: FileMaker Whose Clauses
- From: Axel Luttgens <email@hidden>
- Date: Tue, 21 Aug 2001 14:07:47 +0200
- Organization: ---
"Bourque, Jason" wrote :
>
Hello,
>
>
[...]
>
>
-->>>>>>>>>>>>>>>But this doesn't Any idea's
>
show (every record whose cell "Column" = columnData and cell "Column 1" =
>
column1Data)
>
end tell
>
end
>
FMP's repeating fields store data as consecutive values separated by a special
character (I don't remember which, but it should be easy to guess with a "get data..."
from within AppleScript).
>
>
Also once I get this part to work how do I set the cell of every record in
>
this show to a new value. Repeat loop?
Once you know the ASCII value of that special character, you could play with
AppleScript's text item delimiters for your conversions lists <-> strings.
>
>
Thanks,
>
>
Jason Bourque
>
Senior Script Developer
>
Publishing Automation
>
MFS Investment Management
>
617-954-5312
Hope this helps...