Hello,
how can ich change the text from the code module to the Main.
Code in the Main
Sub Process_Globals
Dim txtFehlerspeicher As EditText
end sub
Sub Globals
end sub
in the CodeModule
Public Sub TextinsTextfeld(was As String)
If was.Length =0 Then
Main.txtFehlerspeicher.Text =""
Return
End If
Main.Fehlerspeicher.Text = CRLF & Main.txtFehlerspeicher.Text & was
End Sub
but it doesn't work...
please help
Greetings Lutz
how can ich change the text from the code module to the Main.
Code in the Main
Sub Process_Globals
Dim txtFehlerspeicher As EditText
end sub
Sub Globals
end sub
in the CodeModule
Public Sub TextinsTextfeld(was As String)
If was.Length =0 Then
Main.txtFehlerspeicher.Text =""
Return
End If
Main.Fehlerspeicher.Text = CRLF & Main.txtFehlerspeicher.Text & was
End Sub
but it doesn't work...
please help
Greetings Lutz