This commit is contained in:
SchreiberM
2017-03-22 10:54:43 +01:00
parent 3ae8717426
commit 00db59f666
5 changed files with 34 additions and 25 deletions

View File

@@ -442,6 +442,7 @@ Module ModuleHelperMethods
IS_SINGLE_RECORD As Boolean, FORM_TYPE As Integer, ByRef VIEW_ID As Integer, ByRef GridControlMain As GridControl, ByRef grvwGrid As GridView, Optional ByRef IS_GEOData As Boolean = False)
Try
Dim ViewName As String = "VWTEMP_PMO_FORM" & FormId.ToString
CURRENT_VIEWNAME = ViewName
Dim EntitySQL As String
If GRID_TYPE = frmConstructor_Main.GridType.Grid Then