DocResult-Column was defined wrong. Correct: DOC_RESULT

This commit is contained in:
Developer01
2025-09-16 09:02:38 +02:00
parent 3ac61e75f5
commit 210bb821da
2 changed files with 2 additions and 2 deletions

View File

@@ -448,7 +448,7 @@ Public Class frmMain
'For Document
Try
'Get image data from gridview column.
strSql = "Select [DocResult] from [TBSIG_ENVELOPE] WHERE GUID = " & pEnvID
strSql = "Select [DOC_RESULT] from [TBSIG_ENVELOPE] WHERE GUID = " & pEnvID
Dim obyteDB = DB_DD_ECM.GetScalarValue(strSql)
If Not IsDBNull(obyteDB) Then
'Get image data from DB