How to refresh a form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sc5502
    New Member
    • Jun 2014
    • 102

    How to refresh a form

    I have a vb.net form that has a combo box field on it. The combo box has one value that if selected then a value is put in another form field and a refresh is done.
    Code:
    If cbo_BadgeColor.Text = "No Badge Required" Then
                txt_BadgeNumber.Text = "No Badge Given"
                Me.Refresh()
            End If
    The form does not get refresh auotomatically. What is wrong?
  • sc5502
    New Member
    • Jun 2014
    • 102

    #2
    I just found the answer. Thanks.

    Comment

    • !NoItAll
      Contributor
      • May 2006
      • 297

      #3
      This is a classic example of a dead-thread. If you found the answer POST IT! Someone else might have the same problem and when they run across this thread it is useless. These unanswered threads are just noise on the internet. I would urge the moderator to contact the poster and ask them to post the answer, or after 10 days just delete it altogether.

      Comment

      Working...