Ticket #802 -> No se guarda la información de grupo de proveedor en proveedores

git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@1054 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
David Arranz 2012-02-09 17:57:54 +00:00
parent 1e2765e684
commit 9386166f6b
3 changed files with 5 additions and 2 deletions

View File

@ -236,6 +236,7 @@ inherited DataModuleProveedores: TDataModuleProveedores
item item
Name = 'GRUPO_PROVEEDOR' Name = 'GRUPO_PROVEEDOR'
DataType = datString DataType = datString
Size = 255
DisplayLabel = 'Grupo proveedor' DisplayLabel = 'Grupo proveedor'
DictionaryEntry = 'Proveedores_GRUPO_PROVEEDOR' DictionaryEntry = 'Proveedores_GRUPO_PROVEEDOR'
end end

View File

@ -1078,6 +1078,7 @@ object srvContactos: TsrvContactos
item item
Name = 'GRUPO_PROVEEDOR' Name = 'GRUPO_PROVEEDOR'
DataType = datString DataType = datString
Size = 255
DictionaryEntry = 'Proveedores_GRUPO_PROVEEDOR' DictionaryEntry = 'Proveedores_GRUPO_PROVEEDOR'
end end
item item
@ -4628,6 +4629,7 @@ object srvContactos: TsrvContactos
item item
Name = 'Proveedores_GRUPO_PROVEEDOR' Name = 'Proveedores_GRUPO_PROVEEDOR'
DataType = datString DataType = datString
Size = 255
DisplayLabel = 'Grupo proveedor' DisplayLabel = 'Grupo proveedor'
end end
item item

View File

@ -40,8 +40,8 @@ object dmServer: TdmServer
Name = 'IBX' Name = 'IBX'
ConnectionString = ConnectionString =
'IBX?Server=localhost;Database=C:\Codigo Tecsitel\Output\Debug\Da' + 'IBX?Server=localhost;Database=C:\Codigo Tecsitel\Output\Debug\Da' +
'tabase\FACTUGES.FDB;UserID=sysdba;Password=masterkey;Dialect=3;C' + 'tabase\FACTUGES2.FDB;UserID=sysdba;Password=masterkey;Dialect=3;' +
'harset=ISO8859_1;' 'Charset=ISO8859_1;'
ConnectionType = 'Interbase' ConnectionType = 'Interbase'
Default = True Default = True
end> end>