2023-09-20 MP
This commit is contained in:
@@ -71,7 +71,8 @@ Public Class frmMain
|
||||
Dim oRow = oTable.Rows.Item(0)
|
||||
|
||||
Return New DbConfig() With {
|
||||
.DocumentPath = oRow.ItemEx("DOCUMENT_PATH", "")
|
||||
.DocumentPath = oRow.ItemEx("DOCUMENT_PATH", ""),
|
||||
.SendingProfile = oRow.ItemEx("SENDING_PROFILE", 0)
|
||||
}
|
||||
Catch ex As Exception
|
||||
Return New DbConfig()
|
||||
|
||||
Reference in New Issue
Block a user