MS
This commit is contained in:
@@ -293,7 +293,7 @@ Public Class frmFlowForm
|
||||
End Sub
|
||||
Sub Open_FlowSearch()
|
||||
Cursor = Cursors.WaitCursor
|
||||
If TheFormIsAlreadyLoaded("frmFlowSearch") Then
|
||||
If TheFormIsAlreadyLoaded("frmFlowSearch1") Then
|
||||
Cursor = Cursors.Default
|
||||
Exit Sub
|
||||
End If
|
||||
@@ -308,7 +308,7 @@ Public Class frmFlowForm
|
||||
oSQLFlowSearch = oSQLFlowSearch.Replace("@USER_ID", My.Application.User.UserId)
|
||||
oSQLFlowSearch = oSQLFlowSearch.Replace("@LANGUAGE_ID", My.Application.User.LanguageId)
|
||||
oSQLFlowSearch = oSQLFlowSearch.Replace("@LANGUAGE", My.Application.User.Language)
|
||||
Dim oForm As New frmFlowSearch(oSQLFlowSearch)
|
||||
Dim oForm As New frmFlowSearch1()
|
||||
oForm.Show()
|
||||
oForm.BringToFront()
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user