>on mouseUp
>   put the cThisFldLookup of this cd into lThisFld -- custom 
>property, points to a field
>   put value(lThisFld) into lThisVar -- indirect ref?
>   put lThisVar into fld "Display Text" -- now display the text, 
>could merge above line with this
>end mouseUp

value() has pretty much the same speed hit as "do". A faster way 
would be to store the short id in your custom property, and then use

put field id lThisField into fld "Display Text"

  ... that works in HyperCard, so it should in Rev as well.
-- 
Bye,
M. Uli Kusterer
------------------------------------------------------------
        "The Witnesses of TeachText are everywhere..."
               http://www.weblayout.com/witness

Reply via email to