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:
roberto 2012-09-27 16:38:48 +00:00
parent 27fc684823
commit 14cf78acab
10 changed files with 197 additions and 190 deletions

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

View File

@ -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'

View File

@ -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

View File

@ -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)