Re: AppleWorks scripting - database question
Re: AppleWorks scripting - database question
- Subject: Re: AppleWorks scripting - database question
- From: "Bruce M. Axtens" <email@hidden>
- Date: Mon, 29 Jul 2002 10:11:14 +0500
Dear List
>
Try this:
>
>
tell record i
>
if value of field "Job Name" = jumpLoc then
>
activate
>
exit repeat
>
end if
>
end tell
Well I tried it, but nothing happens. I simplified the code down to ...
repeat with I from 1 to number of record
tell record I
activate
end tell
end repeat
... fully expecting the display to scroll through the records. However,
nothing happened.
I am using AppleWorks 6.2.4 on Mac OS X 1.5 under AppleScript 1.8.3
_______________________________________________
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.