MS
This commit is contained in:
@@ -755,7 +755,7 @@ Public Class frmConstructorDesigner
|
||||
Dim sql = String.Format("SELECT FORM_ID FROM TBPMO_FORM_CONSTRUCTOR_DETAIL WHERE GUID = {0}", SelectedNode.Tag)
|
||||
Dim FormId As Integer = ClassDatabase.Execute_Scalar(sql)
|
||||
If FormId > 0 Then
|
||||
CURRENT_FORM_ID = FormId
|
||||
CURRENT_ENTITY_ID = FormId
|
||||
OpenFormLevelDesigner()
|
||||
End If
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user