diff --git a/Factuges.cfg b/Factuges.cfg new file mode 100644 index 0000000..fda4f96 --- /dev/null +++ b/Factuges.cfg @@ -0,0 +1,45 @@ +-$A8 +-$B- +-$C+ +-$D+ +-$E- +-$F- +-$G+ +-$H+ +-$I+ +-$J- +-$K- +-$L+ +-$M- +-$N+ +-$O- +-$P+ +-$Q- +-$R- +-$S- +-$T- +-$U- +-$V+ +-$W- +-$X+ +-$YD +-$Z1 +-GD +-cg +-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; +-H+ +-W+ +-M +-$M16384,1048576 +-K$00400000 +-E".\Temp" +-N".\Temp" +-LE".\Temp" +-LN".\Temp" +-U"c:\archivos de programa\borland\delphi7\Lib\Debug;.\Frames;C:\Archivos de programa\Developer Express Inc\ExpressScheduler\Sources;D:\Proyectos\Librerias;D:\Proyectos\Componentes\Colores" +-O"c:\archivos de programa\borland\delphi7\Lib\Debug;.\Frames;C:\Archivos de programa\Developer Express Inc\ExpressScheduler\Sources;D:\Proyectos\Librerias;D:\Proyectos\Componentes\Colores" +-I"c:\archivos de programa\borland\delphi7\Lib\Debug;.\Frames;C:\Archivos de programa\Developer Express Inc\ExpressScheduler\Sources;D:\Proyectos\Librerias;D:\Proyectos\Componentes\Colores" +-R"c:\archivos de programa\borland\delphi7\Lib\Debug;.\Frames;C:\Archivos de programa\Developer Express Inc\ExpressScheduler\Sources;D:\Proyectos\Librerias;D:\Proyectos\Componentes\Colores" +-w-UNSAFE_TYPE +-w-UNSAFE_CODE +-w-UNSAFE_CAST diff --git a/Factuges.dof b/Factuges.dof index 52c8c9d..a7b95f9 100644 --- a/Factuges.dof +++ b/Factuges.dof @@ -114,7 +114,7 @@ IncludeVerInfo=1 AutoIncBuild=0 MajorVer=3 MinorVer=2 -Release=5 +Release=6 Build=0 Debug=0 PreRelease=0 @@ -126,13 +126,13 @@ CodePage=1252 [Version Info Keys] CompanyName= FileDescription= -FileVersion=3.2.5.0 +FileVersion=3.2.6.0 InternalName= LegalCopyright= LegalTrademarks= OriginalFilename= ProductName= -ProductVersion=1.0.0.0 +ProductVersion=3.2.6.0 Comments= [Excluded Packages] C:\Archivos de programa\Borland\Delphi7\Projects\Bpl\cxLibraryVCLD7.bpl=Express Cross Platform Library (VCL Edition) by Developer Express Inc. diff --git a/Factuges.res b/Factuges.res index 287fb7e..917522e 100644 Binary files a/Factuges.res and b/Factuges.res differ diff --git a/Informes/InformeContratoCliente.pas b/Informes/InformeContratoCliente.pas index b04d447..66cfa91 100644 --- a/Informes/InformeContratoCliente.pas +++ b/Informes/InformeContratoCliente.pas @@ -174,7 +174,7 @@ begin with (Objeto as TfrMemoView), EmpresaActiva do begin Memo.Clear; - Memo.Add('CONFORME ' + NombreComercial); + Memo.Add('CONFORME ' + Nombre); end; end; diff --git a/Temp/FACTUGES.INI b/Temp/FACTUGES.INI index 8c6f7b1..98172ba 100644 --- a/Temp/FACTUGES.INI +++ b/Temp/FACTUGES.INI @@ -1,5 +1,5 @@ [BD] -ABETO ARMARIOS SERVIDOR=servidor:E:\Proyectos\FactuGES 2000 v2 (Abeto)\Codigo\BD\abeto.gdb +ABETO ARMARIOS SERVIDOR=localhost:C:\FactuGES (Abeto)\BD\abeto.gdb ABETO ARMARIOS DAVID=david:D:\Proyectos\FactuGES 2000 v2 (Abeto)\Codigo\BD\abeto.gdb ABETO ARMARIOS ROBERTO=xp_vm:C:\Codigo Abeto\bd\abeto.gdb ABETO ARMARIOS DAVID T=david:T:\Codigo Abeto\bd\abeto.gdb diff --git a/Temp/Factuges.exe b/Temp/Factuges.exe index 3973258..47d7698 100644 Binary files a/Temp/Factuges.exe and b/Temp/Factuges.exe differ