Re: exists command in FMP
Re: exists command in FMP
- Subject: Re: exists command in FMP
- From: Malcolm Fitzgerald <email@hidden>
- Date: Fri, 21 Feb 2003 09:47:09 +1100
Hi all,
I did not really solve the problem I posted earlier today, but found
another way to circumvent it (repeat instead of subroutine). Now I
fail to manage this kind of command in FileMaker Pro 5.5:
if exists (record whose cell is string1) then
show (every record whose cell is string1)
end if
The middle line works perfectly well, but the very same restriction
does not work with "exists". Why is that?
I find that the script works when you identify the cell.
tell application "Filemaker Pro"
tell database 1
if exists (every record whose cell "name" is "x") then
show (every record whose cell "name" is "x")
end if
end tell
end tell
--
--
Malcolm Fitzgerald email@hidden
Database Manager
http://www.asauthors.org
The Australian Society of Authors ph: 02 93180877 fax: 02 93180530
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.