AppleWorks bug. Can someone please confirm
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.