combo box default message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several combo boxes that show lists of items that are created by the
user. How do I display the messag "Select from list" so that the user knows
what to do. Because the lists are created by the user (and stored in a
table) I cannot use a default value from the list. How do I display a
message
 
Beto,
Try just hiding a Label that says "Select from list". Using the OnEnter of the Combo
make it visible = true, and OnExit make it visible = false.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top