Re: AppleWorks again
Re: AppleWorks again
- Subject: Re: AppleWorks again
- From: Cornwall <email@hidden>
- Date: Fri, 9 Aug 2002 08:05:18 -0700
This also works as well as the other examples.
tell application "AppleWorks 6"
activate
tell database of document 1
set selectid to object specifier of selection
hide every record
show 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.