ZooFlow
This commit is contained in:
@@ -276,7 +276,7 @@ Public Class frmFlowForm
|
||||
End If
|
||||
oSQL = "SELECT * FROM TBIDB_ATTRIBUTE"
|
||||
|
||||
My.DTAttributes = AppServerOrDB.GetDatatable("IDB", oSQL, "TBIDB_ATTRIBUTE", "", "")
|
||||
My.Tables.DTIDB_ATTRIBUTE = AppServerOrDB.GetDatatable("IDB", oSQL, "TBIDB_ATTRIBUTE", "", "")
|
||||
Me.Cursor = Cursors.Default
|
||||
End Sub
|
||||
|
||||
@@ -408,7 +408,7 @@ Public Class frmFlowForm
|
||||
Exit Sub
|
||||
End If
|
||||
Dim oSQLFlowSearch As String = ""
|
||||
For Each oRow As DataRow In My.DTCOMMON_SQL.Rows
|
||||
For Each oRow As DataRow In My.Tables.DTIDB_COMMON_SQL.Rows
|
||||
If oRow.Item("TITLE") = SQLCMD_FLOW_SEARCH_LOWER_LIMIT Then
|
||||
oSQLFlowSearch = oRow.Item("SQL_COMMAND")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user