This is an excessively long script:
on mouseUp me
vFilename = member("Filename").text
member("Foo").html = vFilename
end mouseUp me
just shorten it and use this:
on mouseUp
member("Foo").html=member("Filename").text
end
Charlie Fiskeaux II
The Creative Group
www.cre8tivegroup.com
859/858-9054 x29
cell: 859/312-3883
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]