Click here to Skip to main content
15,903,856 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Problem in Data Reports in VB 6.0 Pin
Birdy15-Jul-05 2:08
Birdy15-Jul-05 2:08 
Generalnahelp me in this printing problem-- nidhi s Pin
pnavkumar@yahoo.co.in14-Jul-05 1:16
susspnavkumar@yahoo.co.in14-Jul-05 1:16 
GeneralRe: nahelp me in this printing problem-- nidhi s Pin
Dave Kreskowiak14-Jul-05 3:31
mveDave Kreskowiak14-Jul-05 3:31 
GeneralRe: nahelp me in this printing problem-- nidhi s Pin
Member 211512814-Jul-05 3:53
Member 211512814-Jul-05 3:53 
GeneralRe: nahelp me in this printing problem-- nidhi s Pin
Dave Kreskowiak14-Jul-05 4:24
mveDave Kreskowiak14-Jul-05 4:24 
GeneralChange SQL Server startup account to SA Pin
Toms Edison14-Jul-05 0:46
Toms Edison14-Jul-05 0:46 
GeneralRe: Change SQL Server startup account to SA Pin
Dave Kreskowiak14-Jul-05 1:16
mveDave Kreskowiak14-Jul-05 1:16 
GeneralSelecting dropdown value automatically Pin
macca2414-Jul-05 0:44
macca2414-Jul-05 0:44 
I have a textbox which holds a date and I also have a dropdown box which has 3 values to select.
When the webform is loaded the date field is empty, the dropdown box has a value selected at load time which is Form A. What I want is that when I add a date to the date field then the value in the dropdown box will change to Form B which is in the dropdown list.

The code I have is as follows:

Private Sub dbxStatus_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles dbxStatus.SelectedIndexChanged

End Sub

Private Sub tbxDateSigned_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tbxDateSigned.TextChanged
If tbxDateSigned.Text = True Then
'dbxStatus.SelectedValue = "Signed Off"
dbxStatus.SelectedValue = "Signed Off"
End If
End Sub

This code doesn't work.
Anyone any ideas?

macca
GeneralRe: Selecting dropdown value automatically Pin
Gavin Jeffrey14-Jul-05 0:50
Gavin Jeffrey14-Jul-05 0:50 
GeneralRe: Selecting dropdown value automatically Pin
Gavin Jeffrey14-Jul-05 0:53
Gavin Jeffrey14-Jul-05 0:53 
GeneralRe: Selecting dropdown value automatically Pin
macca2414-Jul-05 0:56
macca2414-Jul-05 0:56 
GeneralRe: Selecting dropdown value automatically Pin
Gavin Jeffrey14-Jul-05 1:42
Gavin Jeffrey14-Jul-05 1:42 
General<help me>Access Pin
vtalau13-Jul-05 23:44
vtalau13-Jul-05 23:44 
GeneralRe: <help me>Access Pin
SBendBuckeye14-Jul-05 13:01
SBendBuckeye14-Jul-05 13:01 
GeneralRe: Webbrowser navigation to a file included in .RES file Pin
Rudy Schramm13-Jul-05 20:01
Rudy Schramm13-Jul-05 20:01 
GeneralRe: Webbrowser navigation to a file included in .RES file Pin
Dave Kreskowiak14-Jul-05 1:13
mveDave Kreskowiak14-Jul-05 1:13 
GeneralRe: Webbrowser navigation to a file included in .RES file Pin
Rudy Schramm15-Jul-05 2:22
Rudy Schramm15-Jul-05 2:22 
QuestionMessage Box new line? Pin
phraser13-Jul-05 11:35
phraser13-Jul-05 11:35 
AnswerRe: Message Box new line? Pin
Christian Graus13-Jul-05 12:39
protectorChristian Graus13-Jul-05 12:39 
GeneralRe: Message Box new line? Pin
phraser13-Jul-05 12:42
phraser13-Jul-05 12:42 
GeneralRe: Message Box new line? Pin
Christian Graus13-Jul-05 12:44
protectorChristian Graus13-Jul-05 12:44 
GeneralRe: Message Box new line? Pin
[Marc]13-Jul-05 17:34
[Marc]13-Jul-05 17:34 
Generalmultiple users updating access db Pin
jimbodenny13-Jul-05 7:49
jimbodenny13-Jul-05 7:49 
GeneralRe: multiple users updating access db Pin
ToddHileHoffer13-Jul-05 8:15
ToddHileHoffer13-Jul-05 8:15 
GeneralRe: multiple users updating access db Pin
jimbodenny13-Jul-05 11:50
jimbodenny13-Jul-05 11:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.