Zooflow: Redesign for frmFlowForm
This commit is contained in:
@@ -140,7 +140,7 @@ Public Class ctrlObjectPropertyDialog
|
||||
Private Async Function GetValueHistoryForObjectId(ObjectId As Long) As Task(Of DataTable)
|
||||
Dim oSQL As String = $"
|
||||
SELECT * FROM VWIDB_CHANGE_LOG
|
||||
WHERE IDB_OBJ_ID = {ObjectId} AND
|
||||
WHERE IDB_OBJ_ID = {ObjectId}
|
||||
ORDER BY ChangeID DESC
|
||||
"
|
||||
Dim oResult = Await Client.GetDatatableFromIDBAsync(oSQL)
|
||||
|
||||
Reference in New Issue
Block a user