using vb.net i need to validate a field has a future date

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mrrcomp
    New Member
    • Oct 2006
    • 6

    using vb.net i need to validate a field has a future date

    I am attempting to use a customValidatio n to check if the date entered in a field is in the future or not.

    I keep getting the following error

    BC30506: Handles clause requires a WithEvents variable defined in the containing type or one of its base types.



    Suggestions of how to go about solving this?

    Regards

    Meir
  • David Gluth
    New Member
    • Oct 2010
    • 46

    #2
    You are attempting to 'handle' an event for a function taht does not have any events defined. Post some sample code and someone may be able to give you more specific direction.

    Comment

    Working...