Bugfix Kundensuche, MDMAuswertung
This commit is contained in:
@@ -3019,23 +3019,4 @@ Public Class usrCntlKundenuebersicht
|
||||
Dim webAddress As String = "https://wiki.verag.ag/software/aviso/howtos/Creditsafe"
|
||||
Process.Start(webAddress)
|
||||
End Sub
|
||||
|
||||
Private Sub rtbAbf_Besonderheiten_VScroll(sender As Object, e As EventArgs) Handles rtbAbf_Besonderheiten.HScroll, rtbAbf_Besonderheiten.VScroll
|
||||
With rtbAbf_Besonderheiten
|
||||
.ReadOnly = True
|
||||
.Text = .Text & vbCrLf
|
||||
.SelectionStart = .Text.Length
|
||||
.ScrollToCaret()
|
||||
End With
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub rtbAbf_Besonderheiten_TextChanged(sender As Object, e As EventArgs) Handles rtbAbf_Besonderheiten.TextChanged
|
||||
With rtbAbf_Besonderheiten
|
||||
.ReadOnly = True
|
||||
.Text = .Text & vbCrLf
|
||||
.SelectionStart = .Text.Length
|
||||
.ScrollToCaret()
|
||||
End With
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user