Se adapta mascara para Recargo de equivalencia para que se vena bien los decimales
git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@175 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
This commit is contained in:
parent
27fc684823
commit
14cf78acab
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -155,6 +155,8 @@ inherited frViewFacturasCliente: TfrViewFacturasCliente
|
||||
end
|
||||
object cxGridViewRE: TcxGridDBColumn
|
||||
DataBinding.FieldName = 'RE'
|
||||
PropertiesClassName = 'TcxCurrencyEditProperties'
|
||||
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
|
||||
end
|
||||
object cxGridViewIMPORTE_RE: TcxGridDBColumn
|
||||
DataBinding.FieldName = 'IMPORTE_RE'
|
||||
|
||||
@ -147,6 +147,8 @@ object fEditorTipoIVA: TfEditorTipoIVA
|
||||
DataBinding.DataField = 'RE'
|
||||
DataBinding.DataSource = dsTipoIVA
|
||||
Properties.AssignedValues.MinValue = True
|
||||
Properties.DisplayFormat = ',0.00 %;-,0.00 %'
|
||||
Properties.EditFormat = ',0.00 %;-,0.00 %'
|
||||
Properties.ImmediatePost = True
|
||||
Properties.MaxValue = 100.000000000000000000
|
||||
Properties.ValueType = vtFloat
|
||||
|
||||
@ -31,7 +31,7 @@ uses
|
||||
uBizTiposIVA, uTiposIVAController,
|
||||
uDADataTable, uIEditorTipoIVA, ActnList, ExtCtrls, JvExControls, JvComponent,
|
||||
JvEnterTab, cxControls, cxContainer, cxEdit, cxTextEdit, cxMaskEdit,
|
||||
cxSpinEdit, cxDBEdit;
|
||||
cxSpinEdit, cxDBEdit, uDAInterfaces;
|
||||
|
||||
type
|
||||
TfEditorTipoIVA = class(TForm, IEditorTipoIVA)
|
||||
|
||||
Reference in New Issue
Block a user