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:
David Arranz 2008-12-03 18:53:08 +00:00
parent 754a3d3840
commit 6f694485e1

View File

@ -108,6 +108,8 @@ inherited frViewRecibosCliente: TfrViewRecibosCliente
Caption = 'Fecha vencimiento'
DataBinding.FieldName = 'FECHA_VENCIMIENTO'
BestFitMaxWidth = 70
SortIndex = 0
SortOrder = soDescending
Width = 40
end
object cxGridViewDESCRIPCION: TcxGridDBColumn
@ -214,15 +216,27 @@ inherited frViewRecibosCliente: TfrViewRecibosCliente
Width = 531
ExplicitWidth = 531
inherited txtFiltroTodo: TcxTextEdit
Style.LookAndFeel.SkinName = ''
StyleDisabled.LookAndFeel.SkinName = ''
StyleFocused.LookAndFeel.SkinName = ''
StyleHot.LookAndFeel.SkinName = ''
ExplicitWidth = 434
Width = 434
end
inherited edtFechaIniFiltro: TcxDateEdit
Style.LookAndFeel.SkinName = ''
StyleDisabled.LookAndFeel.SkinName = ''
StyleFocused.LookAndFeel.SkinName = ''
StyleHot.LookAndFeel.SkinName = ''
ExplicitWidth = 183
Width = 183
end
inherited edtFechaFinFiltro: TcxDateEdit
Left = 287
Style.LookAndFeel.SkinName = ''
StyleDisabled.LookAndFeel.SkinName = ''
StyleFocused.LookAndFeel.SkinName = ''
StyleHot.LookAndFeel.SkinName = ''
ExplicitLeft = 287
ExplicitWidth = 234
Width = 234