Report, Dynamic SQL
This commit is contained in:
@@ -56,12 +56,13 @@
|
||||
Public Property Original As String = ""
|
||||
Public Property External As String = ""
|
||||
Public Property Final As String = ""
|
||||
Public Property Required As Boolean = False
|
||||
Public Property IsRequired As Boolean = False
|
||||
Public Property IsVirtual As Boolean = False
|
||||
Public Property SortKey As Integer = 0
|
||||
|
||||
Public ReadOnly Property HasError As Boolean
|
||||
Get
|
||||
Return Required = True And (
|
||||
Return IsRequired = True And (
|
||||
[Error] <> FieldError.None Or Final = String.Empty
|
||||
)
|
||||
End Get
|
||||
|
||||
Reference in New Issue
Block a user