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@346 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
5ae88647f6
commit
605ccb1760
@ -41,8 +41,6 @@ inherited frViewFacturasCliente: TfrViewFacturasCliente
|
|||||||
object cxGridViewREFERENCIA: TcxGridDBColumn
|
object cxGridViewREFERENCIA: TcxGridDBColumn
|
||||||
DataBinding.FieldName = 'REFERENCIA'
|
DataBinding.FieldName = 'REFERENCIA'
|
||||||
PropertiesClassName = 'TcxTextEditProperties'
|
PropertiesClassName = 'TcxTextEditProperties'
|
||||||
SortIndex = 0
|
|
||||||
SortOrder = soDescending
|
|
||||||
Width = 69
|
Width = 69
|
||||||
end
|
end
|
||||||
object cxGridViewSITUACION: TcxGridDBColumn
|
object cxGridViewSITUACION: TcxGridDBColumn
|
||||||
@ -52,6 +50,8 @@ inherited frViewFacturasCliente: TfrViewFacturasCliente
|
|||||||
object cxGridViewFECHA_FACTURA: TcxGridDBColumn
|
object cxGridViewFECHA_FACTURA: TcxGridDBColumn
|
||||||
DataBinding.FieldName = 'FECHA_FACTURA'
|
DataBinding.FieldName = 'FECHA_FACTURA'
|
||||||
PropertiesClassName = 'TcxDateEditProperties'
|
PropertiesClassName = 'TcxDateEditProperties'
|
||||||
|
SortIndex = 0
|
||||||
|
SortOrder = soDescending
|
||||||
Width = 28
|
Width = 28
|
||||||
end
|
end
|
||||||
object cxGridViewNOMBRE_COMERCIAL: TcxGridDBColumn
|
object cxGridViewNOMBRE_COMERCIAL: TcxGridDBColumn
|
||||||
@ -161,15 +161,27 @@ inherited frViewFacturasCliente: TfrViewFacturasCliente
|
|||||||
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 = 144
|
ExplicitWidth = 144
|
||||||
Width = 144
|
Width = 144
|
||||||
end
|
end
|
||||||
inherited edtFechaFinFiltro: TcxDateEdit
|
inherited edtFechaFinFiltro: TcxDateEdit
|
||||||
Left = 248
|
Left = 248
|
||||||
|
Style.LookAndFeel.SkinName = ''
|
||||||
|
StyleDisabled.LookAndFeel.SkinName = ''
|
||||||
|
StyleFocused.LookAndFeel.SkinName = ''
|
||||||
|
StyleHot.LookAndFeel.SkinName = ''
|
||||||
ExplicitLeft = 248
|
ExplicitLeft = 248
|
||||||
ExplicitWidth = 273
|
ExplicitWidth = 273
|
||||||
Width = 273
|
Width = 273
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user