InstantFeedBackView
This commit is contained in:
@@ -147,7 +147,7 @@ Public Class InLineEditVC
|
||||
EnableInlineEdit(gridColumn)
|
||||
End Select
|
||||
|
||||
Case "ImmovablesPriceListHeader_ImmovablesPriceListRowsA_ListView", "ImmovablesPriceListHeader_ImmovablesPriceListRowsO_ListView", _
|
||||
Case "ImmovablesPriceListHeader_ImmovablesPriceListRowsA_ListView", "ImmovablesPriceListHeader_ImmovablesPriceListRowsO_ListView",
|
||||
"ImmovablesPriceListHeader_ImmovablesPriceListRowsG_ListView", "ImmovablesPriceListHeader_ImmovablesPriceListRowsC_ListView"
|
||||
Select Case name
|
||||
Case "ListPriceBruttoDEV", "ListPriceBruttoHUF", "ListPriceBruttoDEVRent", "ListPriceBruttoHUFRent"
|
||||
@@ -384,7 +384,7 @@ Public Class InLineEditVC
|
||||
EnableInlineEdit(gridColumn)
|
||||
End Select
|
||||
|
||||
Case "StorageInfromDeliveryNoteInRowsHeader_StorageInfromDeliveryNoteInRowsRows_ListView", _
|
||||
Case "StorageInfromDeliveryNoteInRowsHeader_StorageInfromDeliveryNoteInRowsRows_ListView",
|
||||
"DeliveryNoteInFromOrderOutRowsHeader_DeliveryNoteInFromOrderOutRowsRows_ListView"
|
||||
Select Case name
|
||||
Case "QTT_Process"
|
||||
@@ -504,12 +504,20 @@ Public Class InLineEditVC
|
||||
'End If
|
||||
If modelColumn IsNot Nothing Then
|
||||
If modelColumn.HideValueIfZero = True Then
|
||||
If e.Value = 0 Then e.DisplayText = ""
|
||||
Try
|
||||
If e.Value = 0 Then e.DisplayText = ""
|
||||
Catch
|
||||
|
||||
End Try
|
||||
|
||||
|
||||
End If
|
||||
End If
|
||||
|
||||
End If
|
||||
End If
|
||||
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub TreeListEditor_CellValueChanged(sender As Object, e As DevExpress.XtraTreeList.CellValueChangedEventArgs)
|
||||
|
||||
Reference in New Issue
Block a user