Re: sometimes, true = false !
Re: sometimes, true = false !
- Subject: Re: sometimes, true = false !
- From: Axel Luttgens <email@hidden>
- Date: Mon, 21 Sep 2009 17:17:50 +0200
Le 21 sept. 2009 à 15:53, Yvan KOENIG a écrit :
Trying to help a user, I wrote a script wich gave odd results.
I dropped a lot of things and reduced it to this bare one:
[...]
The result is really foolish:
"liste1 : 2, 3
liste2 : 2, 3
liste3 : 1, 4, 5, 6, 7, 8, 9, 10"
liste1 claims that visible of records 2 & 3 is true
but
liste2 claims that visible of records 2 & 3 is false.
Happily, liste3 gives the correct list.
So, at this time, I'm forced to use a loop when a whose clause was
the theorical best choice.
Any idea to get a correct result with whose ?
Hello Yvan,
With the same database, could you show the result of
tell application "AppleWorks 6"
tell document 1
visible of records
end
end
then of
tell application "AppleWorks 6"
tell document 1
properties of records
end
end
?
Axel _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden