• 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
AppleWorks bug. Can someone please confirm
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AppleWorks bug. Can someone please confirm


  • Subject: AppleWorks bug. Can someone please confirm
  • From: Cornwall <email@hidden>
  • Date: Fri, 9 Aug 2002 13:26:38 -0700

The AppleWorks conditional statement, "every record whose visible is
true," seems to be broken (well, actually it works - it returns the
hidden records). If someone would please confirm that the statements
below are indeed broken, I will try to figure out how to fill out a
bug report. Provided it's not an old bug. Mac OSX 10.1.5, AS 1.8.3,
AppleWorks 6.2.4, G4 500DP

--Method 1
tell application "AppleWorks 6"
activate
tell database of document 1
set obSpecList to (object specifier of every record whose visible is true)
end tell
end tell
-->list of hidden records

--Method 2
tell application "AppleWorks 6"
activate
tell database of document 1
set idList to (id of every record whose visible is true)
end tell
end tell
-->list of hidden records

BTW
"every record whose visible is false" also returns hidden
records.

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 bug. Can someone please confirm
      • From: John W Baxter <email@hidden>
    • Re: AppleWorks bug. Can someone please confirm
      • From: Olivier <email@hidden>
  • Prev by Date: Re: Open For Access Broken in 9?
  • Next by Date: do shell script and redirection fun!
  • Previous by thread: RE: Open For Access Broken in 9?
  • Next by thread: Re: AppleWorks bug. Can someone please confirm
  • Index(es):
    • Date
    • Thread