B
BillGatesFan
I perform a Quck Watch inside of VS 2005 and it tells me that
Session("CurrentDB") is Nothing, but it still executes the next line.
Has the language changed or something? What am I doing wrong? It
should skip the second line.
If (Not Session("CurrentDB") Is Nothing) Then
lblCurrentDatabase.Text = Session("CurrentDB")
End If
Session("CurrentDB") is Nothing, but it still executes the next line.
Has the language changed or something? What am I doing wrong? It
should skip the second line.
If (Not Session("CurrentDB") Is Nothing) Then
lblCurrentDatabase.Text = Session("CurrentDB")
End If