• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: AppleWorks again
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: AppleWorks again
      • From: "Bruce M. Axtens" <email@hidden>
References: 
 >AppleWorks again (From: "Bruce M. Axtens" <email@hidden>)

  • Prev by Date: Re: Checking the OS Version
  • Next by Date: Re: Read File question - OS 9
  • Previous by thread: AppleWorks again
  • Next by thread: Re: AppleWorks again
  • Index(es):
    • Date
    • Thread