Re: AppleWorks again
Re: AppleWorks again
- Subject: Re: AppleWorks again
- From: Cornwall <email@hidden>
- Date: Thu, 8 Aug 2002 16:40:39 -0700
At 12:27 PM +0500 8/8/02, Bruce M. Axtens wrote:
>
Dear List
>
>
Is there any way of getting "print" to just print one record rather than
>
giving me everything?
This is a bit raw, since I don't see a way yet back to the current subset
of visible records (if working with a found set of records). How to
show a group of records by their object specifiers is eluding me.
This will print the currently selected record.
tell application "AppleWorks 6"
activate
tell database of document 1
set selectid to id of selection
hide every record
show record id selectid
end tell
print document 1
end tell
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.