Se activa el informe de pagos de clientes
git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@34 9a1d36f3-7752-2d40-8ccb-50eb49674c68
This commit is contained in:
parent
0cd6782224
commit
690d3e0f24
BIN
BD/BASEDATOS.FDB
BIN
BD/BASEDATOS.FDB
Binary file not shown.
@ -2,7 +2,7 @@ object dmBase: TdmBase
|
|||||||
OldCreateOrder = True
|
OldCreateOrder = True
|
||||||
OnCreate = DAClientDataModuleCreate
|
OnCreate = DAClientDataModuleCreate
|
||||||
Left = 997
|
Left = 997
|
||||||
Top = 256
|
Top = 222
|
||||||
Height = 368
|
Height = 368
|
||||||
Width = 494
|
Width = 494
|
||||||
object SmallImages: TPngImageList
|
object SmallImages: TPngImageList
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
object fEditorBase: TfEditorBase
|
object fEditorBase: TfEditorBase
|
||||||
Left = 665
|
Left = 666
|
||||||
Top = 313
|
Top = 271
|
||||||
Width = 670
|
Width = 670
|
||||||
Height = 512
|
Height = 512
|
||||||
Caption = 'EditorBase'
|
Caption = 'EditorBase'
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
inherited fEditorDBBase: TfEditorDBBase
|
inherited fEditorDBBase: TfEditorDBBase
|
||||||
Left = 584
|
Left = 585
|
||||||
Caption = 'fEditorDBBase'
|
Caption = 'fEditorDBBase'
|
||||||
PixelsPerInch = 96
|
PixelsPerInch = 96
|
||||||
TextHeight = 13
|
TextHeight = 13
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
inherited fEditorDBItem: TfEditorDBItem
|
inherited fEditorDBItem: TfEditorDBItem
|
||||||
Left = 354
|
Left = 358
|
||||||
Caption = 'fEditorDBItem'
|
Caption = 'fEditorDBItem'
|
||||||
PixelsPerInch = 96
|
PixelsPerInch = 96
|
||||||
TextHeight = 13
|
TextHeight = 13
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
inherited fEditorGrid: TfEditorGrid
|
inherited fEditorGrid: TfEditorGrid
|
||||||
Left = 582
|
Left = 583
|
||||||
Top = 225
|
Top = 195
|
||||||
Width = 714
|
Width = 714
|
||||||
Height = 485
|
Height = 485
|
||||||
Caption = 'fEditorGrid'
|
Caption = 'fEditorGrid'
|
||||||
|
|||||||
@ -67,15 +67,12 @@ inherited frViewGrid: TfrViewGrid
|
|||||||
Width = 439
|
Width = 439
|
||||||
inherited txtFiltroTodo: TcxTextEdit
|
inherited txtFiltroTodo: TcxTextEdit
|
||||||
Left = 87
|
Left = 87
|
||||||
Width = 273
|
|
||||||
end
|
end
|
||||||
inherited edtFechaIniFiltro: TcxDateEdit
|
inherited edtFechaIniFiltro: TcxDateEdit
|
||||||
Left = 87
|
Left = 87
|
||||||
Width = 121
|
|
||||||
end
|
end
|
||||||
inherited edtFechaFinFiltro: TcxDateEdit
|
inherited edtFechaFinFiltro: TcxDateEdit
|
||||||
Left = 275
|
Left = 275
|
||||||
Width = 121
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
||||||
@ -117,7 +114,7 @@ inherited frViewGrid: TfrViewGrid
|
|||||||
PrinterPage.PageSize.Y = 297000
|
PrinterPage.PageSize.Y = 297000
|
||||||
PrinterPage._dxMeasurementUnits_ = 0
|
PrinterPage._dxMeasurementUnits_ = 0
|
||||||
PrinterPage._dxLastMU_ = 2
|
PrinterPage._dxLastMU_ = 2
|
||||||
ReportDocument.CreationDate = 42451.783501458330000000
|
ReportDocument.CreationDate = 42891.704888599540000000
|
||||||
OptionsCharts.Transparent = True
|
OptionsCharts.Transparent = True
|
||||||
OptionsFormatting.SuppressBackgroundBitmaps = True
|
OptionsFormatting.SuppressBackgroundBitmaps = True
|
||||||
OptionsOnEveryPage.Caption = False
|
OptionsOnEveryPage.Caption = False
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
inherited fEditorMontaje: TfEditorMontaje
|
inherited fEditorMontaje: TfEditorMontaje
|
||||||
Left = 295
|
Left = 297
|
||||||
Top = 172
|
Top = 103
|
||||||
Width = 766
|
Width = 766
|
||||||
Height = 497
|
Height = 497
|
||||||
HorzScrollBar.Visible = False
|
HorzScrollBar.Visible = False
|
||||||
@ -161,8 +161,15 @@ inherited fEditorMontaje: TfEditorMontaje
|
|||||||
inherited TBXDockablePanel1: TTBXDockablePanel
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
||||||
inherited dxLayoutControl1: TdxLayoutControl
|
inherited dxLayoutControl1: TdxLayoutControl
|
||||||
Width = 746
|
Width = 746
|
||||||
|
inherited txtFiltroTodo: TcxTextEdit
|
||||||
|
Width = 465
|
||||||
|
end
|
||||||
|
inherited edtFechaIniFiltro: TcxDateEdit
|
||||||
|
Width = 245
|
||||||
|
end
|
||||||
inherited edtFechaFinFiltro: TcxDateEdit
|
inherited edtFechaFinFiltro: TcxDateEdit
|
||||||
Left = 459
|
Left = 459
|
||||||
|
Width = 204
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
||||||
@ -229,8 +236,15 @@ inherited fEditorMontaje: TfEditorMontaje
|
|||||||
inherited TBXDockablePanel1: TTBXDockablePanel
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
||||||
inherited dxLayoutControl1: TdxLayoutControl
|
inherited dxLayoutControl1: TdxLayoutControl
|
||||||
Width = 746
|
Width = 746
|
||||||
|
inherited txtFiltroTodo: TcxTextEdit
|
||||||
|
Width = 465
|
||||||
|
end
|
||||||
|
inherited edtFechaIniFiltro: TcxDateEdit
|
||||||
|
Width = 245
|
||||||
|
end
|
||||||
inherited edtFechaFinFiltro: TcxDateEdit
|
inherited edtFechaFinFiltro: TcxDateEdit
|
||||||
Left = 459
|
Left = 459
|
||||||
|
Width = 204
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
||||||
@ -304,8 +318,15 @@ inherited fEditorMontaje: TfEditorMontaje
|
|||||||
inherited TBXDockablePanel1: TTBXDockablePanel
|
inherited TBXDockablePanel1: TTBXDockablePanel
|
||||||
inherited dxLayoutControl1: TdxLayoutControl
|
inherited dxLayoutControl1: TdxLayoutControl
|
||||||
Width = 746
|
Width = 746
|
||||||
|
inherited txtFiltroTodo: TcxTextEdit
|
||||||
|
Width = 465
|
||||||
|
end
|
||||||
|
inherited edtFechaIniFiltro: TcxDateEdit
|
||||||
|
Width = 245
|
||||||
|
end
|
||||||
inherited edtFechaFinFiltro: TcxDateEdit
|
inherited edtFechaFinFiltro: TcxDateEdit
|
||||||
Left = 459
|
Left = 459
|
||||||
|
Width = 204
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
inherited TBXAlignmentPanel1: TTBXAlignmentPanel
|
||||||
|
|||||||
@ -171,24 +171,23 @@ Item0=D:\Proyectos\Componentes\GUISDK\Sources\;D:\Proyectos\Componentes\PluginSD
|
|||||||
Count=1
|
Count=1
|
||||||
Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
||||||
[HistoryLists\hlSearchPath]
|
[HistoryLists\hlSearchPath]
|
||||||
Count=17
|
Count=16
|
||||||
Item0=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\Contactos\Cliente;..\..\..\Usuarios;..\Reglas;..\..\Cuentas\Cliente;..\..\Asientos\Cliente;..\..\Intervalos\Cliente;..\..\Documentos asociados;..\..\Almacenes\Cliente;..\..\Montajes\Cliente;..\..\Presupuestos\Cliente
|
Item0=..\Modulos\Presupuestos\Reglas;..\Modulos\Contactos\Reglas;..\Base;..\Configuracion;..\Usuarios;..\Modulos\Albaranes de cliente\Reglas
|
||||||
Item1=..\Modulos\Presupuestos\Reglas;..\Modulos\Contactos\Reglas;..\Base;..\Configuracion;..\Usuarios;..\Modulos\Albaranes de cliente\Reglas
|
Item1=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\Base;..\Configuracion;..\Usuarios;..\Modulos\Intervalos;..\Modulos\Documentos asociados;..\Modulos\Contactos\Cliente;..\Modulos\Contactos\Reglas;..\Modulos\Presupuestos\Cliente;..\Modulos\Presupuestos\Reglas;..\Modulos\Albaranes de cliente\Cliente;..\Modulos\Albaranes de cliente\Reglas;..\Modulos\Facturas de cliente\Cliente;..\Modulos\Facturas de cliente\Reglas;..\Modulos\Pedidos a proveedor\Cliente;..\Modulos\Pedidos a proveedor\Reglas;..\Modulos\Facturas de proveedor\Cliente;..\Modulos\Facturas de proveedor\Reglas;..\Modulos\Montajes\Reglas;..\Modulos\Montajes\Cliente;..\Modulos\Articulos\Cliente;..\Modulos\Articulos\Reglas;..\Modulos\Almacenes\Reglas;..\Modulos\Almacenes\Cliente;..\Modulos\Pagos\Reglas;..\Modulos\Pagos\Cliente;..\Modulos\Cuentas\Reglas;..\Modulos\Cuentas\Cliente;..\Modulos\Asientos\Reglas;..\Modulos\Asientos\Cliente;..\Modulos\Calendarios\Cliente;..\Modulos\Calendarios\Reglas
|
||||||
Item2=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\Base;..\Configuracion;..\Usuarios;..\Modulos\Intervalos;..\Modulos\Documentos asociados;..\Modulos\Contactos\Cliente;..\Modulos\Contactos\Reglas;..\Modulos\Presupuestos\Cliente;..\Modulos\Presupuestos\Reglas;..\Modulos\Albaranes de cliente\Cliente;..\Modulos\Albaranes de cliente\Reglas;..\Modulos\Facturas de cliente\Cliente;..\Modulos\Facturas de cliente\Reglas;..\Modulos\Pedidos a proveedor\Cliente;..\Modulos\Pedidos a proveedor\Reglas;..\Modulos\Facturas de proveedor\Cliente;..\Modulos\Facturas de proveedor\Reglas;..\Modulos\Montajes\Reglas;..\Modulos\Montajes\Cliente;..\Modulos\Articulos\Cliente;..\Modulos\Articulos\Reglas;..\Modulos\Almacenes\Reglas;..\Modulos\Almacenes\Cliente;..\Modulos\Pagos\Reglas;..\Modulos\Pagos\Cliente;..\Modulos\Cuentas\Reglas;..\Modulos\Cuentas\Cliente;..\Modulos\Asientos\Reglas;..\Modulos\Asientos\Cliente;..\Modulos\Calendarios\Cliente;..\Modulos\Calendarios\Reglas
|
Item2=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\Contactos\Cliente;..\..\Presupuestos\Cliente;..\..\..\Usuarios;..\..\Albaranes de cliente\Cliente;..\..\Documentos asociados;..\..\Pagos\Cliente;..\..\Intervalos\Cliente;..\..\Asientos\Cliente;..\..\Cuentas\Cliente
|
||||||
Item3=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\Contactos\Cliente;..\..\Presupuestos\Cliente;..\..\..\Usuarios;..\..\Albaranes de cliente\Cliente;..\..\Documentos asociados;..\..\Pagos\Cliente;..\..\Intervalos\Cliente;..\..\Asientos\Cliente;..\..\Cuentas\Cliente
|
Item3=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\Contactos\Cliente;..\..\Presupuestos\Cliente;..\..\..\Usuarios;..\..\Albaranes de cliente\Cliente;..\..\Documentos asociados;..\..\Pagos\Cliente;..\..\Intervalos\Cliente;..\..\Asientos\Cliente
|
||||||
Item4=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\Contactos\Cliente;..\..\Presupuestos\Cliente;..\..\..\Usuarios;..\..\Albaranes de cliente\Cliente;..\..\Documentos asociados;..\..\Pagos\Cliente;..\..\Intervalos\Cliente;..\..\Asientos\Cliente
|
Item4=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\Contactos\Cliente;..\..\Presupuestos\Cliente;..\..\..\Usuarios;..\..\Albaranes de cliente\Cliente;..\..\Documentos asociados;..\..\Pagos\Cliente;..\..\Intervalos\Cliente
|
||||||
Item5=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\Contactos\Cliente;..\..\Presupuestos\Cliente;..\..\..\Usuarios;..\..\Albaranes de cliente\Cliente;..\..\Documentos asociados;..\..\Pagos\Cliente;..\..\Intervalos\Cliente
|
Item5=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\Contactos\Cliente;..\..\Presupuestos\Cliente;..\..\..\Usuarios;..\..\Albaranes de cliente\Cliente;..\..\Documentos asociados;..\..\Pagos\Cliente
|
||||||
Item6=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\Contactos\Cliente;..\..\Presupuestos\Cliente;..\..\..\Usuarios;..\..\Albaranes de cliente\Cliente;..\..\Documentos asociados;..\..\Pagos\Cliente
|
Item6=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\..\Usuarios;..\..\Montajes\Cliente;..\..\Documentos asociados;..\..\Contactos\Cliente;..\..\Almacenes\Cliente
|
||||||
Item7=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\..\Usuarios;..\..\Montajes\Cliente;..\..\Documentos asociados;..\..\Contactos\Cliente;..\..\Almacenes\Cliente
|
Item7=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\Contactos\Cliente;..\..\..\Usuarios;..\..\Documentos asociados
|
||||||
Item8=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\Contactos\Cliente;..\..\..\Usuarios;..\..\Documentos asociados
|
Item8=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\..\Usuarios;..\..\Montajes\Cliente;..\..\Documentos asociados;..\..\Contactos\Cliente
|
||||||
Item9=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\..\Usuarios;..\..\Montajes\Cliente;..\..\Documentos asociados;..\..\Contactos\Cliente
|
Item9=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\..\Usuarios;..\..\Montajes\Cliente;..\..\Documentos asociados
|
||||||
Item10=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\..\Usuarios;..\..\Montajes\Cliente;..\..\Documentos asociados
|
Item10=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\..\Usuarios;..\..\Montajes\Cliente
|
||||||
Item11=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\..\Usuarios;..\..\Montajes\Cliente
|
Item11=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\Contactos\Cliente;..\..\..\Usuarios;..\..\Documentos asociados;..\..\Montajes\Cliente;..\..\Almacenes\Cliente
|
||||||
Item12=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\Contactos\Cliente;..\..\..\Usuarios;..\..\Documentos asociados;..\..\Montajes\Cliente;..\..\Almacenes\Cliente
|
Item12=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\Contactos\Cliente;..\..\..\Usuarios;..\..\Documentos asociados;..\..\Montajes\Cliente
|
||||||
Item13=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\..\Base;..\..\..\Servidor;..\..\Contactos\Cliente;..\..\..\Usuarios;..\..\Documentos asociados;..\..\Montajes\Cliente
|
Item13=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\Servidor
|
||||||
Item14=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\Servidor
|
Item14=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\base;..\Modulos\Calendarios\Cliente;..\Modulos\Calendarios\Reglas
|
||||||
Item15=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\base;..\Modulos\Calendarios\Cliente;..\Modulos\Calendarios\Reglas
|
Item15=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\Base;..\..\Servidor;..\..\Contactos\Cliente;..\..\..\Usuarios
|
||||||
Item16=$(DELPHI)\Lib\Debug;D:\PROYEC~1\COMPON~1\jcl\lib\D7\debug;..\..\Base;..\..\Servidor;..\..\Contactos\Cliente;..\..\..\Usuarios
|
|
||||||
[HistoryLists\hlUnitOutputDirectory]
|
[HistoryLists\hlUnitOutputDirectory]
|
||||||
Count=1
|
Count=1
|
||||||
Item0=.\
|
Item0=.\
|
||||||
@ -205,21 +204,19 @@ Item2=..\..\Output\Cliente
|
|||||||
Count=1
|
Count=1
|
||||||
Item0=.\
|
Item0=.\
|
||||||
[Exception Log]
|
[Exception Log]
|
||||||
EurekaLog Version=519
|
EurekaLog Version=6006
|
||||||
Activate=1
|
Activate=1
|
||||||
Activate Handle=1
|
Activate Handle=1
|
||||||
Save Log File=1
|
Save Log File=1
|
||||||
Foreground Tab=0
|
Foreground Tab=0
|
||||||
Freeze Activate=0
|
Freeze Activate=0
|
||||||
Freeze Timeout=0
|
Freeze Timeout=0
|
||||||
Freeze Message=The application seems to be frozen.
|
|
||||||
SMTP From=eurekalog@email.com
|
SMTP From=eurekalog@email.com
|
||||||
SMTP Host=
|
SMTP Host=
|
||||||
SMTP Port=25
|
SMTP Port=25
|
||||||
SMTP UserID=
|
SMTP UserID=
|
||||||
SMTP Password=
|
SMTP Password=
|
||||||
Append to Log=0
|
Append to Log=0
|
||||||
Show TerminateBtn=1
|
|
||||||
TerminateBtn Operation=1
|
TerminateBtn Operation=1
|
||||||
Errors Number=32
|
Errors Number=32
|
||||||
Errors Terminate=3
|
Errors Terminate=3
|
||||||
@ -255,30 +252,55 @@ WebUserID=
|
|||||||
WebPassword=
|
WebPassword=
|
||||||
WebPort=0
|
WebPort=0
|
||||||
AttachedFiles=
|
AttachedFiles=
|
||||||
|
ProxyURL=
|
||||||
|
ProxyUser=
|
||||||
|
ProxyPassword=
|
||||||
|
ProxyPort=8080
|
||||||
|
TrakerUser=
|
||||||
|
TrakerPassword=
|
||||||
|
TrakerAssignTo=
|
||||||
|
TrakerProject=
|
||||||
|
TrakerCategory=
|
||||||
|
TrakerTrialID=
|
||||||
|
ZipPassword=
|
||||||
|
PreBuildEvent=
|
||||||
|
PostSuccessfulBuildEvent=
|
||||||
|
PostFailureBuildEvent=
|
||||||
|
ExceptionDialogType=2
|
||||||
Count=0
|
Count=0
|
||||||
EMail Message Line Count=0
|
EMail Message Line Count=0
|
||||||
loNoDuplicateErrors=0
|
loNoDuplicateErrors=0
|
||||||
loAppendReproduceText=0
|
loAppendReproduceText=0
|
||||||
loDeleteLogAtVersionChange=0
|
loDeleteLogAtVersionChange=0
|
||||||
loAddComputerNameInLogFileName=0
|
loAddComputerNameInLogFileName=0
|
||||||
loSaveModulesSection=1
|
loSaveModulesAndProcessesSections=1
|
||||||
loSaveCPUSection=1
|
loSaveAssemblerAndCPUSections=1
|
||||||
soAppStartDate=1
|
soAppStartDate=1
|
||||||
soAppName=1
|
soAppName=1
|
||||||
soAppVersionNumber=1
|
soAppVersionNumber=1
|
||||||
soAppParameters=1
|
soAppParameters=1
|
||||||
soAppCompilationDate=1
|
soAppCompilationDate=1
|
||||||
|
soAppUpTime=1
|
||||||
soExcDate=1
|
soExcDate=1
|
||||||
soExcAddress=1
|
soExcAddress=1
|
||||||
soExcModule=1
|
soExcModuleName=1
|
||||||
|
soExcModuleVersion=1
|
||||||
soExcType=1
|
soExcType=1
|
||||||
soExcMessage=1
|
soExcMessage=1
|
||||||
|
soExcID=1
|
||||||
|
soExcCount=1
|
||||||
|
soExcStatus=1
|
||||||
|
soExcNote=1
|
||||||
|
soUserID=1
|
||||||
|
soUserName=1
|
||||||
|
soUserEmail=1
|
||||||
|
soUserPrivileges=1
|
||||||
|
soUserCompany=1
|
||||||
soActCtlsFormClass=1
|
soActCtlsFormClass=1
|
||||||
soActCtlsFormText=1
|
soActCtlsFormText=1
|
||||||
soActCtlsControlClass=1
|
soActCtlsControlClass=1
|
||||||
soActCtlsControlText=1
|
soActCtlsControlText=1
|
||||||
soCmpName=1
|
soCmpName=1
|
||||||
soCmpUser=1
|
|
||||||
soCmpTotalMemory=1
|
soCmpTotalMemory=1
|
||||||
soCmpFreeMemory=1
|
soCmpFreeMemory=1
|
||||||
soCmpTotalDisk=1
|
soCmpTotalDisk=1
|
||||||
@ -286,16 +308,21 @@ soCmpFreeDisk=1
|
|||||||
soCmpSysUpTime=1
|
soCmpSysUpTime=1
|
||||||
soCmpProcessor=1
|
soCmpProcessor=1
|
||||||
soCmpDisplayMode=1
|
soCmpDisplayMode=1
|
||||||
|
soCmpDisplayDPI=1
|
||||||
|
soCmpVideoCard=1
|
||||||
|
soCmpPrinter=1
|
||||||
soOSType=1
|
soOSType=1
|
||||||
soOSBuildN=1
|
soOSBuildN=1
|
||||||
soOSUpdate=1
|
soOSUpdate=1
|
||||||
soOSLanguage=1
|
soOSLanguage=1
|
||||||
|
soOSCharset=1
|
||||||
soNetIP=1
|
soNetIP=1
|
||||||
soNetSubmask=1
|
soNetSubmask=1
|
||||||
soNetGateway=1
|
soNetGateway=1
|
||||||
soNetDNS1=1
|
soNetDNS1=1
|
||||||
soNetDNS2=1
|
soNetDNS2=1
|
||||||
soNetDHCP=1
|
soNetDHCP=1
|
||||||
|
soCustomData=1
|
||||||
sndShowSendDialog=1
|
sndShowSendDialog=1
|
||||||
sndShowSuccessFailureMsg=0
|
sndShowSuccessFailureMsg=0
|
||||||
sndSendEntireLog=0
|
sndSendEntireLog=0
|
||||||
@ -305,31 +332,44 @@ sndUseOnlyActiveWindow=0
|
|||||||
sndSendLastHTMLPage=1
|
sndSendLastHTMLPage=1
|
||||||
sndSendInSeparatedThread=0
|
sndSendInSeparatedThread=0
|
||||||
sndAddDateInFileName=0
|
sndAddDateInFileName=0
|
||||||
sndCompressAllFiles=0
|
sndAddComputerNameInFileName=0
|
||||||
edoShowExceptionDialog=1
|
edoSendErrorReportChecked=1
|
||||||
edoSendEmailChecked=1
|
|
||||||
edoAttachScreenshotChecked=1
|
edoAttachScreenshotChecked=1
|
||||||
edoShowCopyToClipOption=1
|
edoShowCopyToClipOption=1
|
||||||
edoShowDetailsButton=1
|
edoShowDetailsButton=1
|
||||||
edoShowInDetailedMode=0
|
edoShowInDetailedMode=0
|
||||||
edoShowInTopMostMode=0
|
edoShowInTopMostMode=0
|
||||||
edoUseEurekaLogLookAndFeel=1
|
edoUseEurekaLogLookAndFeel=1
|
||||||
|
edoShowSendErrorReportOption=1
|
||||||
|
edoShowAttachScreenshotOption=1
|
||||||
|
edoShowCustomButton=0
|
||||||
csoShowDLLs=1
|
csoShowDLLs=1
|
||||||
csoShowBPLs=1
|
csoShowBPLs=1
|
||||||
csoShowBorlandThreads=1
|
csoShowBorlandThreads=1
|
||||||
csoShowWindowsThreads=1
|
csoShowWindowsThreads=1
|
||||||
csoShowProcedureOffset=0
|
csoDoNotStoreProcNames=0
|
||||||
boActivateCrashDetection=0
|
|
||||||
boPauseBorlandThreads=0
|
boPauseBorlandThreads=0
|
||||||
boDoNotPauseMainThread=0
|
boDoNotPauseMainThread=0
|
||||||
boPauseWindowsThreads=0
|
boPauseWindowsThreads=0
|
||||||
boUseMainModuleOptions=1
|
boUseMainModuleOptions=1
|
||||||
boCopyLogInCaseOfError=1
|
boCopyLogInCaseOfError=1
|
||||||
boSaveCompressedCopyInCaseOfError=0
|
boSaveCompressedCopyInCaseOfError=0
|
||||||
|
boHandleSafeCallExceptions=1
|
||||||
|
boCallRTLExceptionEvent=0
|
||||||
|
boCatchHandledExceptions=0
|
||||||
|
loCatchLeaks=0
|
||||||
|
loGroupsSonLeaks=1
|
||||||
|
loHideBorlandLeaks=1
|
||||||
|
loFreeAllLeaks=1
|
||||||
|
loCatchLeaksExceptions=1
|
||||||
|
cfoReduceFileSize=1
|
||||||
|
cfoCheckFileCorruption=0
|
||||||
Count mtInformationMsgCaption=1
|
Count mtInformationMsgCaption=1
|
||||||
mtInformationMsgCaption0="Information."
|
mtInformationMsgCaption0="Information."
|
||||||
Count mtQuestionMsgCaption=1
|
Count mtQuestionMsgCaption=1
|
||||||
mtQuestionMsgCaption0="Question."
|
mtQuestionMsgCaption0="Question."
|
||||||
|
Count mtErrorMsgCaption=1
|
||||||
|
mtErrorMsgCaption0="Error."
|
||||||
Count mtDialog_Caption=1
|
Count mtDialog_Caption=1
|
||||||
mtDialog_Caption0="Error."
|
mtDialog_Caption0="Error."
|
||||||
Count mtDialog_ErrorMsgCaption=2
|
Count mtDialog_ErrorMsgCaption=2
|
||||||
@ -347,14 +387,18 @@ Count mtDialog_ModulesCaption=1
|
|||||||
mtDialog_ModulesCaption0="Modules"
|
mtDialog_ModulesCaption0="Modules"
|
||||||
Count mtDialog_ModulesHeader=1
|
Count mtDialog_ModulesHeader=1
|
||||||
mtDialog_ModulesHeader0="Modules Information"
|
mtDialog_ModulesHeader0="Modules Information"
|
||||||
|
Count mtDialog_ProcessesCaption=1
|
||||||
|
mtDialog_ProcessesCaption0="Processes"
|
||||||
|
Count mtDialog_ProcessesHeader=1
|
||||||
|
mtDialog_ProcessesHeader0="Processes Information"
|
||||||
|
Count mtDialog_AsmCaption=1
|
||||||
|
mtDialog_AsmCaption0="Assembler"
|
||||||
|
Count mtDialog_AsmHeader=1
|
||||||
|
mtDialog_AsmHeader0="Assembler Information"
|
||||||
Count mtDialog_CPUCaption=1
|
Count mtDialog_CPUCaption=1
|
||||||
mtDialog_CPUCaption0="CPU"
|
mtDialog_CPUCaption0="CPU"
|
||||||
Count mtDialog_CPUHeader=1
|
Count mtDialog_CPUHeader=1
|
||||||
mtDialog_CPUHeader0="CPU Information"
|
mtDialog_CPUHeader0="CPU Information"
|
||||||
Count mtDialog_CustomDataCaption=1
|
|
||||||
mtDialog_CustomDataCaption0="Other"
|
|
||||||
Count mtDialog_CustomDataHeader=1
|
|
||||||
mtDialog_CustomDataHeader0="Other Information"
|
|
||||||
Count mtDialog_OKButtonCaption=1
|
Count mtDialog_OKButtonCaption=1
|
||||||
mtDialog_OKButtonCaption0="%26OK"
|
mtDialog_OKButtonCaption0="%26OK"
|
||||||
Count mtDialog_TerminateButtonCaption=1
|
Count mtDialog_TerminateButtonCaption=1
|
||||||
@ -363,6 +407,8 @@ Count mtDialog_RestartButtonCaption=1
|
|||||||
mtDialog_RestartButtonCaption0="%26Restart"
|
mtDialog_RestartButtonCaption0="%26Restart"
|
||||||
Count mtDialog_DetailsButtonCaption=1
|
Count mtDialog_DetailsButtonCaption=1
|
||||||
mtDialog_DetailsButtonCaption0="%26Details"
|
mtDialog_DetailsButtonCaption0="%26Details"
|
||||||
|
Count mtDialog_CustomButtonCaption=1
|
||||||
|
mtDialog_CustomButtonCaption0="%26Help"
|
||||||
Count mtDialog_SendMessage=1
|
Count mtDialog_SendMessage=1
|
||||||
mtDialog_SendMessage0="%26Send this error via Internet"
|
mtDialog_SendMessage0="%26Send this error via Internet"
|
||||||
Count mtDialog_ScreenshotMessage=1
|
Count mtDialog_ScreenshotMessage=1
|
||||||
@ -371,6 +417,28 @@ Count mtDialog_CopyMessage=1
|
|||||||
mtDialog_CopyMessage0="%26Copy to Clipboard"
|
mtDialog_CopyMessage0="%26Copy to Clipboard"
|
||||||
Count mtDialog_SupportMessage=1
|
Count mtDialog_SupportMessage=1
|
||||||
mtDialog_SupportMessage0="Go to the Support Page"
|
mtDialog_SupportMessage0="Go to the Support Page"
|
||||||
|
Count mtMSDialog_ErrorMsgCaption=1
|
||||||
|
mtMSDialog_ErrorMsgCaption0="The application has encountered a problem. We are sorry for the inconvenience."
|
||||||
|
Count mtMSDialog_RestartCaption=1
|
||||||
|
mtMSDialog_RestartCaption0="Restart application."
|
||||||
|
Count mtMSDialog_TerminateCaption=1
|
||||||
|
mtMSDialog_TerminateCaption0="Terminate application."
|
||||||
|
Count mtMSDialog_PleaseCaption=1
|
||||||
|
mtMSDialog_PleaseCaption0="Please tell us about this problem."
|
||||||
|
Count mtMSDialog_DescriptionCaption=1
|
||||||
|
mtMSDialog_DescriptionCaption0="We have created an error report that you can send to us. We will treat this report as confidential and anonymous."
|
||||||
|
Count mtMSDialog_SeeDetailsCaption=1
|
||||||
|
mtMSDialog_SeeDetailsCaption0="To see what data the error report contains,"
|
||||||
|
Count mtMSDialog_SeeClickCaption=1
|
||||||
|
mtMSDialog_SeeClickCaption0="click here."
|
||||||
|
Count mtMSDialog_HowToReproduceCaption=1
|
||||||
|
mtMSDialog_HowToReproduceCaption0="What were you doing when the problem happended (optional)?"
|
||||||
|
Count mtMSDialog_EmailCaption=1
|
||||||
|
mtMSDialog_EmailCaption0="Email address (optional):"
|
||||||
|
Count mtMSDialog_SendButtonCaption=1
|
||||||
|
mtMSDialog_SendButtonCaption0="%26Send Error Report"
|
||||||
|
Count mtMSDialog_NoSendButtonCaption=1
|
||||||
|
mtMSDialog_NoSendButtonCaption0="%26Don't Send"
|
||||||
Count mtLog_AppHeader=1
|
Count mtLog_AppHeader=1
|
||||||
mtLog_AppHeader0="Application"
|
mtLog_AppHeader0="Application"
|
||||||
Count mtLog_AppStartDate=1
|
Count mtLog_AppStartDate=1
|
||||||
@ -383,18 +451,42 @@ Count mtLog_AppParameters=1
|
|||||||
mtLog_AppParameters0="Parameters"
|
mtLog_AppParameters0="Parameters"
|
||||||
Count mtLog_AppCompilationDate=1
|
Count mtLog_AppCompilationDate=1
|
||||||
mtLog_AppCompilationDate0="Compilation Date"
|
mtLog_AppCompilationDate0="Compilation Date"
|
||||||
|
Count mtLog_AppUpTime=1
|
||||||
|
mtLog_AppUpTime0="Up Time"
|
||||||
Count mtLog_ExcHeader=1
|
Count mtLog_ExcHeader=1
|
||||||
mtLog_ExcHeader0="Exception"
|
mtLog_ExcHeader0="Exception"
|
||||||
Count mtLog_ExcDate=1
|
Count mtLog_ExcDate=1
|
||||||
mtLog_ExcDate0="Date"
|
mtLog_ExcDate0="Date"
|
||||||
Count mtLog_ExcAddress=1
|
Count mtLog_ExcAddress=1
|
||||||
mtLog_ExcAddress0="Address"
|
mtLog_ExcAddress0="Address"
|
||||||
Count mtLog_ExcModule=1
|
Count mtLog_ExcModuleName=1
|
||||||
mtLog_ExcModule0="Module"
|
mtLog_ExcModuleName0="Module Name"
|
||||||
|
Count mtLog_ExcModuleVersion=1
|
||||||
|
mtLog_ExcModuleVersion0="Module Version"
|
||||||
Count mtLog_ExcType=1
|
Count mtLog_ExcType=1
|
||||||
mtLog_ExcType0="Type"
|
mtLog_ExcType0="Type"
|
||||||
Count mtLog_ExcMessage=1
|
Count mtLog_ExcMessage=1
|
||||||
mtLog_ExcMessage0="Message"
|
mtLog_ExcMessage0="Message"
|
||||||
|
Count mtLog_ExcID=1
|
||||||
|
mtLog_ExcID0="ID"
|
||||||
|
Count mtLog_ExcCount=1
|
||||||
|
mtLog_ExcCount0="Count"
|
||||||
|
Count mtLog_ExcStatus=1
|
||||||
|
mtLog_ExcStatus0="Status"
|
||||||
|
Count mtLog_ExcNote=1
|
||||||
|
mtLog_ExcNote0="Note"
|
||||||
|
Count mtLog_UserHeader=1
|
||||||
|
mtLog_UserHeader0="User"
|
||||||
|
Count mtLog_UserID=1
|
||||||
|
mtLog_UserID0="ID"
|
||||||
|
Count mtLog_UserName=1
|
||||||
|
mtLog_UserName0="Name"
|
||||||
|
Count mtLog_UserEmail=1
|
||||||
|
mtLog_UserEmail0="Email"
|
||||||
|
Count mtLog_UserCompany=1
|
||||||
|
mtLog_UserCompany0="Company"
|
||||||
|
Count mtLog_UserPrivileges=1
|
||||||
|
mtLog_UserPrivileges0="Privileges"
|
||||||
Count mtLog_ActCtrlsHeader=1
|
Count mtLog_ActCtrlsHeader=1
|
||||||
mtLog_ActCtrlsHeader0="Active Controls"
|
mtLog_ActCtrlsHeader0="Active Controls"
|
||||||
Count mtLog_ActCtrlsFormClass=1
|
Count mtLog_ActCtrlsFormClass=1
|
||||||
@ -409,8 +501,6 @@ Count mtLog_CmpHeader=1
|
|||||||
mtLog_CmpHeader0="Computer"
|
mtLog_CmpHeader0="Computer"
|
||||||
Count mtLog_CmpName=1
|
Count mtLog_CmpName=1
|
||||||
mtLog_CmpName0="Name"
|
mtLog_CmpName0="Name"
|
||||||
Count mtLog_CmpUser=1
|
|
||||||
mtLog_CmpUser0="User"
|
|
||||||
Count mtLog_CmpTotalMemory=1
|
Count mtLog_CmpTotalMemory=1
|
||||||
mtLog_CmpTotalMemory0="Total Memory"
|
mtLog_CmpTotalMemory0="Total Memory"
|
||||||
Count mtLog_CmpFreeMemory=1
|
Count mtLog_CmpFreeMemory=1
|
||||||
@ -425,6 +515,12 @@ Count mtLog_CmpProcessor=1
|
|||||||
mtLog_CmpProcessor0="Processor"
|
mtLog_CmpProcessor0="Processor"
|
||||||
Count mtLog_CmpDisplayMode=1
|
Count mtLog_CmpDisplayMode=1
|
||||||
mtLog_CmpDisplayMode0="Display Mode"
|
mtLog_CmpDisplayMode0="Display Mode"
|
||||||
|
Count mtLog_CmpDisplayDPI=1
|
||||||
|
mtLog_CmpDisplayDPI0="Display DPI"
|
||||||
|
Count mtLog_CmpVideoCard=1
|
||||||
|
mtLog_CmpVideoCard0="Video Card"
|
||||||
|
Count mtLog_CmpPrinter=1
|
||||||
|
mtLog_CmpPrinter0="Printer"
|
||||||
Count mtLog_OSHeader=1
|
Count mtLog_OSHeader=1
|
||||||
mtLog_OSHeader0="Operating System"
|
mtLog_OSHeader0="Operating System"
|
||||||
Count mtLog_OSType=1
|
Count mtLog_OSType=1
|
||||||
@ -435,6 +531,8 @@ Count mtLog_OSUpdate=1
|
|||||||
mtLog_OSUpdate0="Update"
|
mtLog_OSUpdate0="Update"
|
||||||
Count mtLog_OSLanguage=1
|
Count mtLog_OSLanguage=1
|
||||||
mtLog_OSLanguage0="Language"
|
mtLog_OSLanguage0="Language"
|
||||||
|
Count mtLog_OSCharset=1
|
||||||
|
mtLog_OSCharset0="Charset"
|
||||||
Count mtLog_NetHeader=1
|
Count mtLog_NetHeader=1
|
||||||
mtLog_NetHeader0="Network"
|
mtLog_NetHeader0="Network"
|
||||||
Count mtLog_NetIP=1
|
Count mtLog_NetIP=1
|
||||||
@ -477,18 +575,42 @@ Count mtCallStack_ThreadPriority=1
|
|||||||
mtCallStack_ThreadPriority0="Priority"
|
mtCallStack_ThreadPriority0="Priority"
|
||||||
Count mtCallStack_ThreadClass=1
|
Count mtCallStack_ThreadClass=1
|
||||||
mtCallStack_ThreadClass0="Class"
|
mtCallStack_ThreadClass0="Class"
|
||||||
|
Count mtCallStack_LeakCaption=1
|
||||||
|
mtCallStack_LeakCaption0="Memory Leak"
|
||||||
|
Count mtCallStack_LeakData=1
|
||||||
|
mtCallStack_LeakData0="Data"
|
||||||
|
Count mtCallStack_LeakType=1
|
||||||
|
mtCallStack_LeakType0="Type"
|
||||||
|
Count mtCallStack_LeakSize=1
|
||||||
|
mtCallStack_LeakSize0="Total size"
|
||||||
|
Count mtCallStack_LeakCount=1
|
||||||
|
mtCallStack_LeakCount0="Count"
|
||||||
Count mtSendDialog_Caption=1
|
Count mtSendDialog_Caption=1
|
||||||
mtSendDialog_Caption0="Send."
|
mtSendDialog_Caption0="Send."
|
||||||
Count mtSendDialog_Message=1
|
Count mtSendDialog_Message=1
|
||||||
mtSendDialog_Message0="Message"
|
mtSendDialog_Message0="Message"
|
||||||
Count mtSendDialog_Resolving=1
|
Count mtSendDialog_Resolving=1
|
||||||
mtSendDialog_Resolving0="Resolving DNS..."
|
mtSendDialog_Resolving0="Resolving DNS..."
|
||||||
|
Count mtSendDialog_Login=1
|
||||||
|
mtSendDialog_Login0="Login..."
|
||||||
Count mtSendDialog_Connecting=1
|
Count mtSendDialog_Connecting=1
|
||||||
mtSendDialog_Connecting0="Connecting with server..."
|
mtSendDialog_Connecting0="Connecting with server..."
|
||||||
Count mtSendDialog_Connected=1
|
Count mtSendDialog_Connected=1
|
||||||
mtSendDialog_Connected0="Connected with server."
|
mtSendDialog_Connected0="Connected with server."
|
||||||
Count mtSendDialog_Sending=1
|
Count mtSendDialog_Sending=1
|
||||||
mtSendDialog_Sending0="Sending message..."
|
mtSendDialog_Sending0="Sending message..."
|
||||||
|
Count mtSendDialog_Sent=1
|
||||||
|
mtSendDialog_Sent0="Message sent."
|
||||||
|
Count mtSendDialog_SelectProject=1
|
||||||
|
mtSendDialog_SelectProject0="Select project..."
|
||||||
|
Count mtSendDialog_Searching=1
|
||||||
|
mtSendDialog_Searching0="Searching..."
|
||||||
|
Count mtSendDialog_Modifying=1
|
||||||
|
mtSendDialog_Modifying0="Modifying..."
|
||||||
|
Count mtSendDialog_Disconnecting=1
|
||||||
|
mtSendDialog_Disconnecting0="Disconnecting..."
|
||||||
|
Count mtSendDialog_Disconnected=1
|
||||||
|
mtSendDialog_Disconnected0="Disconnected."
|
||||||
Count mtReproduceDialog_Caption=1
|
Count mtReproduceDialog_Caption=1
|
||||||
mtReproduceDialog_Caption0="Request"
|
mtReproduceDialog_Caption0="Request"
|
||||||
Count mtReproduceDialog_Request=1
|
Count mtReproduceDialog_Request=1
|
||||||
@ -509,6 +631,22 @@ Count mtModules_LastModified=1
|
|||||||
mtModules_LastModified0="Modified"
|
mtModules_LastModified0="Modified"
|
||||||
Count mtModules_Path=1
|
Count mtModules_Path=1
|
||||||
mtModules_Path0="Path"
|
mtModules_Path0="Path"
|
||||||
|
Count mtProcesses_ID=1
|
||||||
|
mtProcesses_ID0="ID"
|
||||||
|
Count mtProcesses_Name=1
|
||||||
|
mtProcesses_Name0="Name"
|
||||||
|
Count mtProcesses_Description=1
|
||||||
|
mtProcesses_Description0="Description"
|
||||||
|
Count mtProcesses_Version=1
|
||||||
|
mtProcesses_Version0="Version"
|
||||||
|
Count mtProcesses_Memory=1
|
||||||
|
mtProcesses_Memory0="Memory"
|
||||||
|
Count mtProcesses_Priority=1
|
||||||
|
mtProcesses_Priority0="Priority"
|
||||||
|
Count mtProcesses_Threads=1
|
||||||
|
mtProcesses_Threads0="Threads"
|
||||||
|
Count mtProcesses_Path=1
|
||||||
|
mtProcesses_Path0="Path"
|
||||||
Count mtCPU_Registers=1
|
Count mtCPU_Registers=1
|
||||||
mtCPU_Registers0="Registers"
|
mtCPU_Registers0="Registers"
|
||||||
Count mtCPU_Stack=1
|
Count mtCPU_Stack=1
|
||||||
@ -519,5 +657,32 @@ Count mtSend_SuccessMsg=1
|
|||||||
mtSend_SuccessMsg0="The message was sent successfully."
|
mtSend_SuccessMsg0="The message was sent successfully."
|
||||||
Count mtSend_FailureMsg=1
|
Count mtSend_FailureMsg=1
|
||||||
mtSend_FailureMsg0="Sorry, sending the message didn't work."
|
mtSend_FailureMsg0="Sorry, sending the message didn't work."
|
||||||
|
Count mtSend_BugClosedMsg=2
|
||||||
|
mtSend_BugClosedMsg0="These BUG is just closed."
|
||||||
|
mtSend_BugClosedMsg1="Contact the program support to obtain an update."
|
||||||
|
Count mtSend_UnknownErrorMsg=1
|
||||||
|
mtSend_UnknownErrorMsg0="Unknown error."
|
||||||
|
Count mtSend_InvalidLoginMsg=1
|
||||||
|
mtSend_InvalidLoginMsg0="Invalid login request."
|
||||||
|
Count mtSend_InvalidSearchMsg=1
|
||||||
|
mtSend_InvalidSearchMsg0="Invalid search request."
|
||||||
|
Count mtSend_InvalidSelectionMsg=1
|
||||||
|
mtSend_InvalidSelectionMsg0="Invalid selection request."
|
||||||
|
Count mtSend_InvalidInsertMsg=1
|
||||||
|
mtSend_InvalidInsertMsg0="Invalid insert request."
|
||||||
|
Count mtSend_InvalidModifyMsg=1
|
||||||
|
mtSend_InvalidModifyMsg0="Invalid modify request."
|
||||||
|
Count mtFileCrackedMsg=2
|
||||||
|
mtFileCrackedMsg0="This file is cracked."
|
||||||
|
mtFileCrackedMsg1="The application will be closed."
|
||||||
|
Count mtException_LeakMultiFree=1
|
||||||
|
mtException_LeakMultiFree0="Multi Free memory leak."
|
||||||
|
Count mtException_LeakMemoryOverrun=1
|
||||||
|
mtException_LeakMemoryOverrun0="Memory Overrun leak."
|
||||||
|
Count mtException_AntiFreeze=1
|
||||||
|
mtException_AntiFreeze0="The application seems to be frozen."
|
||||||
|
Count mtInvalidEmailMsg=1
|
||||||
|
mtInvalidEmailMsg0="Invalid email."
|
||||||
|
TextsCollection=English
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -49,10 +49,10 @@ begin
|
|||||||
AEditor.actGuardar.Visible := False;
|
AEditor.actGuardar.Visible := False;
|
||||||
AEditor.actRefrescar.Enabled := False;
|
AEditor.actRefrescar.Enabled := False;
|
||||||
AEditor.actRefrescar.Visible := False;
|
AEditor.actRefrescar.Visible := False;
|
||||||
AEditor.actPrevisualizar.Enabled := False;
|
//AEditor.actPrevisualizar.Enabled := False;
|
||||||
AEditor.actPrevisualizar.Visible := False;
|
//AEditor.actPrevisualizar.Visible := False;
|
||||||
AEditor.actImprimir.Enabled := False;
|
//AEditor.actImprimir.Enabled := False;
|
||||||
AEditor.actImprimir.Visible := False;
|
//AEditor.actImprimir.Visible := False;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Result := AEditor.ShowModal;
|
Result := AEditor.ShowModal;
|
||||||
|
|||||||
@ -6,8 +6,8 @@ object srvPresupuestos: TsrvPresupuestos
|
|||||||
ConnectionName = 'IBX'
|
ConnectionName = 'IBX'
|
||||||
ServiceSchema = schPresupuestos
|
ServiceSchema = schPresupuestos
|
||||||
ServiceAdapter = DABINAdapter
|
ServiceAdapter = DABINAdapter
|
||||||
Left = 1196
|
Left = 1198
|
||||||
Top = 440
|
Top = 318
|
||||||
Height = 359
|
Height = 359
|
||||||
Width = 328
|
Width = 328
|
||||||
object schPresupuestos: TDASchema
|
object schPresupuestos: TDASchema
|
||||||
@ -1869,14 +1869,26 @@ object srvPresupuestos: TsrvPresupuestos
|
|||||||
ReportOptions.CreateDate = 37871.995398692100000000
|
ReportOptions.CreateDate = 37871.995398692100000000
|
||||||
ReportOptions.Description.Strings = (
|
ReportOptions.Description.Strings = (
|
||||||
'Demonstrates how to create simple list report.')
|
'Demonstrates how to create simple list report.')
|
||||||
ReportOptions.LastChange = 42887.730737881950000000
|
ReportOptions.LastChange = 43084.699263923610000000
|
||||||
ReportOptions.VersionBuild = '1'
|
ReportOptions.VersionBuild = '1'
|
||||||
ReportOptions.VersionMajor = '12'
|
ReportOptions.VersionMajor = '12'
|
||||||
ReportOptions.VersionMinor = '13'
|
ReportOptions.VersionMinor = '13'
|
||||||
ReportOptions.VersionRelease = '1'
|
ReportOptions.VersionRelease = '1'
|
||||||
ScriptLanguage = 'PascalScript'
|
ScriptLanguage = 'PascalScript'
|
||||||
ScriptText.Strings = (
|
ScriptText.Strings = (
|
||||||
'procedure Band4OnBeforePrint(Sender: TfrxComponent);'
|
'procedure DatosClienteOnBeforePrint(Sender: TfrxComponent);'
|
||||||
|
'begin'
|
||||||
|
' DatosCliente.Lines.Clear;'
|
||||||
|
' DatosCliente.Lines.Add(<frxDBCabecera."CALLE">);'
|
||||||
|
''
|
||||||
|
' if (<frxDBCabecera."CODIGOPOSTAL"> <> '#39#39')'
|
||||||
|
' or (<frxDBCabecera."POBLACION"> <> '#39#39') then'
|
||||||
|
|
||||||
|
' DatosCliente.Lines.Add(<frxDBCabecera."CODIGOPOSTAL"> + <fr' +
|
||||||
|
'xDBCabecera."POBLACION">);'
|
||||||
|
'end;'
|
||||||
|
''
|
||||||
|
'procedure BandaDetallesOnBeforePrint(Sender: TfrxComponent);'
|
||||||
'begin'
|
'begin'
|
||||||
' case <frxDBDetalles."TIPO"> of'
|
' case <frxDBDetalles."TIPO"> of'
|
||||||
' '#39'C'#39': begin'
|
' '#39'C'#39': begin'
|
||||||
@ -1898,68 +1910,53 @@ object srvPresupuestos: TsrvPresupuestos
|
|||||||
' MemoCampo4.Style := '#39'Concepto titulo'#39';'
|
' MemoCampo4.Style := '#39'Concepto titulo'#39';'
|
||||||
' end;'
|
' end;'
|
||||||
' end;'
|
' end;'
|
||||||
''
|
|
||||||
' MemoCampo12.Height := 0;'
|
|
||||||
' MemoCampo2.Height := 0;'
|
|
||||||
' MemoCampo3.Height := 0;'
|
|
||||||
' MemoCampo4.Height := 0;'
|
|
||||||
'end;'
|
'end;'
|
||||||
''
|
''
|
||||||
'procedure ReportSummary1OnBeforePrint(Sender: TfrxComponent);'
|
'procedure ReportSummary1OnBeforePrint(Sender: TfrxComponent);'
|
||||||
'begin'
|
'begin'
|
||||||
|
|
||||||
' Engine.CurY := Engine.CurY + Engine.FreeSpace - ReportSum' +
|
'// Engine.CurY := Engine.CurY + Engine.FreeSpace - ReportS' +
|
||||||
'mary1.Height - 1;'
|
'ummary1.Height + 20;'
|
||||||
'end;'
|
'end;'
|
||||||
''
|
''
|
||||||
'procedure DatosClienteOnBeforePrint(Sender: TfrxComponent);'
|
'procedure Band3OnBeforePrint(Sender: TfrxComponent);'
|
||||||
'var'
|
|
||||||
' cadenaAux: String;'
|
|
||||||
'begin'
|
'begin'
|
||||||
' DatosCliente.Lines.Clear;'
|
|
||||||
' DatosCliente.Lines.Add(<frxDBCabecera."CALLE">);'
|
|
||||||
''
|
''
|
||||||
' if (<frxDBCabecera."CODIGOPOSTAL"> <> '#39#39')'
|
' if (<Page#> = <TotalPages#>) then'
|
||||||
' or (<frxDBCabecera."POBLACION"> <> '#39#39') then'
|
' begin'
|
||||||
|
' shape6.Visible := True;'
|
||||||
' DatosCliente.Lines.Add(<frxDBCabecera."CODIGOPOSTAL"> + <fr' +
|
' memo14.Visible := True;'
|
||||||
'xDBCabecera."POBLACION">);'
|
' memo35.Visible := True;'
|
||||||
''
|
' memo36.Visible := True;'
|
||||||
' CadenaAux := '#39#39';'
|
' memo37.Visible := True;'
|
||||||
' if <frxDBCabecera."TELEFONO1"> <> '#39#39' then'
|
' memo38.Visible := True;'
|
||||||
' if CadenaAux = '#39#39' then'
|
' memo39.Visible := True;'
|
||||||
|
' memo40.Visible := True;'
|
||||||
' CadenaAux := CadenaAux + '#39'Telf:'#39' + <frxDBCabecera."TELEF' +
|
' memo41.Visible := True;'
|
||||||
'ONO1">'
|
' memo42.Visible := True;'
|
||||||
' else'
|
' memo43.Visible := True;'
|
||||||
|
' memo44.Visible := True;'
|
||||||
' CadenaAux := CadenaAux + '#39' / '#39' + <frxDBCabecera."TELEFON' +
|
' memo45.Visible := True;'
|
||||||
'O1">;'
|
' end'
|
||||||
''
|
' else'
|
||||||
' if <frxDBCabecera."TELEFONO2"> <> '#39#39' then'
|
' begin'
|
||||||
' if CadenaAux = '#39#39' then'
|
' shape6.Visible := False;'
|
||||||
|
' shape6.Visible := False;'
|
||||||
' CadenaAux := CadenaAux + '#39'Telf:'#39' + <frxDBCabecera."TELEF' +
|
' memo14.Visible := False;'
|
||||||
'ONO2">'
|
' memo35.Visible := False;'
|
||||||
' else'
|
' memo36.Visible := False;'
|
||||||
|
' memo37.Visible := False;'
|
||||||
' CadenaAux := CadenaAux + '#39' / '#39' + <frxDBCabecera."TELEFON' +
|
' memo38.Visible := False;'
|
||||||
'O2">;'
|
' memo39.Visible := False;'
|
||||||
''
|
' memo40.Visible := False;'
|
||||||
' if <frxDBCabecera."MOVIL"> <> '#39#39' then'
|
' memo41.Visible := False;'
|
||||||
' if CadenaAux = '#39#39' then'
|
' memo42.Visible := False;'
|
||||||
|
' memo43.Visible := False;'
|
||||||
' CadenaAux := CadenaAux + '#39'Telf:'#39' + <frxDBCabecera."MOVIL' +
|
' memo44.Visible := False;'
|
||||||
'">'
|
' memo45.Visible := False;'
|
||||||
' else'
|
' end;'
|
||||||
|
|
||||||
' CadenaAux := CadenaAux + '#39' / '#39' + <frxDBCabecera."MOVIL">' +
|
|
||||||
';'
|
|
||||||
''
|
|
||||||
' DatosCliente.Lines.Add(CadenaAux);'
|
|
||||||
'end;'
|
'end;'
|
||||||
''
|
''
|
||||||
''
|
|
||||||
'procedure MemoCampo3OnBeforePrint(Sender: TfrxComponent);'
|
'procedure MemoCampo3OnBeforePrint(Sender: TfrxComponent);'
|
||||||
'begin'
|
'begin'
|
||||||
' case <frxDBDetalles."VALORADO"> of'
|
' case <frxDBDetalles."VALORADO"> of'
|
||||||
|
|||||||
Reference in New Issue
Block a user