fix exiting when control table is empty
This commit is contained in:
parent
98f1d38180
commit
371ddfe1a1
@ -116,12 +116,12 @@ Public Class frmStart
|
|||||||
Exit Sub
|
Exit Sub
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If DTPROFILE_REL_WINDOW Is Nothing OrElse DTPROFILE_REL_WINDOW.Rows.Count = 0 Then
|
If DTPROFILE_REL_WINDOW Is Nothing Then
|
||||||
Logger.Warn("DTPROFILE_REL_WINDOW is empty!")
|
Logger.Warn("DTPROFILE_REL_WINDOW is empty!")
|
||||||
Exit Sub
|
Exit Sub
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If DTPROFILE_REL_CONTROL Is Nothing OrElse DTPROFILE_REL_CONTROL.Rows.Count = 0 Then
|
If DTPROFILE_REL_CONTROL Is Nothing Then
|
||||||
Logger.Warn("DTPROFILE_REL_CONTROL is empty!")
|
Logger.Warn("DTPROFILE_REL_CONTROL is empty!")
|
||||||
Exit Sub
|
Exit Sub
|
||||||
End If
|
End If
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user