There always seems to be a better way, but you can always:

on mouseUp
    ask "Find?"
    if it <> "" then put it into tFind
    repeat with y = 1 to the number of cds
       repeat with u = 1 to the number of flds of cd y
          if tFind is in fld u of cd y then put "fld id" && the id of fld u 
of cd y && "of" && "Card id" && the id of cd y & return after temp
       end repeat
    end repeat
    answer temp
end mouseUp
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to