ms
This commit is contained in:
parent
440303d299
commit
7f84ce456a
@ -3194,6 +3194,7 @@ Public Class frmValidator
|
|||||||
|
|
||||||
If oFormatString <> String.Empty Then
|
If oFormatString <> String.Empty Then
|
||||||
Try
|
Try
|
||||||
|
|
||||||
Dim oSPlit = Split(oFormatString, ";")
|
Dim oSPlit = Split(oFormatString, ";")
|
||||||
If oSPlit(0) = "Decimal" Then
|
If oSPlit(0) = "Decimal" Then
|
||||||
LOGGER.Debug("FORMAT_STRING DECIMAL")
|
LOGGER.Debug("FORMAT_STRING DECIMAL")
|
||||||
@ -4115,7 +4116,7 @@ Public Class frmValidator
|
|||||||
Dim oDTFinalIndexing As DataTable
|
Dim oDTFinalIndexing As DataTable
|
||||||
oDTFinalIndexing = DatabaseFallback.GetDatatable("TBPM_PROFILE_FINAL_INDEXING", New GetDatatableOptions(oSQL, DatabaseType.ECM) With {
|
oDTFinalIndexing = DatabaseFallback.GetDatatable("TBPM_PROFILE_FINAL_INDEXING", New GetDatatableOptions(oSQL, DatabaseType.ECM) With {
|
||||||
.FilterExpression = $"PROFIL_ID = {CURRENT_ProfilGUID}",
|
.FilterExpression = $"PROFIL_ID = {CURRENT_ProfilGUID}",
|
||||||
.SortByColumn = "PROFIL_ID,TAB_INDEX"
|
.SortByColumn = "PROFIL_ID,SEQUENCE"
|
||||||
})
|
})
|
||||||
|
|
||||||
If oDTFinalIndexing?.Rows.Count > 0 Then
|
If oDTFinalIndexing?.Rows.Count > 0 Then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user