WhatsApp, Anhänge SR, etc.
This commit is contained in:
@@ -481,9 +481,7 @@ Public Class cSMS
|
||||
If Originator = "" Then Originator = absenderFirma
|
||||
If Originator.Length > 11 Then Originator = Originator.Substring(0, 11)
|
||||
|
||||
If Message.Contains(vbLf) Then
|
||||
Message = Message.Replace(vbLf, ", ")
|
||||
End If
|
||||
Message = System.Text.RegularExpressions.Regex.Replace(Message, "\r\n|\r|\n", ", ")
|
||||
|
||||
Dim json As New Chilkat.JsonObject
|
||||
|
||||
|
||||
@@ -235,7 +235,7 @@ Partial Class frmDatumsabfrage
|
||||
Friend WithEvents btn As Button
|
||||
Friend WithEvents lbl As Label
|
||||
Friend WithEvents Label1 As Label
|
||||
Friend WithEvents dtp_date As DateTimePicker
|
||||
Public WithEvents dtp_date As DateTimePicker
|
||||
Friend WithEvents pnlKunde As Panel
|
||||
Public WithEvents cboKundenkreis As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
Public WithEvents cbxKunden As CheckBox
|
||||
|
||||
Reference in New Issue
Block a user