Something like this, in a button?
on mouseUp
repeat with y = 1 to the number of cds
repeat with x = 1 to the number of fields of cd y
set the lockText of fld x of cd y to yourCondition
end repeat
end repeat
end mouseUp
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
