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
_______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
