• 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 scripting - database question solved
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AppleWorks scripting - database question solved


  • Subject: Re: AppleWorks scripting - database question solved
  • From: "Bruce M. Axtens" <email@hidden>
  • Date: Mon, 29 Jul 2002 10:32:58 +0500

Dear List

Solved it. Set the current record property to the record you want to go to
and the display goes there.

For example, listing all the record is the database ...

tell application "AppleWorks 6"
tell document "Database.cwk"
repeat with i from 1 to number of records
tell record i
set current record to record i
end tell
end repeat
end tell
end tell


Bruce.
_______________________________________________
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.

  • Prev by Date: Re: AppleWorks scripting - database question
  • Next by Date: "result" corruption
  • Previous by thread: It's own C compiler
  • Next by thread: "result" corruption
  • Index(es):
    • Date
    • Thread