Modules: Parameter mit ' durch " ersetzen
This commit is contained in:
parent
c79707f1e1
commit
6be92ae0f2
@ -113,10 +113,14 @@ Namespace ZUGFeRD
|
|||||||
|
|
||||||
If pParameter1.IsNullOrEmpty Then
|
If pParameter1.IsNullOrEmpty Then
|
||||||
pParameter1 = ""
|
pParameter1 = ""
|
||||||
|
Else
|
||||||
|
pParameter1 = pParameter1.Replace("'", "''")
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If pParameter2.IsNullOrEmpty Then
|
If pParameter2.IsNullOrEmpty Then
|
||||||
pParameter2 = ""
|
pParameter2 = ""
|
||||||
|
Else
|
||||||
|
pParameter2 = pParameter2.Replace("'", "''")
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Try
|
Try
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user