• 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: T&B <email@hidden>
  • Date: Mon, 29 Nov 2004 11:15:37 +1100

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

--
Give your AppleWorks database more replace options than FileMaker,
with the Enhancement Pack for AppleWorks:
http://www.tandb.com.au/appleworks/enhance/?sig

_______________________________________________
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


  • Follow-Ups:
    • Re: Find Item in AppleWorks Database?
      • From: "Ken G. Brown" <email@hidden>
References: 
 >Find Item in AppleWorks Database? (From: "Ken G. Brown" <email@hidden>)

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