Re: AppleScript and FileMaker 7 Examples
Re: AppleScript and FileMaker 7 Examples
- Subject: Re: AppleScript and FileMaker 7 Examples
- From: Bruce Robertson <email@hidden>
- Date: Tue, 09 Aug 2005 10:03:37 -0700
> -- Following is code that does not work...trying to replace the line above
> doing it a different way
>
> delete every request
In previous versions this worked and no error was generated if requests did
not exist. Now you must trap for that condition:
Try
delete every request
End try
create new request at end
set cell "Test" of request -1 to "find text"
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden