646 lines
17 KiB
Plaintext
646 lines
17 KiB
Plaintext
|
|
object dmFacturasCliente: TdmFacturasCliente
|
||
|
|
OldCreateOrder = True
|
||
|
|
OnCreate = DAClientDataModuleCreate
|
||
|
|
RemoteService = RORemoteService
|
||
|
|
Adapter = DABINAdapter
|
||
|
|
SchemaCall.MethodName = 'GetSchemaAsXML'
|
||
|
|
SchemaCall.Params = <
|
||
|
|
item
|
||
|
|
Name = 'Result'
|
||
|
|
ParamType = fResult
|
||
|
|
DataType = rtString
|
||
|
|
end>
|
||
|
|
Left = 426
|
||
|
|
Top = 322
|
||
|
|
Height = 230
|
||
|
|
Width = 386
|
||
|
|
object RORemoteService: TRORemoteService
|
||
|
|
ServiceName = 'srvFacturasCliente'
|
||
|
|
Message = dmBase.ROMessage
|
||
|
|
Channel = dmBase.ROChannel
|
||
|
|
Left = 48
|
||
|
|
Top = 32
|
||
|
|
end
|
||
|
|
object tbl_FacturasCliente: TDACDSDataTable
|
||
|
|
RemoteUpdatesOptions = []
|
||
|
|
Fields = <
|
||
|
|
item
|
||
|
|
Name = 'CODIGO'
|
||
|
|
DataType = datInteger
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'CODIGOFACTURACLIENTE'
|
||
|
|
InPrimaryKey = True
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'FECHAALTA'
|
||
|
|
DataType = datDateTime
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
Required = True
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Fecha de alta'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'FECHAALTA'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'FECHAVENCIMIENTO'
|
||
|
|
DataType = datDateTime
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'USUARIO'
|
||
|
|
DataType = datString
|
||
|
|
Size = 100
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
Required = True
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Usuario de alta'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'USUARIO'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'FECHAFACTURA'
|
||
|
|
DataType = datDateTime
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'FECHAFACTURA'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'CLASEFACTURA'
|
||
|
|
DataType = datString
|
||
|
|
Size = 1
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'REFERENCIA'
|
||
|
|
DataType = datString
|
||
|
|
Size = 20
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Referencia'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'REFERENCIA'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'PAGADA'
|
||
|
|
DataType = datString
|
||
|
|
Size = 1
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'BASEIMPONIBLE'
|
||
|
|
DataType = datCurrency
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Base imponible'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'BASEIMPONIBLE'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'IVA'
|
||
|
|
DataType = datFloat
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'IVA'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'IMPORTEIVA'
|
||
|
|
DataType = datCurrency
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Importe IVA'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'IMPORTETOTAL'
|
||
|
|
DataType = datCurrency
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Importe total'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'DESCUENTO'
|
||
|
|
DataType = datFloat
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'IMPORTEDESCUENTO'
|
||
|
|
DataType = datFloat
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
Alignment = taRightJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'OBSERVACIONES'
|
||
|
|
DataType = datMemo
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Observaciones'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'OBSERVACIONES'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'FORMAPAGO'
|
||
|
|
DataType = datMemo
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Forma de pago'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'FORMAPAGO'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'CODIGOCONTACTO'
|
||
|
|
DataType = datInteger
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'C'#243'd. contacto'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'NIFCIF'
|
||
|
|
DataType = datString
|
||
|
|
Size = 10
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'NIF/CIF'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'NIFCIF'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'NOMBRE'
|
||
|
|
DataType = datString
|
||
|
|
Size = 100
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Nombre'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'CALLE'
|
||
|
|
DataType = datString
|
||
|
|
Size = 150
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Calle'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'CALLE'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'PROVINCIA'
|
||
|
|
DataType = datString
|
||
|
|
Size = 30
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Provincia'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'PROVINCIA'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'CODIGOPOSTAL'
|
||
|
|
DataType = datString
|
||
|
|
Size = 5
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'C'#243'd. postal'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'CODIGOPOSTAL'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'POBLACION'
|
||
|
|
DataType = datString
|
||
|
|
Size = 40
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Poblaci'#243'n'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'POBLACION'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'CODIGOOBRA'
|
||
|
|
DataType = datInteger
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Cod. obra'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end>
|
||
|
|
Params = <>
|
||
|
|
MasterMappingMode = mmDataRequest
|
||
|
|
LogChanges = False
|
||
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
||
|
|
SchemaCall.MethodName = 'GetDatasetSchema'
|
||
|
|
SchemaCall.Params = <
|
||
|
|
item
|
||
|
|
Name = 'Result'
|
||
|
|
ParamType = fResult
|
||
|
|
DataType = rtBinary
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'aDatasetName'
|
||
|
|
ParamType = fIn
|
||
|
|
DataType = rtString
|
||
|
|
Value = 'FacturasCliente'
|
||
|
|
end>
|
||
|
|
DataRequestCall.MethodName = 'GetDatasetDataEx'
|
||
|
|
DataRequestCall.Params = <
|
||
|
|
item
|
||
|
|
Name = 'Result'
|
||
|
|
ParamType = fResult
|
||
|
|
DataType = rtBinary
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'DatasetName'
|
||
|
|
ParamType = fIn
|
||
|
|
DataType = rtString
|
||
|
|
Value = 'FacturasCliente'
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'Params'
|
||
|
|
ParamType = fIn
|
||
|
|
DataType = rtUserDefined
|
||
|
|
UserClassName = 'TDADatasetParamArray'
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'UserFilter'
|
||
|
|
ParamType = fIn
|
||
|
|
DataType = rtString
|
||
|
|
Value = ''
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'IncludeSchema'
|
||
|
|
ParamType = fIn
|
||
|
|
DataType = rtBoolean
|
||
|
|
Value = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'MaxRecords'
|
||
|
|
ParamType = fIn
|
||
|
|
DataType = rtInteger
|
||
|
|
Value = -1
|
||
|
|
end>
|
||
|
|
DataUpdateCall.MethodName = 'UpdateData'
|
||
|
|
DataUpdateCall.Params = <
|
||
|
|
item
|
||
|
|
Name = 'Result'
|
||
|
|
ParamType = fResult
|
||
|
|
DataType = rtBinary
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'Delta'
|
||
|
|
ParamType = fIn
|
||
|
|
DataType = rtBinary
|
||
|
|
end>
|
||
|
|
ScriptCall.MethodName = 'GetDatasetScripts'
|
||
|
|
ScriptCall.Params = <
|
||
|
|
item
|
||
|
|
Name = 'Result'
|
||
|
|
ParamType = fResult
|
||
|
|
DataType = rtString
|
||
|
|
Value = ''
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'DatasetNames'
|
||
|
|
ParamType = fIn
|
||
|
|
DataType = rtString
|
||
|
|
Value = 'FacturasCliente'
|
||
|
|
end>
|
||
|
|
ReadOnly = False
|
||
|
|
RemoteService = RORemoteService
|
||
|
|
Adapter = dmBase.DABINAdapter
|
||
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
||
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
||
|
|
LogicalName = 'FacturasCliente'
|
||
|
|
IndexDefs = <>
|
||
|
|
Left = 144
|
||
|
|
Top = 32
|
||
|
|
end
|
||
|
|
object ds_FacturasCliente: TDADataSource
|
||
|
|
DataTable = tbl_FacturasCliente
|
||
|
|
Left = 240
|
||
|
|
Top = 32
|
||
|
|
end
|
||
|
|
object tbl_DetallesFacturasCliente: TDACDSDataTable
|
||
|
|
RemoteUpdatesOptions = []
|
||
|
|
Fields = <
|
||
|
|
item
|
||
|
|
Name = 'CODIGOFACTURA'
|
||
|
|
DataType = datInteger
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'CODIGOFACTURACLIENTE'
|
||
|
|
InPrimaryKey = True
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'NUMCONCEPTO'
|
||
|
|
DataType = datInteger
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
Required = True
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Num. concepto'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'NUMCONCEPTO'
|
||
|
|
InPrimaryKey = True
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'POSICION'
|
||
|
|
DataType = datInteger
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Posici'#243'n'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'POSICIONCONCEPTO'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'TIPO'
|
||
|
|
DataType = datString
|
||
|
|
Size = 1
|
||
|
|
Description = 'Cap'#237'tulo, etc'
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'TIPODETALLESFACTURACLIENTE'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'DESCRIPCION'
|
||
|
|
DataType = datString
|
||
|
|
Size = 2000
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Descripci'#243'n'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'CANTIDAD'
|
||
|
|
DataType = datInteger
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Cantidad'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'IMPORTEUNIDAD'
|
||
|
|
DataType = datCurrency
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Importe unitario'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'IMPORTEUNIDAD'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'IMPORTETOTAL'
|
||
|
|
DataType = datCurrency
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
DisplayLabel = 'Importe total'
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
DictionaryEntry = 'IMPORTETOTAL'
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end>
|
||
|
|
Params = <
|
||
|
|
item
|
||
|
|
Name = 'CODIGOFACTURA'
|
||
|
|
DataType = datInteger
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
Value = ''
|
||
|
|
ParamType = daptInput
|
||
|
|
end>
|
||
|
|
MasterMappingMode = mmParams
|
||
|
|
MasterParamsMappings.Strings = (
|
||
|
|
'CODIGOFACTURA=CODIGO')
|
||
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
||
|
|
SchemaCall.MethodName = 'GetDatasetSchema'
|
||
|
|
SchemaCall.Params = <
|
||
|
|
item
|
||
|
|
Name = 'Result'
|
||
|
|
ParamType = fResult
|
||
|
|
DataType = rtBinary
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'aDatasetName'
|
||
|
|
ParamType = fIn
|
||
|
|
DataType = rtString
|
||
|
|
Value = 'DetallesFacturasCliente'
|
||
|
|
end>
|
||
|
|
DataRequestCall.MethodName = 'GetDatasetDataEx'
|
||
|
|
DataRequestCall.Params = <
|
||
|
|
item
|
||
|
|
Name = 'Result'
|
||
|
|
ParamType = fResult
|
||
|
|
DataType = rtBinary
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'DatasetName'
|
||
|
|
ParamType = fIn
|
||
|
|
DataType = rtString
|
||
|
|
Value = 'DetallesFacturasCliente'
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'Params'
|
||
|
|
ParamType = fIn
|
||
|
|
DataType = rtUserDefined
|
||
|
|
UserClassName = 'TDADatasetParamArray'
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'UserFilter'
|
||
|
|
ParamType = fIn
|
||
|
|
DataType = rtString
|
||
|
|
Value = ''
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'IncludeSchema'
|
||
|
|
ParamType = fIn
|
||
|
|
DataType = rtBoolean
|
||
|
|
Value = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'MaxRecords'
|
||
|
|
ParamType = fIn
|
||
|
|
DataType = rtInteger
|
||
|
|
Value = -1
|
||
|
|
end>
|
||
|
|
DataUpdateCall.MethodName = 'UpdateData'
|
||
|
|
DataUpdateCall.Params = <
|
||
|
|
item
|
||
|
|
Name = 'Result'
|
||
|
|
ParamType = fResult
|
||
|
|
DataType = rtBinary
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'Delta'
|
||
|
|
ParamType = fIn
|
||
|
|
DataType = rtBinary
|
||
|
|
end>
|
||
|
|
ScriptCall.MethodName = 'GetDatasetScripts'
|
||
|
|
ScriptCall.Params = <
|
||
|
|
item
|
||
|
|
Name = 'Result'
|
||
|
|
ParamType = fResult
|
||
|
|
DataType = rtString
|
||
|
|
Value = ''
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'DatasetNames'
|
||
|
|
ParamType = fIn
|
||
|
|
DataType = rtString
|
||
|
|
Value = 'DetallesFacturasCliente'
|
||
|
|
end>
|
||
|
|
ReadOnly = False
|
||
|
|
RemoteService = RORemoteService
|
||
|
|
Adapter = dmBase.DABINAdapter
|
||
|
|
MasterSource = ds_FacturasCliente
|
||
|
|
MasterFields = 'CODIGO'
|
||
|
|
DetailFields = 'CODIGOFACTURA'
|
||
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtIncludeInAllInOneFetch]
|
||
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
||
|
|
LogicalName = 'DetallesFacturasCliente'
|
||
|
|
IndexDefs = <>
|
||
|
|
Left = 144
|
||
|
|
Top = 88
|
||
|
|
end
|
||
|
|
object ds_DetallesFacturasCliente: TDADataSource
|
||
|
|
DataTable = tbl_DetallesFacturasCliente
|
||
|
|
Left = 240
|
||
|
|
Top = 88
|
||
|
|
end
|
||
|
|
object DABINAdapter: TDABINAdapter
|
||
|
|
Left = 48
|
||
|
|
Top = 88
|
||
|
|
end
|
||
|
|
end
|