This commit is contained in:
2024-08-06 23:05:15 +02:00
parent 72d5d41ee7
commit a68523b39d

View File

@@ -4697,16 +4697,16 @@ Public Class frmStartOptions
fehler = mse.getTransactionsFromTransactionID(token, transactions, dtTransactionID) fehler = mse.getTransactionsFromTransactionID(token, transactions, dtTransactionID)
If fehler <> "" Then If fehler <> "" Then
MsgBox(fehler) MsgBox(fehler)
Me.Visible = True Me.Visible = True
Exit Sub Exit Sub
End If
End If End If
Me.Visible = True End If
Me.Visible = True
End Sub End Sub
End Class End Class