FM Omitted property
FM Omitted property
- Subject: FM Omitted property
- From: Max Bonilla <email@hidden>
- Date: Sat, 28 Dec 2002 00:17:40 -0600
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
_______________________________________________
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.