• 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: Find Item in AppleWorks Database?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Find Item in AppleWorks Database?


  • Subject: Re: Find Item in AppleWorks Database?
  • From: "Ken G. Brown" <email@hidden>
  • Date: Sun, 28 Nov 2004 18:41:20 -0700

Yay!
With this tip and others, I got it sorta working! Now to fine tune a bit.
Thx everyone who responded so quickly.

   Ken

At 11:15 AM +1100 on 2004/11/29, T&B is rumored to have written:
Hi Ken,

I'm new to AppleScript and have a simple little task I want to automate for a friend.
I need to open a AppleWorks database file, search for an item in the database and then of course display it.

Something like this:

tell application "AppleWorks 6"
  open file "Macintosh HD:Users:ken:Documents:My Database.cwk"
  tell database of front document
    hide every record
    show every record whose value of field "Customer" contains "Tom"
  end tell
end tell

This will eventually be driven from a Point of Sale system.

Sounds intriguing.

Can anyone point me to appropriate examples that could help me get jump started?

Reply back to this forum (not me directly) if you need more info.

Is there a site or resource specific to AppleWorks scripting?

The only AppleScripting AppleWorks tutorial site I know of is here (written by me):
http://www.tandb.com.au/applescript/tutorial/


It would be worth your while completing it before flying blind.

Tom
T&B
<>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Find Item in AppleWorks Database? (From: "Ken G. Brown" <email@hidden>)
 >Re: Find Item in AppleWorks Database? (From: T&B <email@hidden>)

  • Prev by Date: Re: Find Item in AppleWorks Database?
  • Next by Date: Re: Entourage import command fails
  • Previous by thread: Re: Find Item in AppleWorks Database?
  • Next by thread: Re: Find Item in AppleWorks Database?
  • Index(es):
    • Date
    • Thread