Se cambia el orden por defecto de la lista de facturas por fecha
git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@351 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
754a3d3840
commit
6f694485e1
@ -108,6 +108,8 @@ inherited frViewRecibosCliente: TfrViewRecibosCliente
|
|||||||
Caption = 'Fecha vencimiento'
|
Caption = 'Fecha vencimiento'
|
||||||
DataBinding.FieldName = 'FECHA_VENCIMIENTO'
|
DataBinding.FieldName = 'FECHA_VENCIMIENTO'
|
||||||
BestFitMaxWidth = 70
|
BestFitMaxWidth = 70
|
||||||
|
SortIndex = 0
|
||||||
|
SortOrder = soDescending
|
||||||
Width = 40
|
Width = 40
|
||||||
end
|
end
|
||||||
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
object cxGridViewDESCRIPCION: TcxGridDBColumn
|
||||||
@ -214,15 +216,27 @@ inherited frViewRecibosCliente: TfrViewRecibosCliente
|
|||||||
Width = 531
|
Width = 531
|
||||||
ExplicitWidth = 531
|
ExplicitWidth = 531
|
||||||
inherited txtFiltroTodo: TcxTextEdit
|
inherited txtFiltroTodo: TcxTextEdit
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
ExplicitWidth = 434
|
ExplicitWidth = 434
|
||||||
Width = 434
|
Width = 434
|
||||||
end
|
end
|
||||||
inherited edtFechaIniFiltro: TcxDateEdit
|
inherited edtFechaIniFiltro: TcxDateEdit
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
ExplicitWidth = 183
|
ExplicitWidth = 183
|
||||||
Width = 183
|
Width = 183
|
||||||
end
|
end
|
||||||
inherited edtFechaFinFiltro: TcxDateEdit
|
inherited edtFechaFinFiltro: TcxDateEdit
|
||||||
Left = 287
|
Left = 287
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
ExplicitLeft = 287
|
ExplicitLeft = 287
|
||||||
ExplicitWidth = 234
|
ExplicitWidth = 234
|
||||||
Width = 234
|
Width = 234
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user