spown
Electrical
- May 28, 2005
- 9
Hallo, I'm want to enter a text in text property of TextBox. I read help exampels and using the following part of cod
Sub Eltablo()
Dim Trafopost, Izvod As String
Dim StalbNomer, TabloNomer As String
Dim tipTablo As String
Dim EPN As String
Dim Electromer, Tok As String
Dim Chasovnik, ChasovnikNomer As String
Dim Tarifi, Fasa, TT, NT As String
Trafopost = "TP 1"
Izvod = "A"
StalbNomer = "1"
TabloNomer = "1"
tipTablo = "TEMO 1M"
txtTrafopost.Text = Trafopost
txtIzvod.Text = Izvod
txtTablo.Text = tipTablo
txtStalb.Text = StalbNomer
txtTablo.Text = TabloNomer
End Sub
but it does not work.
Pleas tell me why?
Sub Eltablo()
Dim Trafopost, Izvod As String
Dim StalbNomer, TabloNomer As String
Dim tipTablo As String
Dim EPN As String
Dim Electromer, Tok As String
Dim Chasovnik, ChasovnikNomer As String
Dim Tarifi, Fasa, TT, NT As String
Trafopost = "TP 1"
Izvod = "A"
StalbNomer = "1"
TabloNomer = "1"
tipTablo = "TEMO 1M"
txtTrafopost.Text = Trafopost
txtIzvod.Text = Izvod
txtTablo.Text = tipTablo
txtStalb.Text = StalbNomer
txtTablo.Text = TabloNomer
End Sub
but it does not work.
Pleas tell me why?