Re: AppleWorks again
Re: AppleWorks again
- Subject: Re: AppleWorks again
- From: Cornwall <email@hidden>
- Date: Fri, 9 Aug 2002 07:51:15 -0700
At 3:43 PM +0500 8/9/02, Bruce M. Axtens wrote:
>
And in the process of trying it out I trashed my database! I'm reminded of
>
the QIC site which has a graphics "Is your data backed up or just not yet
>
lost". Mine wasn't and is.
>
>
By the way, the id of selection was nowhere near as good as getting the
>
index, that is the record number.
Index and id seem to work equally well here.
tell application "AppleWorks 6"
activate
tell database of document 1
set selectid to index of selection
hide every record
show record index selectid
end tell
print document 1
end tell
Replacing "index" with "id" causes no problems OMM.
Regards
Corny
_______________________________________________
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.