|
|
 |
FN-FORUM: Listbox question
date posted 14th March 2008 15:59
Whys am I getting "Cannot have multiple items selected when the
SelectionMode is Single." When I clear the form using
Sub Clear_Form(ByVal Sender As Object, ByVal E As EventArgs)
Details.Text = ""
From_Hour.items(0).selected = "True"
From_Minute.items(0).selected = "True"
To_Hour.items(0).selected = "True"
To_Minute.items(0).selected = "True"
End Sub
This is the list boxes
Thanks
Pam,
|
 |
|