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
|
||||
DataBinding.FieldName = 'REFERENCIA'
|
||||
PropertiesClassName = 'TcxTextEditProperties'
|
||||
SortIndex = 0
|
||||
SortOrder = soDescending
|
||||
Width = 69
|
||||
end
|
||||
object cxGridViewSITUACION: TcxGridDBColumn
|
||||
@ -52,6 +50,8 @@ inherited frViewFacturasCliente: TfrViewFacturasCliente
|
||||
object cxGridViewFECHA_FACTURA: TcxGridDBColumn
|
||||
DataBinding.FieldName = 'FECHA_FACTURA'
|
||||
PropertiesClassName = 'TcxDateEditProperties'
|
||||
SortIndex = 0
|
||||
SortOrder = soDescending
|
||||
Width = 28
|
||||
end
|
||||
object cxGridViewNOMBRE_COMERCIAL: TcxGridDBColumn
|
||||
@ -161,15 +161,27 @@ inherited frViewFacturasCliente: TfrViewFacturasCliente
|
||||
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 = 144
|
||||
Width = 144
|
||||
end
|
||||
inherited edtFechaFinFiltro: TcxDateEdit
|
||||
Left = 248
|
||||
Style.LookAndFeel.SkinName = ''
|
||||
StyleDisabled.LookAndFeel.SkinName = ''
|
||||
StyleFocused.LookAndFeel.SkinName = ''
|
||||
StyleHot.LookAndFeel.SkinName = ''
|
||||
ExplicitLeft = 248
|
||||
ExplicitWidth = 273
|
||||
Width = 273
|
||||
|
||||
Loading…
Reference in New Issue
Block a user