SOLVED - How to populate a field with custom text
Posted: Fri Jul 08, 2011 4:18 pm
I have a label field set aside for hints. I want hints to appear when the user hovers over any field.
I know to use the mouseenter command, but I cannot get it to work.
Here is my code:
on mouseenter
lblHints Contents = "Enter your First Name - this is a mandatory field!"
end mouseenter
This code does not work. What do I have to do to make it work.
Thank you.
Mike
I know to use the mouseenter command, but I cannot get it to work.
Here is my code:
on mouseenter
lblHints Contents = "Enter your First Name - this is a mandatory field!"
end mouseenter
This code does not work. What do I have to do to make it work.
Thank you.
Mike