SND NCTS Adresse
This commit is contained in:
@@ -1936,7 +1936,8 @@ Public Class frmSendungAnhangImport
|
|||||||
|
|
||||||
theStream.Close()
|
theStream.Close()
|
||||||
' We should have the file name or if its an email, the subject line. Create our temp file based on the temp path and this info
|
' We should have the file name or if its an email, the subject line. Create our temp file based on the temp path and this info
|
||||||
Dim myTempFile As String = IO.Path.GetTempPath & fileName.ToString
|
Dim myTempFile As String = IO.Path.GetTempPath & VERAG_PROG_ALLGEMEIN.cDATENSERVER.replaceInvalidCahr(fileName.ToString)
|
||||||
|
|
||||||
' Look to see if this is a email message. If so save that temporarily and get the temp file.
|
' Look to see if this is a email message. If so save that temporarily and get the temp file.
|
||||||
If InStr(myTempFile, ".msg") > 0 Then
|
If InStr(myTempFile, ".msg") > 0 Then
|
||||||
Dim objOL As New Microsoft.Office.Interop.Outlook.Application
|
Dim objOL As New Microsoft.Office.Interop.Outlook.Application
|
||||||
|
|||||||
@@ -113,6 +113,7 @@ Partial Class usrCntlSND_NCTSGestellungsadresse
|
|||||||
Me.txtT1Verzollungsadresse.key_visible = False
|
Me.txtT1Verzollungsadresse.key_visible = False
|
||||||
Me.txtT1Verzollungsadresse.KEYPARAM = Nothing
|
Me.txtT1Verzollungsadresse.KEYPARAM = Nothing
|
||||||
Me.txtT1Verzollungsadresse.Location = New System.Drawing.Point(121, 11)
|
Me.txtT1Verzollungsadresse.Location = New System.Drawing.Point(121, 11)
|
||||||
|
Me.txtT1Verzollungsadresse.MaxLength = 35
|
||||||
Me.txtT1Verzollungsadresse.Name = "txtT1Verzollungsadresse"
|
Me.txtT1Verzollungsadresse.Name = "txtT1Verzollungsadresse"
|
||||||
Me.txtT1Verzollungsadresse.searchActive = True
|
Me.txtT1Verzollungsadresse.searchActive = True
|
||||||
Me.txtT1Verzollungsadresse.Size = New System.Drawing.Size(269, 20)
|
Me.txtT1Verzollungsadresse.Size = New System.Drawing.Size(269, 20)
|
||||||
|
|||||||
Reference in New Issue
Block a user