Re: FM Omitted property
Re: FM Omitted property
- Subject: Re: FM Omitted property
- From: ehsan saffari <email@hidden>
- Date: Sat, 28 Dec 2002 18:35:06 -0600
On 28/12/2002 17:22, "Dr. Max Bonilla" <email@hidden> wrote:
>
I'm trying to script a FM 5.5 file to make a new find request using
>
the omitted property. The dictionary does not give any examples of
>
how the syntax works and so far I have not been able to figure out
>
how to do it. Any ideas would be much appreciated.
>
>
This is what I have. The line commented out is the one that is not working.
>
>
TIA
>
>
Max
>
>
tell database 1
>
activate
>
delete every request
>
create new request
>
set cell "EveStartDateD" of request 1 to "" & resultString
>
create new request
>
--set cell "EveStartDateD" of request 2 to (">" &
>
futurestring) omitted true
>
find
>
sort layout "Calendar" by cell "EveStartDateD"
>
end tell
set omitted of request 2 to true
cheers
ehsan
_______________________________________________
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.