filter list help
Alex Tweedly
alex at tweedly.net
Mon Jan 10 16:19:25 EST 2005
Bob Hartley wrote:
>
> I tried the script
>
> on mouseUp
> filter fld "ItemList" of stack "My Database" with field
> "*ItemListFilter*" of stack "FilterItemList"
> end mouseUp
I think you want something more like ....
filter fld "ItemList" of stack "My Database" with ( "*" & field
"ItemListFilter" of stack "FilterItemList" & "*" )
-- Alex.
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.9 - Release Date: 06/01/2005
More information about the use-livecode
mailing list