Re: FM Omitted property
Re: FM Omitted property
- Subject: Re: FM Omitted property
- From: Bill White <email@hidden>
- Date: Thu, 02 Jan 2003 15:29:35 -0500
Max,
>
set cell "EveStartDateD" of request 2 to (">" & futurestring) omitted true
Try replacing the line above with:
set cell "EveStartDateD" of request 2 to (">" & futurestring)
set omitted of request 2 to true
HTH,
Bill
_______________________________________________
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.