filter list help
    Bob Hartley 
    rev at armbase.com
       
    Mon Jan 10 16:31:09 EST 2005
    
    
  
At 21:19 10/01/2005, you wrote:
>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" & "*" )
Hi Alex
This filters great but creates a problem.
In the listfield I had the script
on mouseDoubleUp
    if the hilitedLine is not empty then
       go card (the hilitedLine of me)
    end if
end mouseDoubleUp
This would allow the user to double click on an entry to go to the card 
corresponding to the ListField entry.
However, after filtering it does not go to the card on double click.
Any Ideas? I'm assuming the filtering removes the text association with hte 
card somehow....
Cheers
Bob
>-- 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
>use-revolution at lists.runrev.com
>http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
>
>--
>No virus found in this incoming message.
>Checked by AVG Anti-Virus.
>Version: 7.0.300 / Virus Database: 265.6.9 - Release Date: 06/01/2005
-- 
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