2007-06-11 15:29:06 +00:00
< html >
< head >
< META http-equiv = "Content-Type" content = "text/html; charset=ISO-8859-1" >
< script type = "text/javascript" >
<!--
function showHide(divname){
// var obj = document.all.item(divname);
if (document.getElementById){
var obj=document.getElementById(divname);
if(obj.style.display=='none') {
obj.style.display='block'
} else {
obj.style.display='none';
}
}
}
function domCollapseAll(show){
if (document.getElementById){
for (i=0;i< document.getElementsByTagName ( " span " ) . length ; i + + ) {
h=document.getElementsByTagName("span").item(i);
if (show==1){
h.style.display='block';
}
else {
h.style.display='none';
}
}
}
}
-->
< / script > < style type = "text/css" >
body { background-color: white; }
.Heading { font-weight: bold; font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.ExpandCollapseStyle { font-weight: bold; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.Footer { font-weight: normal; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.ErrorRow { background-color: #FF6666;}
.ErrorIgnoredRow { background-color: #FFCC66;}
.NormalRow { background-color: #E9FFD2;}
.SkippedRow { background-color: #FFCCCC;}
.RunningRow { background-color: #CCFFFF;}
.ActionListRow { background-color: #FFFFCC;}
.ActionOutput { background-color: #F4F4F4; }
< / style >
< meta http-equiv = "Content-Language" content = "en-us" >
< meta http-equiv = "Content-Type" content = "text/html; charset=windows-1252" >
2007-06-11 17:27:04 +00:00
< title > FinalBuilder Log for Project BuildRoberto.fbz5< / title >
2007-06-11 15:29:06 +00:00
< / head >
< body >
2007-06-11 17:27:04 +00:00
< p class = "Heading" > FinalBuilder 5 LogFile for BuildRoberto.fbz5< / p >
2007-06-11 15:29:06 +00:00
< table border = "1" cellpadding = "2" cellspacing = "0" style = "border-collapse: collapse; font-size: 9pt" bordercolor = "black" >
< tbody >
< tr >
< td align = "right" > Project File :< / td >
2007-06-11 17:27:04 +00:00
< td > E:\Codigo (Luis Le<4C> n)\Build\BuildRoberto.fbl5< / td >
2007-06-11 15:29:06 +00:00
< / tr >
< tr >
< td align = "right" > Log Title :< / td >
2007-06-11 17:27:04 +00:00
< td > BuildRoberto.fbz5< / td >
2007-06-11 15:29:06 +00:00
< / tr >
< tr >
< td align = "right" > Date :< / td >
2007-06-12 18:15:12 +00:00
< td > 12/06/2007< / td >
2007-06-11 15:29:06 +00:00
< / tr >
< tr >
< td align = "right" > Start Time :< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:09< / td >
2007-06-11 15:29:06 +00:00
< / tr >
< tr >
< td align = "right" > End Time :< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:37< / td >
2007-06-11 15:29:06 +00:00
< / tr >
< tr >
< td align = "right" > Run Time :< / td >
2007-06-12 18:15:12 +00:00
< td > 00:02:27< / td >
2007-06-11 15:29:06 +00:00
< / tr >
< / tbody >
< / table > < br > < table border = "1" cellpadding = "2" cellspacing = "0" style = "border-collapse: collapse; font-size: 9pt" bordercolor = "black" width = "100%" >
< tr >
< th > Status< / th >
< th > Action Name< / th >
< th > Description< / th >
< th > Start Time< / th >
< th > End Time< / th >
< th > Run Time< / th >
< th > Output< br > < a href = "#" onclick = "domCollapseAll(1);return true" > Show All< / a > < br > < a href = "#" onclick = "domCollapseAll(0);return true" > Hide All< / a > < / th >
< / tr >
< tr class = "ActionListRow" >
< td > -< / td >
< td > Action List< / td >
< td > Action List: Main< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:09< / td >
< td > 19:38:37< / td >
< td > 00:02:27< / td >
2007-06-11 15:29:06 +00:00
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
2007-06-11 17:27:04 +00:00
< td > Compile Servidor\FactuGES_Server.dpr< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:09< / td >
< td > 19:36:13< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:04< / td >
< td > < a name = "anchor{1DFEB0B5-EFFA-4D45-8181-524428E2716E}0" > < / a > < a href = "#anchor{1DFEB0B5-EFFA-4D45-8181-524428E2716E}0" onclick = "showHide('msg{1DFEB0B5-EFFA-4D45-8181-524428E2716E}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{1DFEB0B5-EFFA-4D45-8181-524428E2716E}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Servidor\FactuGES_Server.dpr" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source\RODEC\uROHash.pas(542) Hint: H2443 Inline function 'AnsiCompareText' has not been expanded because unit 'Windows' is not specified in USES list
C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source\uROClasses.pas(676) Warning: W1002 Symbol 'IncludeTrailingBackslash' is specific to a platform
E:\Componentes\FastReport 3\LibD10\frxClass.pas(1749) Hint: H2219 Private symbol 'FParentForm' declared but never used
2007-06-12 18:15:12 +00:00
193667 lines, 3.77 seconds, 4447800 bytes code, 190360 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Base< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:13< / td >
< td > 19:36:13< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile DataAbstract_D10\DataAbstract_D10.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:13< / td >
< td > 19:36:14< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{A6746AB6-A072-4AE4-ABEE-1750452C8709}0" > < / a > < a href = "#anchor{A6746AB6-A072-4AE4-ABEE-1750452C8709}0" onclick = "showHide('msg{A6746AB6-A072-4AE4-ABEE-1750452C8709}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{A6746AB6-A072-4AE4-ABEE-1750452C8709}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\DataAbstract_D10\DataAbstract_D10.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source\uROClasses.pas(676) Warning: W1002 Symbol 'IncludeTrailingBackslash' is specific to a platform
C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source\uROWinInetHttpChannel.pas(358) Warning: W1000 Symbol 'RaiseLastWin32Error' is deprecated
C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source\uROWinInetHttpChannel.pas(376) Warning: W1000 Symbol 'RaiseLastWin32Error' is deprecated
2007-06-12 18:15:12 +00:00
50245 lines, 0.55 seconds, 575092 bytes code, 130072 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Base\Base.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:14< / td >
< td > 19:36:14< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{A8178F99-B336-4798-A9B1-3748E756E643}0" > < / a > < a href = "#anchor{A8178F99-B336-4798-A9B1-3748E756E643}0" onclick = "showHide('msg{A8178F99-B336-4798-A9B1-3748E756E643}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{A8178F99-B336-4798-A9B1-3748E756E643}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Base\Base.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
Utiles\uDataTableUtils.pas(394) Warning: W1036 Variable 'ADetailFields' might not have been initialized
Utiles\uPasswordUtils.pas(40) Warning: W1012 Constant expression violates subrange bounds
2007-06-12 18:15:12 +00:00
5509 lines, 0.50 seconds, 85060 bytes code, 756 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Base\ControllerBase\ControllerBase.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:14< / td >
< td > 19:36:15< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{32B6C219-5261-4333-B764-DFDD1DEAC95C}0" > < / a > < a href = "#anchor{32B6C219-5261-4333-B764-DFDD1DEAC95C}0" onclick = "showHide('msg{32B6C219-5261-4333-B764-DFDD1DEAC95C}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{32B6C219-5261-4333-B764-DFDD1DEAC95C}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Base\ControllerBase\ControllerBase.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uControllerDetallesBase.pas(301) Warning: W1036 Variable 'DeletePosicion' might not have been initialized
uControllerDetallesDTO.pas(20) Hint: H2365 Override method TControllerDetallesDTO.ValidarCampos should match case of ancestor TControllerDetallesBase.validarCampos
uControllerDetallesDTO.pas(37) Hint: H2077 Value assigned to 'ImporteTotal' never used
2007-06-12 18:15:12 +00:00
809 lines, 0.14 seconds, 16264 bytes code, 76 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Base\GUIBase\GUIBase.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:15< / td >
< td > 19:36:16< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{08CD5ECD-465C-4DEE-9B09-FE232313CF40}0" > < / a > < a href = "#anchor{08CD5ECD-465C-4DEE-9B09-FE232313CF40}0" onclick = "showHide('msg{08CD5ECD-465C-4DEE-9B09-FE232313CF40}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{08CD5ECD-465C-4DEE-9B09-FE232313CF40}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Base\GUIBase\GUIBase.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uEditorBase.pas(136) Warning: W1010 Method 'ShowModal' hides virtual method of base type 'TCustomForm'
uViewGridBase.pas(92) Warning: W1010 Method 'GetPopupMenu' hides virtual method of base type 'TControl'
uEditorPreview.pas(82) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorBase'
uViewDetallesBase.pas(478) Hint: H2077 Value assigned to 'TfrViewDetallesBase.darPosicionCAMPO' never used
uViewDetallesBase.pas(149) Hint: H2219 Private symbol 'OnSelectChange' declared but never used
2007-06-12 18:15:12 +00:00
3883 lines, 0.83 seconds, 68928 bytes code, 160 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > M<EFBFBD> dulos< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:16< / td >
< td > 19:36:16< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > General< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:16< / td >
< td > 19:36:16< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Empresas< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:16< / td >
< td > 19:36:16< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Empresas\Model\Empresas_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:16< / td >
< td > 19:36:16< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{16695F6B-8D4A-49D8-9736-C341150D944A}0" > < / a > < a href = "#anchor{16695F6B-8D4A-49D8-9736-C341150D944A}0" onclick = "showHide('msg{16695F6B-8D4A-49D8-9736-C341150D944A}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{16695F6B-8D4A-49D8-9736-C341150D944A}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Empresas\Model\Empresas_model.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
3170 lines, 0.27 seconds, 52724 bytes code, 84 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Empresas\Data\Empresas_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:16< / td >
< td > 19:36:17< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{34C4927B-0BDD-4795-B179-ECF8968B84AA}0" > < / a > < a href = "#anchor{34C4927B-0BDD-4795-B179-ECF8968B84AA}0" onclick = "showHide('msg{34C4927B-0BDD-4795-B179-ECF8968B84AA}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{34C4927B-0BDD-4795-B179-ECF8968B84AA}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Empresas\Data\Empresas_data.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
192 lines, 0.42 seconds, 7832 bytes code, 72 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Empresas\Controller\Empresas_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:17< / td >
< td > 19:36:18< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{C28CA517-44C1-48C0-9867-3B3099EC9AB9}0" > < / a > < a href = "#anchor{C28CA517-44C1-48C0-9867-3B3099EC9AB9}0" onclick = "showHide('msg{C28CA517-44C1-48C0-9867-3B3099EC9AB9}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{C28CA517-44C1-48C0-9867-3B3099EC9AB9}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Empresas\Controller\Empresas_controller.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uEmpresasController.pas(70) Hint: H2164 Variable 'AContador' is declared but never used in 'TEmpresasController.AsignarID'
uEmpresasController.pas(187) Hint: H2077 Value assigned to 'TEmpresasController.Eliminar' never used
uEmpresasController.pas(278) Hint: H2077 Value assigned to 'TEmpresasController.ValidarEmpresa' never used
2007-06-12 18:15:12 +00:00
651 lines, 0.66 seconds, 13512 bytes code, 84 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Base\Usuarios\Usuarios.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:18< / td >
< td > 19:36:19< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{E064A092-2FB0-4214-B15C-F0D1FA90588E}0" > < / a > < a href = "#anchor{E064A092-2FB0-4214-B15C-F0D1FA90588E}0" onclick = "showHide('msg{E064A092-2FB0-4214-B15C-F0D1FA90588E}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{E064A092-2FB0-4214-B15C-F0D1FA90588E}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Base\Usuarios\Usuarios.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
534 lines, 0.45 seconds, 13964 bytes code, 116 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Empresas\Views\Empresas_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:19< / td >
< td > 19:36:19< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{55680554-450E-4EFA-9AE0-F156EEFC587A}0" > < / a > < a href = "#anchor{55680554-450E-4EFA-9AE0-F156EEFC587A}0" onclick = "showHide('msg{55680554-450E-4EFA-9AE0-F156EEFC587A}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{55680554-450E-4EFA-9AE0-F156EEFC587A}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Empresas\Views\Empresas_view.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uEditorEmpresa.pas(24) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorBase'
2007-06-12 18:15:12 +00:00
647 lines, 0.50 seconds, 16396 bytes code, 88 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Empresas\Plugin\Empresas_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:19< / td >
< td > 19:36:21< / td >
< td > 00:00:01< / td >
2007-06-11 17:27:04 +00:00
< td > < a name = "anchor{DF951745-7F1B-4CAB-809B-22B68B3619E5}0" > < / a > < a href = "#anchor{DF951745-7F1B-4CAB-809B-22B68B3619E5}0" onclick = "showHide('msg{DF951745-7F1B-4CAB-809B-22B68B3619E5}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{DF951745-7F1B-4CAB-809B-22B68B3619E5}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Empresas\Plugin\Empresas_plugin.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
201 lines, 0.98 seconds, 9148 bytes code, 72 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Formas de pago< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:21< / td >
< td > 19:36:21< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Formas de pago\Model\FormasPago_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:21< / td >
< td > 19:36:21< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{B819D9DB-2390-4D22-B825-AD961135CCF2}0" > < / a > < a href = "#anchor{B819D9DB-2390-4D22-B825-AD961135CCF2}0" onclick = "showHide('msg{B819D9DB-2390-4D22-B825-AD961135CCF2}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{B819D9DB-2390-4D22-B825-AD961135CCF2}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Formas de pago\Model\FormasPago_model.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
914 lines, 0.28 seconds, 18736 bytes code, 84 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Formas de pago\Data\FormasPago_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:21< / td >
< td > 19:36:22< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{BFEF6103-392A-4EE9-AB21-3DD101BF174B}0" > < / a > < a href = "#anchor{BFEF6103-392A-4EE9-AB21-3DD101BF174B}0" onclick = "showHide('msg{BFEF6103-392A-4EE9-AB21-3DD101BF174B}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{BFEF6103-392A-4EE9-AB21-3DD101BF174B}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Formas de pago\Data\FormasPago_data.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
162 lines, 0.36 seconds, 7572 bytes code, 72 bytes data.
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Formas de pago\Controller\FormasPago_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:22< / td >
< td > 19:36:23< / td >
< td > 00:00:01< / td >
2007-06-11 17:27:04 +00:00
< td > < a name = "anchor{718D6A98-3061-4F4D-B32E-642CB64CC277}0" > < / a > < a href = "#anchor{718D6A98-3061-4F4D-B32E-642CB64CC277}0" onclick = "showHide('msg{718D6A98-3061-4F4D-B32E-642CB64CC277}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{718D6A98-3061-4F4D-B32E-642CB64CC277}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Formas de pago\Controller\FormasPago_controller.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uFormasPagoController.pas(243) Hint: H2077 Value assigned to 'TFormasPagoController.Eliminar' never used
2007-06-12 18:15:12 +00:00
531 lines, 0.42 seconds, 11820 bytes code, 84 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Formas de pago\Views\FormasPago_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:23< / td >
< td > 19:36:24< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{FFCBF011-F9DD-41CA-9A77-709AE9B23712}0" > < / a > < a href = "#anchor{FFCBF011-F9DD-41CA-9A77-709AE9B23712}0" onclick = "showHide('msg{FFCBF011-F9DD-41CA-9A77-709AE9B23712}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{FFCBF011-F9DD-41CA-9A77-709AE9B23712}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Formas de pago\Views\FormasPago_view.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
461 lines, 0.42 seconds, 12664 bytes code, 80 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Formas de pago\Plugin\FormasPago_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:24< / td >
< td > 19:36:24< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{CC222BB1-9750-4B12-ABCA-38F14E1E1D25}0" > < / a > < a href = "#anchor{CC222BB1-9750-4B12-ABCA-38F14E1E1D25}0" onclick = "showHide('msg{CC222BB1-9750-4B12-ABCA-38F14E1E1D25}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{CC222BB1-9750-4B12-ABCA-38F14E1E1D25}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Formas de pago\Plugin\FormasPago_plugin.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
120 lines, 0.41 seconds, 7844 bytes code, 68 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Tipos de IVA< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:24< / td >
< td > 19:36:24< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Tipos de IVA\Model\TiposIVA_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:24< / td >
< td > 19:36:25< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{EF4D887F-609E-4B57-B62C-6DC9C845ABB7}0" > < / a > < a href = "#anchor{EF4D887F-609E-4B57-B62C-6DC9C845ABB7}0" onclick = "showHide('msg{EF4D887F-609E-4B57-B62C-6DC9C845ABB7}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{EF4D887F-609E-4B57-B62C-6DC9C845ABB7}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Tipos de IVA\Model\TiposIVA_model.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
551 lines, 0.27 seconds, 11372 bytes code, 80 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Tipos de IVA\Data\TiposIVA_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:25< / td >
< td > 19:36:25< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{2C0A153C-C8B0-4427-BDBB-7AF4C4779B04}0" > < / a > < a href = "#anchor{2C0A153C-C8B0-4427-BDBB-7AF4C4779B04}0" onclick = "showHide('msg{2C0A153C-C8B0-4427-BDBB-7AF4C4779B04}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{2C0A153C-C8B0-4427-BDBB-7AF4C4779B04}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Tipos de IVA\Data\TiposIVA_data.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
231 lines, 0.39 seconds, 7496 bytes code, 72 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Tipos de IVA\Controller\TiposIVA_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:25< / td >
< td > 19:36:26< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{84F61FC8-37B1-4C1A-8423-3E92CA05C427}0" > < / a > < a href = "#anchor{84F61FC8-37B1-4C1A-8423-3E92CA05C427}0" onclick = "showHide('msg{84F61FC8-37B1-4C1A-8423-3E92CA05C427}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{84F61FC8-37B1-4C1A-8423-3E92CA05C427}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Tipos de IVA\Controller\TiposIVA_controller.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uTiposIVAController.pas(207) Hint: H2077 Value assigned to 'TTiposIVAController.ValidarTipoIVA' never used
uTiposIVAController.pas(272) Hint: H2077 Value assigned to 'TTiposIVAController.Eliminar' never used
2007-06-12 18:15:12 +00:00
496 lines, 0.38 seconds, 10456 bytes code, 76 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Tipos de IVA\Views\TiposIVA_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:26< / td >
< td > 19:36:27< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{17B2D731-EEEE-4355-AA8C-908D2EC68EBE}0" > < / a > < a href = "#anchor{17B2D731-EEEE-4355-AA8C-908D2EC68EBE}0" onclick = "showHide('msg{17B2D731-EEEE-4355-AA8C-908D2EC68EBE}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{17B2D731-EEEE-4355-AA8C-908D2EC68EBE}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Tipos de IVA\Views\TiposIVA_view.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
428 lines, 0.42 seconds, 11476 bytes code, 80 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Tipos de IVA\Plugin\TiposIVA_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:27< / td >
< td > 19:36:27< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{DFC8D8F6-D570-463B-9A38-516EF46856A5}0" > < / a > < a href = "#anchor{DFC8D8F6-D570-463B-9A38-516EF46856A5}0" onclick = "showHide('msg{DFC8D8F6-D570-463B-9A38-516EF46856A5}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{DFC8D8F6-D570-463B-9A38-516EF46856A5}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Tipos de IVA\Plugin\TiposIVA_plugin.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
120 lines, 0.42 seconds, 7644 bytes code, 68 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Contactos< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:27< / td >
< td > 19:36:27< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Contactos\Model\Contactos_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:27< / td >
< td > 19:36:28< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{CE7B3536-3C9C-4ED8-BC7C-B5F3AAC3CFDC}0" > < / a > < a href = "#anchor{CE7B3536-3C9C-4ED8-BC7C-B5F3AAC3CFDC}0" onclick = "showHide('msg{CE7B3536-3C9C-4ED8-BC7C-B5F3AAC3CFDC}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{CE7B3536-3C9C-4ED8-BC7C-B5F3AAC3CFDC}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Contactos\Model\Contactos_model.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
7453 lines, 0.47 seconds, 124136 bytes code, 124 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Contactos\Data\Contactos_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:28< / td >
< td > 19:36:29< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{90E23281-B0BA-43A3-A39F-76ACBA973FEC}0" > < / a > < a href = "#anchor{90E23281-B0BA-43A3-A39F-76ACBA973FEC}0" onclick = "showHide('msg{90E23281-B0BA-43A3-A39F-76ACBA973FEC}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{90E23281-B0BA-43A3-A39F-76ACBA973FEC}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Contactos\Data\Contactos_data.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
633 lines, 0.45 seconds, 14840 bytes code, 84 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Contactos\Controller\Contactos_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:29< / td >
< td > 19:36:30< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{E5F1D25E-6EBF-4F0D-8BFE-B753B12DFACB}0" > < / a > < a href = "#anchor{E5F1D25E-6EBF-4F0D-8BFE-B753B12DFACB}0" onclick = "showHide('msg{E5F1D25E-6EBF-4F0D-8BFE-B753B12DFACB}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{E5F1D25E-6EBF-4F0D-8BFE-B753B12DFACB}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Contactos\Controller\Contactos_controller.dpk" /Q
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uContactosController.pas(347) Hint: H2077 Value assigned to 'TContactosController.ValidarContacto' never used
uClientesController.pas(167) Hint: H2077 Value assigned to 'TClientesController.TieneDatosBancarios' never used
uGruposClienteController.pas(125) Hint: H2077 Value assigned to 'TGruposClienteController.ValidarGrupoCliente' never used
uGruposClienteController.pas(167) Hint: H2077 Value assigned to 'TGruposClienteController.Eliminar' never used
2007-06-12 18:15:12 +00:00
1770 lines, 0.61 seconds, 29220 bytes code, 152 bytes data.
2007-06-11 17:27:04 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Contactos\Views\Contactos_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:30< / td >
< td > 19:36:31< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:01< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{915C7F31-0F65-4A78-83F4-9C01FC7FD77B}0" > < / a > < a href = "#anchor{915C7F31-0F65-4A78-83F4-9C01FC7FD77B}0" onclick = "showHide('msg{915C7F31-0F65-4A78-83F4-9C01FC7FD77B}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{915C7F31-0F65-4A78-83F4-9C01FC7FD77B}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Contactos\Views\Contactos_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uEditorContactos.pas(19) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorGridBase'
uEditorContacto.pas(24) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorBase'
uViewClienteDatosComerciales.pas(104) Warning: W1020 Constructing instance of 'TAgentesController' containing abstract method 'TContactosController.ElegirContacto'
uViewProveedorDatosComerciales.pas(98) Warning: W1020 Constructing instance of 'TAgentesController' containing abstract method 'TContactosController.ElegirContacto'
2007-06-11 17:27:04 +00:00
3179 lines, 0.80 seconds, 70816 bytes code, 192 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Contactos\Plugin\Contactos_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:31< / td >
< td > 19:36:32< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{E8ACD00D-3CC7-4C27-98F5-2246F1B4FCD7}0" > < / a > < a href = "#anchor{E8ACD00D-3CC7-4C27-98F5-2246F1B4FCD7}0" onclick = "showHide('msg{E8ACD00D-3CC7-4C27-98F5-2246F1B4FCD7}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{E8ACD00D-3CC7-4C27-98F5-2246F1B4FCD7}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Contactos\Plugin\Contactos_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uPluginContactos.pas(97) Warning: W1020 Constructing instance of 'TAgentesController' containing abstract method 'TContactosController.ElegirContacto'
2007-06-12 18:15:12 +00:00
178 lines, 0.72 seconds, 11456 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Familias< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:32< / td >
< td > 19:36:32< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Familias\Model\Familias_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:32< / td >
< td > 19:36:32< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{43D228EA-5FB8-4DA4-B858-E42A49859ABD}0" > < / a > < a href = "#anchor{43D228EA-5FB8-4DA4-B858-E42A49859ABD}0" onclick = "showHide('msg{43D228EA-5FB8-4DA4-B858-E42A49859ABD}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{43D228EA-5FB8-4DA4-B858-E42A49859ABD}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Familias\Model\Familias_model.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-11 17:27:04 +00:00
174 lines, 0.09 seconds, 5204 bytes code, 76 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Familias\Data\Familias_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:32< / td >
< td > 19:36:33< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{DFBAB5FA-98A1-44AB-AD7D-64211E329A13}0" > < / a > < a href = "#anchor{DFBAB5FA-98A1-44AB-AD7D-64211E329A13}0" onclick = "showHide('msg{DFBAB5FA-98A1-44AB-AD7D-64211E329A13}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{DFBAB5FA-98A1-44AB-AD7D-64211E329A13}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Familias\Data\Familias_data.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-11 17:27:04 +00:00
123 lines, 0.34 seconds, 6796 bytes code, 72 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Familias\Controller\Familias_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:33< / td >
< td > 19:36:33< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{2E46C45D-854F-4F76-8856-565BF1D74CDC}0" > < / a > < a href = "#anchor{2E46C45D-854F-4F76-8856-565BF1D74CDC}0" onclick = "showHide('msg{2E46C45D-854F-4F76-8856-565BF1D74CDC}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{2E46C45D-854F-4F76-8856-565BF1D74CDC}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Familias\Controller\Familias_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uFamiliasController.pas(134) Warning: W1035 Return value of function 'TFamiliasController.ValidarAlmacen' might be undefined
uFamiliasController.pas(169) Hint: H2077 Value assigned to 'TFamiliasController.Eliminar' never used
2007-06-11 17:27:04 +00:00
319 lines, 0.41 seconds, 9540 bytes code, 76 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Familias\Views\Familias_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:33< / td >
< td > 19:36:34< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{94F71E5C-6505-41BA-9AFD-0C8B7AFCE56E}0" > < / a > < a href = "#anchor{94F71E5C-6505-41BA-9AFD-0C8B7AFCE56E}0" onclick = "showHide('msg{94F71E5C-6505-41BA-9AFD-0C8B7AFCE56E}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{94F71E5C-6505-41BA-9AFD-0C8B7AFCE56E}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Familias\Views\Familias_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
251 lines, 0.41 seconds, 10660 bytes code, 76 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Familias\Plugin\Familias_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:34< / td >
< td > 19:36:35< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{059E14DC-EA4D-4599-8C7E-17BD0BF1BDE2}0" > < / a > < a href = "#anchor{059E14DC-EA4D-4599-8C7E-17BD0BF1BDE2}0" onclick = "showHide('msg{059E14DC-EA4D-4599-8C7E-17BD0BF1BDE2}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{059E14DC-EA4D-4599-8C7E-17BD0BF1BDE2}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Familias\Plugin\Familias_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-11 17:27:04 +00:00
120 lines, 0.42 seconds, 7940 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Almacenes MDC< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:35< / td >
< td > 19:36:35< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Almacenes\Model\Almacenes_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:35< / td >
< td > 19:36:35< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{389E35B1-49A4-4626-8F7F-BFCE0C83FBDB}0" > < / a > < a href = "#anchor{389E35B1-49A4-4626-8F7F-BFCE0C83FBDB}0" onclick = "showHide('msg{389E35B1-49A4-4626-8F7F-BFCE0C83FBDB}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{389E35B1-49A4-4626-8F7F-BFCE0C83FBDB}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Almacenes\Model\Almacenes_model.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
459 lines, 0.47 seconds, 12496 bytes code, 80 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Almacenes\Data\Almacenes_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:35< / td >
< td > 19:36:36< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{3E179F72-137C-4A50-9423-4EA49D094121}0" > < / a > < a href = "#anchor{3E179F72-137C-4A50-9423-4EA49D094121}0" onclick = "showHide('msg{3E179F72-137C-4A50-9423-4EA49D094121}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{3E179F72-137C-4A50-9423-4EA49D094121}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Almacenes\Data\Almacenes_data.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
167 lines, 0.45 seconds, 8808 bytes code, 72 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Almacenes\Controller\Almacenes_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:36< / td >
< td > 19:36:37< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{1D636A06-7A56-4D1D-B90D-C1A85CCC43E1}0" > < / a > < a href = "#anchor{1D636A06-7A56-4D1D-B90D-C1A85CCC43E1}0" onclick = "showHide('msg{1D636A06-7A56-4D1D-B90D-C1A85CCC43E1}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{1D636A06-7A56-4D1D-B90D-C1A85CCC43E1}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Almacenes\Controller\Almacenes_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uAlmacenesController.pas(185) Hint: H2077 Value assigned to 'TAlmacenesController.ValidarAlmacen' never used
2007-06-12 18:15:12 +00:00
551 lines, 0.58 seconds, 13604 bytes code, 88 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Almacenes\Views\Almacenes_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:37< / td >
< td > 19:36:38< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{9AB2B5B6-36DC-46D5-A461-4D35B27E0762}0" > < / a > < a href = "#anchor{9AB2B5B6-36DC-46D5-A461-4D35B27E0762}0" onclick = "showHide('msg{9AB2B5B6-36DC-46D5-A461-4D35B27E0762}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{9AB2B5B6-36DC-46D5-A461-4D35B27E0762}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Almacenes\Views\Almacenes_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uEditorAlmacenes.pas(20) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorGridBase'
uEditorAlmacen.pas(22) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorBase'
2007-06-11 17:27:04 +00:00
731 lines, 0.59 seconds, 20964 bytes code, 100 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Almacenes\Plugin\Almacenes_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:38< / td >
< td > 19:36:38< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{E3F6FA21-5571-42AC-AB50-A86CFAD01C29}0" > < / a > < a href = "#anchor{E3F6FA21-5571-42AC-AB50-A86CFAD01C29}0" onclick = "showHide('msg{E3F6FA21-5571-42AC-AB50-A86CFAD01C29}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{E3F6FA21-5571-42AC-AB50-A86CFAD01C29}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Almacenes\Plugin\Almacenes_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-11 17:27:04 +00:00
119 lines, 0.61 seconds, 9860 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Art<EFBFBD> culos MDC< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:38< / td >
< td > 19:36:38< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Articulos\Model\Articulos_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:38< / td >
< td > 19:36:39< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{9132699C-8EC9-4829-919D-E3D1F1F5A0AA}0" > < / a > < a href = "#anchor{9132699C-8EC9-4829-919D-E3D1F1F5A0AA}0" onclick = "showHide('msg{9132699C-8EC9-4829-919D-E3D1F1F5A0AA}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{9132699C-8EC9-4829-919D-E3D1F1F5A0AA}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Articulos\Model\Articulos_model.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uBizArticulos.pas(84) Warning: W1035 Return value of function 'TBizArticulo.HayImagen' might be undefined
2007-06-12 18:15:12 +00:00
2399 lines, 0.47 seconds, 45088 bytes code, 84 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Articulos\Data\Articulos_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:39< / td >
< td > 19:36:40< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{3FB25935-4AEB-44FE-AF6B-46F6E1318C1C}0" > < / a > < a href = "#anchor{3FB25935-4AEB-44FE-AF6B-46F6E1318C1C}0" onclick = "showHide('msg{3FB25935-4AEB-44FE-AF6B-46F6E1318C1C}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{3FB25935-4AEB-44FE-AF6B-46F6E1318C1C}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Articulos\Data\Articulos_data.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
192 lines, 0.67 seconds, 9220 bytes code, 72 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Articulos\Controller\Articulos_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:40< / td >
< td > 19:36:41< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{C63147B0-A446-4975-8F47-B8F05F4A82E9}0" > < / a > < a href = "#anchor{C63147B0-A446-4975-8F47-B8F05F4A82E9}0" onclick = "showHide('msg{C63147B0-A446-4975-8F47-B8F05F4A82E9}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{C63147B0-A446-4975-8F47-B8F05F4A82E9}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Articulos\Controller\Articulos_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uArticulosController.pas(345) Hint: H2077 Value assigned to 'TArticulosController.ValidarArticulo' never used
uControllerDetallesArticulos.pas(39) Warning: W1010 Method 'Add' hides virtual method of base type 'TControllerDetallesBase'
2007-06-12 18:15:12 +00:00
1181 lines, 0.64 seconds, 22776 bytes code, 92 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Articulos\Views\Articulos_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:41< / td >
< td > 19:36:42< / td >
< td > 00:00:01< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{187B4618-E7F0-4630-9D24-25942B26338E}0" > < / a > < a href = "#anchor{187B4618-E7F0-4630-9D24-25942B26338E}0" onclick = "showHide('msg{187B4618-E7F0-4630-9D24-25942B26338E}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{187B4618-E7F0-4630-9D24-25942B26338E}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Articulos\Views\Articulos_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uEditorArticulos.pas(20) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorGridBase'
2007-06-11 17:27:04 +00:00
uViewArticulo.pas(241) Hint: H2164 Variable 'aAux' is declared but never used in 'TfrViewArticulo.SalvarImagen'
2007-06-11 15:29:06 +00:00
uViewArticulo.pas(84) Hint: H2219 Private symbol 'CargarImagen' declared but never used
uViewArticulo.pas(85) Hint: H2219 Private symbol 'SalvarImagen' declared but never used
uEditorArticulo.pas(25) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorBase'
2007-06-12 18:15:12 +00:00
1191 lines, 0.78 seconds, 30060 bytes code, 104 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Articulos\Plugin\Articulos_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:42< / td >
< td > 19:36:43< / td >
< td > 00:00:01< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{7F1EB065-91DF-4B4F-9741-8C3D6C86BC9F}0" > < / a > < a href = "#anchor{7F1EB065-91DF-4B4F-9741-8C3D6C86BC9F}0" onclick = "showHide('msg{7F1EB065-91DF-4B4F-9741-8C3D6C86BC9F}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{7F1EB065-91DF-4B4F-9741-8C3D6C86BC9F}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Articulos\Plugin\Articulos_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
121 lines, 0.77 seconds, 10352 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Ventas< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:43< / td >
< td > 19:36:43< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Recibos de cliente MDC< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:43< / td >
< td > 19:36:43< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Recibos de cliente\Model\RecibosCliente_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:43< / td >
< td > 19:36:44< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{59B9D78B-039E-419D-AB24-6284A1807BB2}0" > < / a > < a href = "#anchor{59B9D78B-039E-419D-AB24-6284A1807BB2}0" onclick = "showHide('msg{59B9D78B-039E-419D-AB24-6284A1807BB2}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{59B9D78B-039E-419D-AB24-6284A1807BB2}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Recibos de cliente\Model\RecibosCliente_model.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
3288 lines, 0.45 seconds, 55848 bytes code, 88 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Recibos de cliente\Data\RecibosCliente_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:44< / td >
< td > 19:36:45< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{E4CA52C0-4E49-426F-996D-C8706437A3AF}0" > < / a > < a href = "#anchor{E4CA52C0-4E49-426F-996D-C8706437A3AF}0" onclick = "showHide('msg{E4CA52C0-4E49-426F-996D-C8706437A3AF}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{E4CA52C0-4E49-426F-996D-C8706437A3AF}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Recibos de cliente\Data\RecibosCliente_data.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
228 lines, 0.44 seconds, 9648 bytes code, 72 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Recibos de cliente\Controller\RecibosCliente_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:45< / td >
< td > 19:36:46< / td >
< td > 00:00:01< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{E1E203F0-22A9-4C1B-BE18-58C55595F0DE}0" > < / a > < a href = "#anchor{E1E203F0-22A9-4C1B-BE18-58C55595F0DE}0" onclick = "showHide('msg{E1E203F0-22A9-4C1B-BE18-58C55595F0DE}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{E1E203F0-22A9-4C1B-BE18-58C55595F0DE}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Recibos de cliente\Controller\RecibosCliente_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uPagosClienteController.pas(52) Warning: W1010 Method 'Create' hides virtual method of base type 'TSujeto'
uPagosClienteController.pas(186) Hint: H2077 Value assigned to 'TPagosClienteController.Eliminar' never used
uPagosClienteController.pas(217) Warning: W1035 Return value of function 'TPagosClienteController.EliminarTodo' might be undefined
uRecibosClienteController.pas(461) Hint: H2077 Value assigned to 'TRecibosClienteController.ValidarReciboCliente' never used
uRecibosClienteController.pas(437) Hint: H2077 Value assigned to 'TRecibosClienteController.ValidarReciboCliente' never used
uRecibosClienteController.pas(434) Hint: H2164 Variable 'ImporteRestante' is declared but never used in 'TRecibosClienteController.ValidarReciboCliente'
uRecibosClienteController.pas(542) Hint: H2077 Value assigned to 'TRecibosClienteController.Eliminar' never used
uRecibosClienteController.pas(576) Warning: W1035 Return value of function 'TRecibosClienteController.EliminarTodo' might be undefined
2007-06-12 18:15:12 +00:00
1356 lines, 0.72 seconds, 24764 bytes code, 108 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Recibos de cliente\Views\RecibosCliente_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:46< / td >
< td > 19:36:47< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{7EB9D4C9-AB49-4ACA-9776-DB8C278CDA4C}0" > < / a > < a href = "#anchor{7EB9D4C9-AB49-4ACA-9776-DB8C278CDA4C}0" onclick = "showHide('msg{7EB9D4C9-AB49-4ACA-9776-DB8C278CDA4C}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{7EB9D4C9-AB49-4ACA-9776-DB8C278CDA4C}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Recibos de cliente\Views\RecibosCliente_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uViewRecibosCliente.pas(71) Hint: H2269 Overriding virtual method 'TfrViewRecibosCliente.AnadirOtrosFiltros' has lower visibility (protected) than base class 'TfrViewGrid' (public)
uEditorRecibosCliente.pas(47) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorGridBase'
uEditorReciboCliente.pas(19) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorBase'
2007-06-12 18:15:12 +00:00
1448 lines, 0.81 seconds, 35776 bytes code, 116 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Recibos de cliente\Plugin\RecibosCliente_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:47< / td >
< td > 19:36:48< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{8165DB90-51F8-44F8-8A75-7772F5100445}0" > < / a > < a href = "#anchor{8165DB90-51F8-44F8-8A75-7772F5100445}0" onclick = "showHide('msg{8165DB90-51F8-44F8-8A75-7772F5100445}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{8165DB90-51F8-44F8-8A75-7772F5100445}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Recibos de cliente\Plugin\RecibosCliente_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
120 lines, 0.80 seconds, 12320 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Remesas de cliente MDC< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:48< / td >
< td > 19:36:48< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Remesas de cliente\Model\RemesasCliente_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:48< / td >
< td > 19:36:48< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{CD2D323D-03F8-412B-8DEA-83389E2152D7}0" > < / a > < a href = "#anchor{CD2D323D-03F8-412B-8DEA-83389E2152D7}0" onclick = "showHide('msg{CD2D323D-03F8-412B-8DEA-83389E2152D7}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{CD2D323D-03F8-412B-8DEA-83389E2152D7}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Remesas de cliente\Model\RemesasCliente_model.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
1868 lines, 0.47 seconds, 37340 bytes code, 88 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Remesas de cliente\Data\RemesasCliente_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:48< / td >
< td > 19:36:49< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{5F99D360-2355-4F4A-BC63-F66BCE0428E7}0" > < / a > < a href = "#anchor{5F99D360-2355-4F4A-BC63-F66BCE0428E7}0" onclick = "showHide('msg{5F99D360-2355-4F4A-BC63-F66BCE0428E7}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{5F99D360-2355-4F4A-BC63-F66BCE0428E7}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Remesas de cliente\Data\RemesasCliente_data.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
176 lines, 0.47 seconds, 9548 bytes code, 72 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Remesas de cliente\Controller\RemesasCliente_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:49< / td >
< td > 19:36:50< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{0D247B11-1A3B-49BA-A41E-9312432697A7}0" > < / a > < a href = "#anchor{0D247B11-1A3B-49BA-A41E-9312432697A7}0" onclick = "showHide('msg{0D247B11-1A3B-49BA-A41E-9312432697A7}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{0D247B11-1A3B-49BA-A41E-9312432697A7}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Remesas de cliente\Controller\RemesasCliente_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uRemesasClienteController.pas(174) Hint: H2077 Value assigned to 'TRemesasClienteController.ValidarRemesaCliente' never used
2007-06-12 18:15:12 +00:00
711 lines, 0.84 seconds, 18996 bytes code, 92 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Banca electronica\Controller\BancaElectronica_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:50< / td >
< td > 19:36:51< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{34015153-FF2A-45E3-814A-03DC9D92C049}0" > < / a > < a href = "#anchor{34015153-FF2A-45E3-814A-03DC9D92C049}0" onclick = "showHide('msg{34015153-FF2A-45E3-814A-03DC9D92C049}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{34015153-FF2A-45E3-814A-03DC9D92C049}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Banca electronica\Controller\BancaElectronica_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-11 17:27:04 +00:00
E:\Codigo (Luis Le<4C> n)\Source\Modulos\Banca electronica\Utiles\CVBUtils.pas(36) Hint: H2164 Variable 'I' is declared but never used in 'Trim'
E:\Codigo (Luis Le<4C> n)\Source\Modulos\Banca electronica\Utiles\CVBNorma1958CSB.pas(290) Hint: H2164 Variable 'cT' is declared but never used in 'TCVBNorma1958CSB.CompCabecera'
E:\Codigo (Luis Le<4C> n)\Source\Modulos\Banca electronica\Utiles\CVBNorma1958CSB.pas(290) Hint: H2164 Variable 'cIT' is declared but never used in 'TCVBNorma1958CSB.CompCabecera'
E:\Codigo (Luis Le<4C> n)\Source\Modulos\Banca electronica\Utiles\CVBNorma1958CSB.pas(340) Hint: H2164 Variable 'cT' is declared but never used in 'TCVBNorma1958CSB.CompOrdenante'
E:\Codigo (Luis Le<4C> n)\Source\Modulos\Banca electronica\Utiles\CVBNorma1958CSB.pas(826) Hint: H2164 Variable 'cT' is declared but never used in 'TCVBNorma1958CSB.FinOrdenan'
E:\Codigo (Luis Le<4C> n)\Source\Modulos\Banca electronica\Utiles\CVBNorma1958CSB.pas(889) Hint: H2164 Variable 'cT' is declared but never used in 'TCVBNorma1958CSB.Cerrar'
E:\Codigo (Luis Le<4C> n)\Source\Modulos\Banca electronica\Utiles\CVBNorma19CSB.pas(262) Hint: H2164 Variable 'iX' is declared but never used in 'TCVBNorma19CSB.CompCabecera'
E:\Codigo (Luis Le<4C> n)\Source\Modulos\Banca electronica\Utiles\CVBNorma19CSB.pas(263) Hint: H2164 Variable 'cT' is declared but never used in 'TCVBNorma19CSB.CompCabecera'
E:\Codigo (Luis Le<4C> n)\Source\Modulos\Banca electronica\Utiles\CVBNorma19CSB.pas(263) Hint: H2164 Variable 'cIT' is declared but never used in 'TCVBNorma19CSB.CompCabecera'
2007-06-12 18:15:12 +00:00
3246 lines, 0.81 seconds, 55640 bytes code, 88 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Banca electronica\Views\BancaElectronica_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:51< / td >
< td > 19:36:52< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{D968D428-3309-42AC-BA84-898E5733D7F6}0" > < / a > < a href = "#anchor{D968D428-3309-42AC-BA84-898E5733D7F6}0" onclick = "showHide('msg{D968D428-3309-42AC-BA84-898E5733D7F6}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{D968D428-3309-42AC-BA84-898E5733D7F6}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Banca electronica\Views\BancaElectronica_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uEditorExportacionNorma19.pas(128) Hint: H2164 Variable 'ASaveDialog' is declared but never used in 'TfEditorExportacionNorma19.OKBtnClick'
2007-06-12 18:15:12 +00:00
292 lines, 0.47 seconds, 7528 bytes code, 80 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Remesas de cliente\Views\RemesasCliente_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:52< / td >
< td > 19:36:53< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{5C7D89A0-4BBF-474B-A033-6C5E793E647E}0" > < / a > < a href = "#anchor{5C7D89A0-4BBF-474B-A033-6C5E793E647E}0" onclick = "showHide('msg{5C7D89A0-4BBF-474B-A033-6C5E793E647E}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{5C7D89A0-4BBF-474B-A033-6C5E793E647E}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Remesas de cliente\Views\RemesasCliente_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uEditorRemesasCliente.pas(25) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorGridBase'
uEditorRemesaCliente.pas(31) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorBase'
uEditorRemesaCliente.pas(115) Hint: H2077 Value assigned to 'bEsNuevo' never used
2007-06-12 18:15:12 +00:00
1164 lines, 1.03 seconds, 31280 bytes code, 108 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Remesas de cliente\Plugin\RemesasCliente_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:53< / td >
< td > 19:36:55< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{7FED153D-5C05-4DA2-BDA3-27257D6756E2}0" > < / a > < a href = "#anchor{7FED153D-5C05-4DA2-BDA3-27257D6756E2}0" onclick = "showHide('msg{7FED153D-5C05-4DA2-BDA3-27257D6756E2}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{7FED153D-5C05-4DA2-BDA3-27257D6756E2}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Remesas de cliente\Plugin\RemesasCliente_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
120 lines, 1.14 seconds, 12608 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Pedidos de cliente MDC< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:55< / td >
< td > 19:36:55< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Pedidos de cliente\Model\PedidosCliente_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:55< / td >
< td > 19:36:55< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{31E4EAAD-20D1-4240-BDE0-184F5FD243AC}0" > < / a > < a href = "#anchor{31E4EAAD-20D1-4240-BDE0-184F5FD243AC}0" onclick = "showHide('msg{31E4EAAD-20D1-4240-BDE0-184F5FD243AC}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{31E4EAAD-20D1-4240-BDE0-184F5FD243AC}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Pedidos de cliente\Model\PedidosCliente_model.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
5028 lines, 0.52 seconds, 87732 bytes code, 92 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Pedidos de cliente\Data\PedidosCliente_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:55< / td >
< td > 19:36:56< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{4BC29597-ABCA-4654-8004-FBF56D2EE23F}0" > < / a > < a href = "#anchor{4BC29597-ABCA-4654-8004-FBF56D2EE23F}0" onclick = "showHide('msg{4BC29597-ABCA-4654-8004-FBF56D2EE23F}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{4BC29597-ABCA-4654-8004-FBF56D2EE23F}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Pedidos de cliente\Data\PedidosCliente_data.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-11 17:27:04 +00:00
237 lines, 0.45 seconds, 10440 bytes code, 72 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Pedidos de cliente\Controller\PedidosCliente_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:56< / td >
< td > 19:36:57< / td >
< td > 00:00:01< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{622C309E-3ABD-48C2-B916-9FA8C86089FC}0" > < / a > < a href = "#anchor{622C309E-3ABD-48C2-B916-9FA8C86089FC}0" onclick = "showHide('msg{622C309E-3ABD-48C2-B916-9FA8C86089FC}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{622C309E-3ABD-48C2-B916-9FA8C86089FC}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Pedidos de cliente\Controller\PedidosCliente_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uPedidosClienteController.pas(323) Hint: H2077 Value assigned to 'TPedidosClienteController.ValidarPedido' never used
uPedidosClienteController.pas(496) Hint: H2077 Value assigned to 'TPedidosClienteController.Eliminar' never used
2007-06-12 18:15:12 +00:00
1194 lines, 0.81 seconds, 26516 bytes code, 112 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Albaranes de cliente MDC< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:57< / td >
< td > 19:36:57< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Albaranes de cliente\Model\AlbaranesCliente_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:57< / td >
< td > 19:36:58< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{DBE44753-53D4-4F47-9E19-75F4A6441BB7}0" > < / a > < a href = "#anchor{DBE44753-53D4-4F47-9E19-75F4A6441BB7}0" onclick = "showHide('msg{DBE44753-53D4-4F47-9E19-75F4A6441BB7}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{DBE44753-53D4-4F47-9E19-75F4A6441BB7}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Albaranes de cliente\Model\AlbaranesCliente_model.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
5110 lines, 0.53 seconds, 84916 bytes code, 92 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Albaranes de cliente\Data\AlbaranesCliente_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:58< / td >
< td > 19:36:59< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{8AEFF218-C6EF-4576-8A3A-6F89E055F37A}0" > < / a > < a href = "#anchor{8AEFF218-C6EF-4576-8A3A-6F89E055F37A}0" onclick = "showHide('msg{8AEFF218-C6EF-4576-8A3A-6F89E055F37A}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{8AEFF218-C6EF-4576-8A3A-6F89E055F37A}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Albaranes de cliente\Data\AlbaranesCliente_data.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
205 lines, 0.44 seconds, 9704 bytes code, 72 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Albaranes de cliente\Controller\AlbaranesCliente_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:36:59< / td >
< td > 19:37:00< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{F0BF7E0A-55CF-48FE-A916-C28CAF51E23A}0" > < / a > < a href = "#anchor{F0BF7E0A-55CF-48FE-A916-C28CAF51E23A}0" onclick = "showHide('msg{F0BF7E0A-55CF-48FE-A916-C28CAF51E23A}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{F0BF7E0A-55CF-48FE-A916-C28CAF51E23A}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Albaranes de cliente\Controller\AlbaranesCliente_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uDetallesAlbaranClienteController.pas(26) Warning: W1010 Method 'AnadirArticulos' hides virtual method of base type 'TControllerDetallesArticulos'
uAlbaranesClienteController.pas(162) Warning: W1035 Return value of function 'TAlbaranesClienteController.AnadirAlbaranDev' might be undefined
uAlbaranesClienteController.pas(419) Hint: H2077 Value assigned to 'TAlbaranesClienteController.ValidarAlbaran' never used
uAlbaranesClienteController.pas(484) Hint: H2077 Value assigned to 'TAlbaranesClienteController.ValidarSituacion' never used
uAlbaranesClienteController.pas(664) Hint: H2077 Value assigned to 'TAlbaranesClienteController.Eliminar' never used
2007-06-11 17:27:04 +00:00
1375 lines, 0.83 seconds, 28908 bytes code, 120 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Facturas de cliente MDC< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:00< / td >
< td > 19:37:00< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Facturas de cliente\Model\FacturasCliente_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:00< / td >
< td > 19:37:01< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{4A499FC8-55CC-40EB-A766-CD9ECC78575C}0" > < / a > < a href = "#anchor{4A499FC8-55CC-40EB-A766-CD9ECC78575C}0" onclick = "showHide('msg{4A499FC8-55CC-40EB-A766-CD9ECC78575C}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{4A499FC8-55CC-40EB-A766-CD9ECC78575C}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Facturas de cliente\Model\FacturasCliente_model.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uBizFacturasCliente.pas(44) Hint: H2219 Private symbol 'CalcularDescuento' declared but never used
2007-06-12 18:15:12 +00:00
4831 lines, 0.47 seconds, 80508 bytes code, 92 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Facturas de cliente\Data\FacturasCliente_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:01< / td >
< td > 19:37:01< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{DEF97B6F-A0DC-43FC-AC3F-8612BD21C455}0" > < / a > < a href = "#anchor{DEF97B6F-A0DC-43FC-AC3F-8612BD21C455}0" onclick = "showHide('msg{DEF97B6F-A0DC-43FC-AC3F-8612BD21C455}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{DEF97B6F-A0DC-43FC-AC3F-8612BD21C455}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Facturas de cliente\Data\FacturasCliente_data.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
196 lines, 0.48 seconds, 9764 bytes code, 72 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Facturas de cliente\Controller\FacturasCliente_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:01< / td >
< td > 19:37:03< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{4787B276-6A01-4AFD-BEE9-C8104D64D760}0" > < / a > < a href = "#anchor{4787B276-6A01-4AFD-BEE9-C8104D64D760}0" onclick = "showHide('msg{4787B276-6A01-4AFD-BEE9-C8104D64D760}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{4787B276-6A01-4AFD-BEE9-C8104D64D760}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Facturas de cliente\Controller\FacturasCliente_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uDetallesFacturaClienteController.pas(28) Warning: W1010 Method 'AnadirArticulos' hides virtual method of base type 'TControllerDetallesArticulos'
uFacturasClienteController.pas(229) Hint: H2077 Value assigned to 'TFacturasClienteController.Anadir' never used
uFacturasClienteController.pas(534) Hint: H2077 Value assigned to 'TFacturasClienteController.ValidarFactura' never used
uFacturasClienteController.pas(671) Hint: H2077 Value assigned to 'TFacturasClienteController.Eliminar' never used
2007-06-12 18:15:12 +00:00
1483 lines, 1.06 seconds, 31044 bytes code, 116 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Comisiones MDC< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:03< / td >
< td > 19:37:03< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Comisiones\Model\Comisiones_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:03< / td >
< td > 19:37:03< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{652AD3F5-9305-4553-8B2C-5B01A1731861}0" > < / a > < a href = "#anchor{652AD3F5-9305-4553-8B2C-5B01A1731861}0" onclick = "showHide('msg{652AD3F5-9305-4553-8B2C-5B01A1731861}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{652AD3F5-9305-4553-8B2C-5B01A1731861}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Comisiones\Model\Comisiones_model.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-11 17:27:04 +00:00
2604 lines, 0.45 seconds, 48892 bytes code, 88 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Comisiones\Data\Comisiones_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:03< / td >
< td > 19:37:04< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{ECC9C259-4AC5-438A-8921-619DD24017E5}0" > < / a > < a href = "#anchor{ECC9C259-4AC5-438A-8921-619DD24017E5}0" onclick = "showHide('msg{ECC9C259-4AC5-438A-8921-619DD24017E5}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{ECC9C259-4AC5-438A-8921-619DD24017E5}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Comisiones\Data\Comisiones_data.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
214 lines, 0.45 seconds, 9764 bytes code, 72 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Comisiones\Controller\Comisiones_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:04< / td >
< td > 19:37:05< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{D18E4E6B-6379-430F-86CE-0D48C504D440}0" > < / a > < a href = "#anchor{D18E4E6B-6379-430F-86CE-0D48C504D440}0" onclick = "showHide('msg{D18E4E6B-6379-430F-86CE-0D48C504D440}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{D18E4E6B-6379-430F-86CE-0D48C504D440}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Comisiones\Controller\Comisiones_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uComisionesController.pas(255) Hint: H2077 Value assigned to 'TComisionesController.ValidarComision' never used
uComisionesController.pas(253) Hint: H2164 Variable 'AFechaPagado' is declared but never used in 'TComisionesController.ValidarComision'
uComisionesController.pas(392) Hint: H2077 Value assigned to 'TComisionesController.Eliminar' never used
2007-06-12 18:15:12 +00:00
757 lines, 1.14 seconds, 19508 bytes code, 92 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Compras< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:05< / td >
< td > 19:37:05< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Pedidos de proveedor MDC< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:05< / td >
< td > 19:37:05< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Pedidos a proveedor\Model\PedidosProveedor_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:05< / td >
< td > 19:37:06< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{94DF06B1-C5B2-4469-AC8C-899DAC3ABD89}0" > < / a > < a href = "#anchor{94DF06B1-C5B2-4469-AC8C-899DAC3ABD89}0" onclick = "showHide('msg{94DF06B1-C5B2-4469-AC8C-899DAC3ABD89}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{94DF06B1-C5B2-4469-AC8C-899DAC3ABD89}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Pedidos a proveedor\Model\PedidosProveedor_model.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
5195 lines, 0.48 seconds, 88288 bytes code, 92 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Pedidos a proveedor\Data\PedidosProveedor_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:06< / td >
< td > 19:37:07< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{DE0A8B1B-8832-474F-A722-6DFD1535FD07}0" > < / a > < a href = "#anchor{DE0A8B1B-8832-474F-A722-6DFD1535FD07}0" onclick = "showHide('msg{DE0A8B1B-8832-474F-A722-6DFD1535FD07}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{DE0A8B1B-8832-474F-A722-6DFD1535FD07}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Pedidos a proveedor\Data\PedidosProveedor_data.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
218 lines, 0.47 seconds, 10036 bytes code, 72 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Pedidos a proveedor\Controller\PedidosProveedor_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:07< / td >
< td > 19:37:08< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{21D67F99-0613-48F1-9A52-0FCDED2B759C}0" > < / a > < a href = "#anchor{21D67F99-0613-48F1-9A52-0FCDED2B759C}0" onclick = "showHide('msg{21D67F99-0613-48F1-9A52-0FCDED2B759C}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{21D67F99-0613-48F1-9A52-0FCDED2B759C}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Pedidos a proveedor\Controller\PedidosProveedor_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uDetallesPedidoProveedorController.pas(26) Warning: W1010 Method 'AnadirArticulos' hides virtual method of base type 'TControllerDetallesArticulos'
uPedidosProveedorController.pas(323) Hint: H2077 Value assigned to 'TPedidosProveedorController.ValidarPedido' never used
uPedidosProveedorController.pas(369) Hint: H2077 Value assigned to 'TPedidosProveedorController.ValidarSituacion' never used
uPedidosProveedorController.pas(507) Hint: H2077 Value assigned to 'TPedidosProveedorController.Eliminar' never used
2007-06-12 18:15:12 +00:00
1201 lines, 0.75 seconds, 26008 bytes code, 116 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Pedidos a proveedor\Controller\PedidosProveedor_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:08< / td >
< td > 19:37:09< / td >
< td > 00:00:00< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{006FA03C-0B88-4102-89F0-2B0B2053A082}0" > < / a > < a href = "#anchor{006FA03C-0B88-4102-89F0-2B0B2053A082}0" onclick = "showHide('msg{006FA03C-0B88-4102-89F0-2B0B2053A082}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{006FA03C-0B88-4102-89F0-2B0B2053A082}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Pedidos a proveedor\Controller\PedidosProveedor_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uDetallesPedidoProveedorController.pas(26) Warning: W1010 Method 'AnadirArticulos' hides virtual method of base type 'TControllerDetallesArticulos'
uPedidosProveedorController.pas(323) Hint: H2077 Value assigned to 'TPedidosProveedorController.ValidarPedido' never used
uPedidosProveedorController.pas(369) Hint: H2077 Value assigned to 'TPedidosProveedorController.ValidarSituacion' never used
uPedidosProveedorController.pas(507) Hint: H2077 Value assigned to 'TPedidosProveedorController.Eliminar' never used
2007-06-12 18:15:12 +00:00
1201 lines, 0.75 seconds, 26008 bytes code, 116 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Recibos de proveedor< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:09< / td >
< td > 19:37:09< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Recibos de proveedor\Model\RecibosProveedor_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:09< / td >
< td > 19:37:10< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{785CF01C-270A-4E6C-A970-CB7B6C8076A6}0" > < / a > < a href = "#anchor{785CF01C-270A-4E6C-A970-CB7B6C8076A6}0" onclick = "showHide('msg{785CF01C-270A-4E6C-A970-CB7B6C8076A6}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{785CF01C-270A-4E6C-A970-CB7B6C8076A6}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Recibos de proveedor\Model\RecibosProveedor_model.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-11 17:27:04 +00:00
3198 lines, 0.47 seconds, 54900 bytes code, 88 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Recibos de proveedor\Data\RecibosProveedor_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:10< / td >
< td > 19:37:10< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{0658F41B-7DA6-48B1-B32A-B39ED0CF466D}0" > < / a > < a href = "#anchor{0658F41B-7DA6-48B1-B32A-B39ED0CF466D}0" onclick = "showHide('msg{0658F41B-7DA6-48B1-B32A-B39ED0CF466D}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{0658F41B-7DA6-48B1-B32A-B39ED0CF466D}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Recibos de proveedor\Data\RecibosProveedor_data.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-11 17:27:04 +00:00
227 lines, 0.45 seconds, 9676 bytes code, 72 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Recibos de proveedor\Controller\RecibosProveedor_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:10< / td >
< td > 19:37:11< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{4C54C88D-3340-4322-875F-A09D2819D665}0" > < / a > < a href = "#anchor{4C54C88D-3340-4322-875F-A09D2819D665}0" onclick = "showHide('msg{4C54C88D-3340-4322-875F-A09D2819D665}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{4C54C88D-3340-4322-875F-A09D2819D665}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Recibos de proveedor\Controller\RecibosProveedor_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uPagosProveedorController.pas(49) Warning: W1010 Method 'Create' hides virtual method of base type 'TSujeto'
uPagosProveedorController.pas(176) Hint: H2077 Value assigned to 'TPagosProveedorController.Eliminar' never used
uPagosProveedorController.pas(206) Warning: W1035 Return value of function 'TPagosProveedorController.EliminarTodo' might be undefined
uRecibosProveedorController.pas(180) Hint: H2164 Variable 'AContador' is declared but never used in 'TRecibosProveedorController.AsignarID'
uRecibosProveedorController.pas(390) Hint: H2077 Value assigned to 'TRecibosProveedorController.ValidarReciboProveedor' never used
uRecibosProveedorController.pas(366) Hint: H2077 Value assigned to 'TRecibosProveedorController.ValidarReciboProveedor' never used
uRecibosProveedorController.pas(363) Hint: H2164 Variable 'ImporteRestante' is declared but never used in 'TRecibosProveedorController.ValidarReciboProveedor'
uRecibosProveedorController.pas(449) Hint: H2077 Value assigned to 'TRecibosProveedorController.Eliminar' never used
uRecibosProveedorController.pas(482) Warning: W1035 Return value of function 'TRecibosProveedorController.EliminarTodo' might be undefined
2007-06-12 18:15:12 +00:00
1181 lines, 0.70 seconds, 23072 bytes code, 100 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Recibos de proveedor\Views\RecibosProveedor_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:11< / td >
< td > 19:37:12< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{31269CCD-BCC1-43BB-9FF9-FF9C43DD9DFA}0" > < / a > < a href = "#anchor{31269CCD-BCC1-43BB-9FF9-FF9C43DD9DFA}0" onclick = "showHide('msg{31269CCD-BCC1-43BB-9FF9-FF9C43DD9DFA}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{31269CCD-BCC1-43BB-9FF9-FF9C43DD9DFA}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Recibos de proveedor\Views\RecibosProveedor_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uViewRecibosProveedor.pas(72) Hint: H2269 Overriding virtual method 'TfrViewRecibosProveedor.AnadirOtrosFiltros' has lower visibility (protected) than base class 'TfrViewGrid' (public)
uViewRecibosProveedor.pas(168) Hint: H2164 Variable 'R' is declared but never used in 'TfrViewRecibosProveedor.cxGridViewICONOCustomDrawCell'
uEditorRecibosProveedor.pas(45) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorGridBase'
uEditorReciboProveedor.pas(19) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorBase'
2007-06-11 17:27:04 +00:00
1180 lines, 0.80 seconds, 31800 bytes code, 108 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Recibos de proveedor\Plugin\RecibosProveedor_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:12< / td >
< td > 19:37:13< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{E9DA9F10-A696-4D1D-A409-D5855D3812AE}0" > < / a > < a href = "#anchor{E9DA9F10-A696-4D1D-A409-D5855D3812AE}0" onclick = "showHide('msg{E9DA9F10-A696-4D1D-A409-D5855D3812AE}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{E9DA9F10-A696-4D1D-A409-D5855D3812AE}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Recibos de proveedor\Plugin\RecibosProveedor_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
120 lines, 0.83 seconds, 12216 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Log<EFBFBD> stica< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:13< / td >
< td > 19:37:13< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Inventario MDC< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:13< / td >
< td > 19:37:13< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Inventario\Model\Inventario_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:13< / td >
< td > 19:37:14< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{F4A26808-0078-4EB4-8341-01BDDFF3958F}0" > < / a > < a href = "#anchor{F4A26808-0078-4EB4-8341-01BDDFF3958F}0" onclick = "showHide('msg{F4A26808-0078-4EB4-8341-01BDDFF3958F}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{F4A26808-0078-4EB4-8341-01BDDFF3958F}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Inventario\Model\Inventario_model.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
1092 lines, 0.45 seconds, 22996 bytes code, 80 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Inventario\Data\Inventario_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:14< / td >
< td > 19:37:15< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{FA99A2B0-035F-49A7-AB72-2F59FDC2A766}0" > < / a > < a href = "#anchor{FA99A2B0-035F-49A7-AB72-2F59FDC2A766}0" onclick = "showHide('msg{FA99A2B0-035F-49A7-AB72-2F59FDC2A766}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{FA99A2B0-035F-49A7-AB72-2F59FDC2A766}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Inventario\Data\Inventario_data.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
161 lines, 0.45 seconds, 8832 bytes code, 72 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Inventario\Controller\Inventario_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:15< / td >
< td > 19:37:16< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{0A4BC38A-7EA0-4B1D-99EA-AA38C9A5AF63}0" > < / a > < a href = "#anchor{0A4BC38A-7EA0-4B1D-99EA-AA38C9A5AF63}0" onclick = "showHide('msg{0A4BC38A-7EA0-4B1D-99EA-AA38C9A5AF63}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{0A4BC38A-7EA0-4B1D-99EA-AA38C9A5AF63}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Inventario\Controller\Inventario_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uInventarioController.pas(598) Hint: H2077 Value assigned to 'TInventarioController.EntradaPedido' never used
uInventarioController.pas(699) Warning: W1035 Return value of function 'TInventarioController.Reservar' might be undefined
uInventarioController.pas(951) Warning: W1035 Return value of function 'TInventarioController.Liberar' might be undefined
2007-06-12 18:15:12 +00:00
1361 lines, 1.00 seconds, 22696 bytes code, 104 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Albaranes de proveedor MDC< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:16< / td >
< td > 19:37:16< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Albaranes de proveedor\Model\AlbaranesProveedor_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:16< / td >
< td > 19:37:17< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{CC2EB1FD-FF7E-4BA5-98DE-300D63D805C6}0" > < / a > < a href = "#anchor{CC2EB1FD-FF7E-4BA5-98DE-300D63D805C6}0" onclick = "showHide('msg{CC2EB1FD-FF7E-4BA5-98DE-300D63D805C6}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{CC2EB1FD-FF7E-4BA5-98DE-300D63D805C6}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Albaranes de proveedor\Model\AlbaranesProveedor_model.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
4759 lines, 0.48 seconds, 80048 bytes code, 92 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Albaranes de proveedor\Data\AlbaranesProveedor_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:17< / td >
< td > 19:37:18< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{96B426D5-91A7-4EC8-9F2B-D6F249428B64}0" > < / a > < a href = "#anchor{96B426D5-91A7-4EC8-9F2B-D6F249428B64}0" onclick = "showHide('msg{96B426D5-91A7-4EC8-9F2B-D6F249428B64}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{96B426D5-91A7-4EC8-9F2B-D6F249428B64}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Albaranes de proveedor\Data\AlbaranesProveedor_data.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
204 lines, 0.45 seconds, 9724 bytes code, 72 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Albaranes de proveedor\Controller\AlbaranesProveedor_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:18< / td >
< td > 19:37:19< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{54D9455D-A598-407E-BCB1-932D1417AE05}0" > < / a > < a href = "#anchor{54D9455D-A598-407E-BCB1-932D1417AE05}0" onclick = "showHide('msg{54D9455D-A598-407E-BCB1-932D1417AE05}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{54D9455D-A598-407E-BCB1-932D1417AE05}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Albaranes de proveedor\Controller\AlbaranesProveedor_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uDetallesAlbaranProveedorController.pas(26) Warning: W1010 Method 'AnadirArticulos' hides virtual method of base type 'TControllerDetallesArticulos'
2007-06-12 18:15:12 +00:00
uAlbaranesProveedorController.pas(288) Hint: H2077 Value assigned to 'APedidosController' never used
uAlbaranesProveedorController.pas(499) Hint: H2077 Value assigned to 'TAlbaranesProveedorController.ValidarAlbaran' never used
uAlbaranesProveedorController.pas(710) Hint: H2077 Value assigned to 'TAlbaranesProveedorController.Eliminar' never used
1431 lines, 1.06 seconds, 30656 bytes code, 124 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Facturas de proveedor MDC< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:19< / td >
< td > 19:37:19< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Facturas de proveedor\Model\FacturasProveedor_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:19< / td >
< td > 19:37:20< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{51B87AE7-0882-4FE5-8108-3CB47E73D263}0" > < / a > < a href = "#anchor{51B87AE7-0882-4FE5-8108-3CB47E73D263}0" onclick = "showHide('msg{51B87AE7-0882-4FE5-8108-3CB47E73D263}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{51B87AE7-0882-4FE5-8108-3CB47E73D263}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Facturas de proveedor\Model\FacturasProveedor_model.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uBizFacturasProveedor.pas(44) Hint: H2219 Private symbol 'CalcularDescuento' declared but never used
2007-06-11 17:27:04 +00:00
4641 lines, 0.48 seconds, 78104 bytes code, 92 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Facturas de proveedor\Data\FacturasProveedor_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:20< / td >
< td > 19:37:20< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{38A539A2-4E61-4A46-8B3D-D7406B6E23EE}0" > < / a > < a href = "#anchor{38A539A2-4E61-4A46-8B3D-D7406B6E23EE}0" onclick = "showHide('msg{38A539A2-4E61-4A46-8B3D-D7406B6E23EE}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{38A539A2-4E61-4A46-8B3D-D7406B6E23EE}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Facturas de proveedor\Data\FacturasProveedor_data.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uDataModuleFacturasProveedor.pas(71) Warning: W1035 Return value of function 'TDataModuleFacturasProveedor.GetReport' might be undefined
2007-06-12 18:15:12 +00:00
194 lines, 0.48 seconds, 9688 bytes code, 72 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Facturas de proveedor\Controller\FacturasProveedor_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:20< / td >
< td > 19:37:22< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{2F3F28D6-3EC0-4698-8C08-E23A1C3D3D94}0" > < / a > < a href = "#anchor{2F3F28D6-3EC0-4698-8C08-E23A1C3D3D94}0" onclick = "showHide('msg{2F3F28D6-3EC0-4698-8C08-E23A1C3D3D94}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{2F3F28D6-3EC0-4698-8C08-E23A1C3D3D94}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Facturas de proveedor\Controller\FacturasProveedor_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uDetallesFacturaProveedorController.pas(28) Warning: W1010 Method 'AnadirArticulos' hides virtual method of base type 'TControllerDetallesArticulos'
uFacturasProveedorController.pas(218) Hint: H2077 Value assigned to 'TFacturasProveedorController.Anadir' never used
uFacturasProveedorController.pas(532) Hint: H2077 Value assigned to 'TFacturasProveedorController.ValidarFactura' never used
uFacturasProveedorController.pas(670) Hint: H2077 Value assigned to 'TFacturasProveedorController.Eliminar' never used
2007-06-12 18:15:12 +00:00
1348 lines, 1.25 seconds, 29780 bytes code, 108 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Relaciones< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:22< / td >
< td > 19:37:22< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Relaciones\Pedidos de cliente - Pedidos a proveedor\PedCli_PedProv_relation.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:22< / td >
< td > 19:37:23< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{9F131B73-7474-4712-80FA-470C1A16C6E2}0" > < / a > < a href = "#anchor{9F131B73-7474-4712-80FA-470C1A16C6E2}0" onclick = "showHide('msg{9F131B73-7474-4712-80FA-470C1A16C6E2}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{9F131B73-7474-4712-80FA-470C1A16C6E2}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Relaciones\Pedidos de cliente - Pedidos a proveedor\PedCli_PedProv_relation.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
226 lines, 0.89 seconds, 13676 bytes code, 88 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Relaciones\Pedidos de cliente - Albaranes de cliente\PedCli_AlbCli_relation.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:23< / td >
< td > 19:37:24< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:01< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{D1641FE7-6B8A-4A8D-A54E-C24C164743B0}0" > < / a > < a href = "#anchor{D1641FE7-6B8A-4A8D-A54E-C24C164743B0}0" onclick = "showHide('msg{D1641FE7-6B8A-4A8D-A54E-C24C164743B0}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{D1641FE7-6B8A-4A8D-A54E-C24C164743B0}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Relaciones\Pedidos de cliente - Albaranes de cliente\PedCli_AlbCli_relation.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
296 lines, 1.00 seconds, 15572 bytes code, 88 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Relaciones\Pedidos de proveedor - Albaranes de proveedor\PedProv_AlbProv_relation.dpk ]< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:24< / td >
< td > 19:37:26< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:01< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{14200EB9-F681-4972-A6D6-D5C1CC14EC45}0" > < / a > < a href = "#anchor{14200EB9-F681-4972-A6D6-D5C1CC14EC45}0" onclick = "showHide('msg{14200EB9-F681-4972-A6D6-D5C1CC14EC45}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{14200EB9-F681-4972-A6D6-D5C1CC14EC45}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Relaciones\Pedidos de proveedor - Albaranes de proveedor\PedProv_AlbProv_relation.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uGenerarAlbaranesProvUtils.pas(155) Hint: H2077 Value assigned to 'GenerarAlbaranProv' never used
2007-06-12 18:15:12 +00:00
402 lines, 1.51 seconds, 17428 bytes code, 96 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Relaciones\Albaranes de proveedor - Facturas de proveedor\AlbProv_FacProv_relation.dpk ]< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:26< / td >
< td > 19:37:28< / td >
< td > 00:00:02< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{87C81FA9-CCD3-444D-BBAD-02BE410BFB3F}0" > < / a > < a href = "#anchor{87C81FA9-CCD3-444D-BBAD-02BE410BFB3F}0" onclick = "showHide('msg{87C81FA9-CCD3-444D-BBAD-02BE410BFB3F}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{87C81FA9-CCD3-444D-BBAD-02BE410BFB3F}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Relaciones\Albaranes de proveedor - Facturas de proveedor\AlbProv_FacProv_relation.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
397 lines, 1.80 seconds, 15152 bytes code, 100 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Relaciones\Albaranes de cliente - Facturas de cliente\AlbCli_FacCli_relation.dpk ]< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:28< / td >
< td > 19:37:30< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:01< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{A0EDAF81-B89C-4CEB-971E-9AB5A18BA136}0" > < / a > < a href = "#anchor{A0EDAF81-B89C-4CEB-971E-9AB5A18BA136}0" onclick = "showHide('msg{A0EDAF81-B89C-4CEB-971E-9AB5A18BA136}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{A0EDAF81-B89C-4CEB-971E-9AB5A18BA136}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Relaciones\Albaranes de cliente - Facturas de cliente\AlbCli_FacCli_relation.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
398 lines, 1.33 seconds, 15108 bytes code, 100 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Relaciones\Pedidos de cliente - Albaranes de cliente\PedCli_AlbCli_relation.dpk ]< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:30< / td >
< td > 19:37:31< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{DCD3B1CE-85CD-43FC-B336-7EB51CC77B18}0" > < / a > < a href = "#anchor{DCD3B1CE-85CD-43FC-B336-7EB51CC77B18}0" onclick = "showHide('msg{DCD3B1CE-85CD-43FC-B336-7EB51CC77B18}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{DCD3B1CE-85CD-43FC-B336-7EB51CC77B18}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Relaciones\Pedidos de cliente - Albaranes de cliente\PedCli_AlbCli_relation.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
296 lines, 0.97 seconds, 15572 bytes code, 88 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Relaciones\Pedidos de cliente - Pedidos a proveedor\PedCli_PedProv_relation.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:31< / td >
< td > 19:37:32< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{6AC3811D-C11B-410F-9780-5F968268265C}0" > < / a > < a href = "#anchor{6AC3811D-C11B-410F-9780-5F968268265C}0" onclick = "showHide('msg{6AC3811D-C11B-410F-9780-5F968268265C}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{6AC3811D-C11B-410F-9780-5F968268265C}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Relaciones\Pedidos de cliente - Pedidos a proveedor\PedCli_PedProv_relation.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
226 lines, 0.88 seconds, 13676 bytes code, 88 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Relaciones\Albaranes de proveedor - Facturas de proveedor\AlbProv_FacProv_relation.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:32< / td >
< td > 19:37:34< / td >
< td > 00:00:02< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{1D75E637-E1BA-4440-BFBD-59B3FB40BA6A}0" > < / a > < a href = "#anchor{1D75E637-E1BA-4440-BFBD-59B3FB40BA6A}0" onclick = "showHide('msg{1D75E637-E1BA-4440-BFBD-59B3FB40BA6A}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{1D75E637-E1BA-4440-BFBD-59B3FB40BA6A}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Relaciones\Albaranes de proveedor - Facturas de proveedor\AlbProv_FacProv_relation.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
397 lines, 1.76 seconds, 15152 bytes code, 100 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Relaciones\Pedidos de proveedor - Facturas de proveedor\PedProv_FacProv_relation.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:34< / td >
< td > 19:37:36< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{236FBFDB-A902-4806-98D1-65B2307543F8}0" > < / a > < a href = "#anchor{236FBFDB-A902-4806-98D1-65B2307543F8}0" onclick = "showHide('msg{236FBFDB-A902-4806-98D1-65B2307543F8}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{236FBFDB-A902-4806-98D1-65B2307543F8}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Relaciones\Pedidos de proveedor - Facturas de proveedor\PedProv_FacProv_relation.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uGenerarFacturasProvPedProvUtils.pas(153) Hint: H2077 Value assigned to 'GenerarFacturaProv' never used
uGenerarFacturasProvPedProvUtils.pas(166) Hint: H2164 Variable 'ARespuesta' is declared but never used in 'GenerarFacturaProv'
uGenerarFacturasProvPedProvUtils.pas(226) Warning: W1035 Return value of function 'GenerarFacturaProv' might be undefined
uGenerarFacturasProvPedProvUtils.pas(210) Hint: H2164 Variable 'APedidos' is declared but never used in 'GenerarFacturaProv'
2007-06-12 18:15:12 +00:00
280 lines, 1.44 seconds, 13132 bytes code, 84 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Vistas - Plugin< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:36< / td >
< td > 19:37:36< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Pedidos de cliente\Views\PedidosCliente_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:36< / td >
< td > 19:37:38< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:02< / td >
< td > < a name = "anchor{52655086-79CE-41D9-96B4-703411063EA6}0" > < / a > < a href = "#anchor{52655086-79CE-41D9-96B4-703411063EA6}0" onclick = "showHide('msg{52655086-79CE-41D9-96B4-703411063EA6}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{52655086-79CE-41D9-96B4-703411063EA6}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Pedidos de cliente\Views\PedidosCliente_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uEditorPedidosCliente.pas(34) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorGridBase'
uEditorPedidoCliente.pas(170) Hint: H2077 Value assigned to 'bEsNuevo' never used
2007-06-12 18:15:12 +00:00
1657 lines, 2.00 seconds, 42924 bytes code, 116 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Pedidos de cliente\Plugin\PedidosCliente_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:38< / td >
< td > 19:37:40< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:02< / td >
< td > < a name = "anchor{2CA7FC52-1038-425C-89EB-E4B1925A98DD}0" > < / a > < a href = "#anchor{2CA7FC52-1038-425C-89EB-E4B1925A98DD}0" onclick = "showHide('msg{2CA7FC52-1038-425C-89EB-E4B1925A98DD}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{2CA7FC52-1038-425C-89EB-E4B1925A98DD}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Pedidos de cliente\Plugin\PedidosCliente_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
123 lines, 2.28 seconds, 14000 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Albaranes de cliente\Views\AlbaranesCliente_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:40< / td >
< td > 19:37:43< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:02< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{4F509187-3697-498B-BE30-B2BF3999A124}0" > < / a > < a href = "#anchor{4F509187-3697-498B-BE30-B2BF3999A124}0" onclick = "showHide('msg{4F509187-3697-498B-BE30-B2BF3999A124}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{4F509187-3697-498B-BE30-B2BF3999A124}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Albaranes de cliente\Views\AlbaranesCliente_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uViewAlbaranesCliente.pas(83) Hint: H2269 Overriding virtual method 'TfrViewAlbaranesCliente.AnadirOtrosFiltros' has lower visibility (protected) than base class 'TfrViewGrid' (public)
uEditorAlbaranesCliente.pas(31) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorGridBase'
uEditorAlbaranCliente.pas(197) Hint: H2077 Value assigned to 'bEsNuevo' never used
2007-06-12 18:15:12 +00:00
2102 lines, 2.62 seconds, 52760 bytes code, 140 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Albaranes de cliente\Plugin\AlbaranesCliente_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:43< / td >
< td > 19:37:47< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:03< / td >
< td > < a name = "anchor{9087B687-DE18-43AA-9794-5405519C087E}0" > < / a > < a href = "#anchor{9087B687-DE18-43AA-9794-5405519C087E}0" onclick = "showHide('msg{9087B687-DE18-43AA-9794-5405519C087E}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{9087B687-DE18-43AA-9794-5405519C087E}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Albaranes de cliente\Plugin\AlbaranesCliente_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
134 lines, 3.06 seconds, 14460 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Facturas de cliente\Views\FacturasCliente_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:47< / td >
< td > 19:37:49< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:02< / td >
< td > < a name = "anchor{5033E68E-B9AA-41DF-A0B7-C4CB42D8F942}0" > < / a > < a href = "#anchor{5033E68E-B9AA-41DF-A0B7-C4CB42D8F942}0" onclick = "showHide('msg{5033E68E-B9AA-41DF-A0B7-C4CB42D8F942}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{5033E68E-B9AA-41DF-A0B7-C4CB42D8F942}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Facturas de cliente\Views\FacturasCliente_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uEditorFacturasCliente.pas(33) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorGridBase'
uEditorFacturaCliente.pas(26) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorBase'
2007-06-12 18:15:12 +00:00
1572 lines, 1.91 seconds, 40968 bytes code, 116 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Facturas de cliente\Plugin\FacturasCliente_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:49< / td >
< td > 19:37:51< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:02< / td >
< td > < a name = "anchor{18732A41-EEB5-4492-83D2-5620A5D97572}0" > < / a > < a href = "#anchor{18732A41-EEB5-4492-83D2-5620A5D97572}0" onclick = "showHide('msg{18732A41-EEB5-4492-83D2-5620A5D97572}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{18732A41-EEB5-4492-83D2-5620A5D97572}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Facturas de cliente\Plugin\FacturasCliente_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
122 lines, 2.42 seconds, 13744 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Inventario\Views\Inventario_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:51< / td >
< td > 19:37:54< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:02< / td >
< td > < a name = "anchor{268B5BFE-FC3A-4A6E-A3EF-647104364E42}0" > < / a > < a href = "#anchor{268B5BFE-FC3A-4A6E-A3EF-647104364E42}0" onclick = "showHide('msg{268B5BFE-FC3A-4A6E-A3EF-647104364E42}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{268B5BFE-FC3A-4A6E-A3EF-647104364E42}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Inventario\Views\Inventario_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uViewInventario.pas(63) Hint: H2269 Overriding virtual method 'TfrViewInventario.AnadirOtrosFiltros' has lower visibility (protected) than base class 'TfrViewGrid' (public)
uEditorInventario.pas(42) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorGridBase'
uEditorInventario.pas(103) Hint: H2164 Variable 'AAlmacenes' is declared but never used in 'TfEditorInventario.DarIDAlmacenSeleccionado'
uEditorInventario.pas(104) Hint: H2164 Variable 'AAlmacenesController' is declared but never used in 'TfEditorInventario.DarIDAlmacenSeleccionado'
uEditorInventario.pas(105) Hint: H2164 Variable 'Respuesta' is declared but never used in 'TfEditorInventario.DarIDAlmacenSeleccionado'
uEditorEntradaSalidaArticulos.pas(44) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorBase'
2007-06-12 18:15:12 +00:00
1192 lines, 1.80 seconds, 33400 bytes code, 104 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Inventario\Plugin\Inventario_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:54< / td >
< td > 19:37:56< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:02< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{3784A86D-CCA6-4451-AB56-204FCC682CA6}0" > < / a > < a href = "#anchor{3784A86D-CCA6-4451-AB56-204FCC682CA6}0" onclick = "showHide('msg{3784A86D-CCA6-4451-AB56-204FCC682CA6}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{3784A86D-CCA6-4451-AB56-204FCC682CA6}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Inventario\Plugin\Inventario_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
120 lines, 2.03 seconds, 13288 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Pedidos a proveedor\Views\PedidosProveedor_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:56< / td >
< td > 19:37:59< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:02< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{630B11D2-B41A-4614-A8FA-31A1161AAB7D}0" > < / a > < a href = "#anchor{630B11D2-B41A-4614-A8FA-31A1161AAB7D}0" onclick = "showHide('msg{630B11D2-B41A-4614-A8FA-31A1161AAB7D}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{630B11D2-B41A-4614-A8FA-31A1161AAB7D}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Pedidos a proveedor\Views\PedidosProveedor_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uViewPedidosProveedor.pas(80) Hint: H2269 Overriding virtual method 'TfrViewPedidosProveedor.AnadirOtrosFiltros' has lower visibility (protected) than base class 'TfrViewGrid' (public)
uEditorPedidosProveedor.pas(28) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorGridBase'
uEditorPedidoProveedor.pas(170) Hint: H2077 Value assigned to 'bEsNuevo' never used
uEditorDireccionEntregaPedidoProveedor.pas(43) Hint: H2219 Private symbol 'Pedido' declared but never used
2007-06-12 18:15:12 +00:00
1890 lines, 2.58 seconds, 47016 bytes code, 128 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Pedidos a proveedor\Plugin\PedidosProveedor_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:37:59< / td >
< td > 19:38:02< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:03< / td >
< td > < a name = "anchor{1C1183C0-71B4-414D-ADBF-39F63A29E8A5}0" > < / a > < a href = "#anchor{1C1183C0-71B4-414D-ADBF-39F63A29E8A5}0" onclick = "showHide('msg{1C1183C0-71B4-414D-ADBF-39F63A29E8A5}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{1C1183C0-71B4-414D-ADBF-39F63A29E8A5}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Pedidos a proveedor\Plugin\PedidosProveedor_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
121 lines, 2.91 seconds, 13720 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Albaranes de proveedor\Views\AlbaranesProveedor_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:02< / td >
< td > 19:38:05< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:03< / td >
< td > < a name = "anchor{14E7F029-9D7F-4717-8772-C413DF1E9775}0" > < / a > < a href = "#anchor{14E7F029-9D7F-4717-8772-C413DF1E9775}0" onclick = "showHide('msg{14E7F029-9D7F-4717-8772-C413DF1E9775}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{14E7F029-9D7F-4717-8772-C413DF1E9775}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Albaranes de proveedor\Views\AlbaranesProveedor_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
uEditorAlbaranesProveedor.pas(25) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorGridBase'
2007-06-11 15:29:06 +00:00
uViewAlbaranProveedor.pas(105) Hint: H2164 Variable 'AProveedoresController' is declared but never used in 'TfrViewAlbaranProveedor.actElegirDireccionExecute'
uViewAlbaranProveedor.pas(106) Hint: H2164 Variable 'AAlbaranController' is declared but never used in 'TfrViewAlbaranProveedor.actElegirDireccionExecute'
uViewAlbaranProveedor.pas(107) Hint: H2164 Variable 'ADireccion' is declared but never used in 'TfrViewAlbaranProveedor.actElegirDireccionExecute'
uEditorAlbaranProveedor.pas(200) Hint: H2077 Value assigned to 'bEsNuevo' never used
uEditorAlbaranProveedor.pas(221) Hint: H2164 Variable 'AProveedoresController' is declared but never used in 'TfEditorAlbaranProveedor.OnProveedorChanged'
uEditorAlbaranProveedor.pas(222) Hint: H2164 Variable 'ADireccion' is declared but never used in 'TfEditorAlbaranProveedor.OnProveedorChanged'
uEditorDireccionEntregaAlbaranProveedor.pas(43) Hint: H2219 Private symbol 'Albaran' declared but never used
uEditorAlbaranDevProveedor.pas(67) Hint: H2077 Value assigned to 'bEsNuevo' never used
2007-06-12 18:15:12 +00:00
1995 lines, 3.08 seconds, 51612 bytes code, 140 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Albaranes de proveedor\Plugin\AlbaranesProveedor_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:05< / td >
< td > 19:38:09< / td >
< td > 00:00:04< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{021E7FC1-969C-4D7C-82F8-CE1286DA82CD}0" > < / a > < a href = "#anchor{021E7FC1-969C-4D7C-82F8-CE1286DA82CD}0" onclick = "showHide('msg{021E7FC1-969C-4D7C-82F8-CE1286DA82CD}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{021E7FC1-969C-4D7C-82F8-CE1286DA82CD}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Albaranes de proveedor\Plugin\AlbaranesProveedor_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
134 lines, 3.88 seconds, 14460 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Banca electronica\Plugin\BancaElectronica_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:09< / td >
< td > 19:38:10< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{2C101724-3502-467C-BE10-0EF8B14178AB}0" > < / a > < a href = "#anchor{2C101724-3502-467C-BE10-0EF8B14178AB}0" onclick = "showHide('msg{2C101724-3502-467C-BE10-0EF8B14178AB}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{2C101724-3502-467C-BE10-0EF8B14178AB}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Banca electronica\Plugin\BancaElectronica_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
107 lines, 0.97 seconds, 12044 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Comisiones\Views\Comisiones_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:10< / td >
< td > 19:38:12< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{75727E55-5471-4855-87BD-414BD0EC21A2}0" > < / a > < a href = "#anchor{75727E55-5471-4855-87BD-414BD0EC21A2}0" onclick = "showHide('msg{75727E55-5471-4855-87BD-414BD0EC21A2}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{75727E55-5471-4855-87BD-414BD0EC21A2}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Comisiones\Views\Comisiones_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uEditorComisionesReport.pas(116) Warning: W1020 Constructing instance of 'TAgentesController' containing abstract method 'TContactosController.ElegirContacto'
uEditorComisiones.pas(23) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorGridBase'
uViewComision.pas(73) Warning: W1020 Constructing instance of 'TAgentesController' containing abstract method 'TContactosController.ElegirContacto'
uEditorComision.pas(31) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorBase'
uEditorComision.pas(111) Hint: H2077 Value assigned to 'bEsNuevo' never used
2007-06-12 18:15:12 +00:00
1107 lines, 1.25 seconds, 28720 bytes code, 104 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Comisiones\Plugin\Comisiones_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:12< / td >
< td > 19:38:14< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:02< / td >
< td > < a name = "anchor{27D4C747-34DB-4F04-8140-780A2C87B860}0" > < / a > < a href = "#anchor{27D4C747-34DB-4F04-8140-780A2C87B860}0" onclick = "showHide('msg{27D4C747-34DB-4F04-8140-780A2C87B860}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{27D4C747-34DB-4F04-8140-780A2C87B860}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Comisiones\Plugin\Comisiones_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
119 lines, 1.80 seconds, 13380 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Albaranes de proveedor\Views\AlbaranesProveedor_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:14< / td >
< td > 19:38:17< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:03< / td >
< td > < a name = "anchor{EEE9DA46-BFF1-4387-A32D-60914AD0A30F}0" > < / a > < a href = "#anchor{EEE9DA46-BFF1-4387-A32D-60914AD0A30F}0" onclick = "showHide('msg{EEE9DA46-BFF1-4387-A32D-60914AD0A30F}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{EEE9DA46-BFF1-4387-A32D-60914AD0A30F}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Albaranes de proveedor\Views\AlbaranesProveedor_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
uEditorAlbaranesProveedor.pas(25) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorGridBase'
2007-06-11 15:29:06 +00:00
uViewAlbaranProveedor.pas(105) Hint: H2164 Variable 'AProveedoresController' is declared but never used in 'TfrViewAlbaranProveedor.actElegirDireccionExecute'
uViewAlbaranProveedor.pas(106) Hint: H2164 Variable 'AAlbaranController' is declared but never used in 'TfrViewAlbaranProveedor.actElegirDireccionExecute'
uViewAlbaranProveedor.pas(107) Hint: H2164 Variable 'ADireccion' is declared but never used in 'TfrViewAlbaranProveedor.actElegirDireccionExecute'
uEditorAlbaranProveedor.pas(200) Hint: H2077 Value assigned to 'bEsNuevo' never used
uEditorAlbaranProveedor.pas(221) Hint: H2164 Variable 'AProveedoresController' is declared but never used in 'TfEditorAlbaranProveedor.OnProveedorChanged'
uEditorAlbaranProveedor.pas(222) Hint: H2164 Variable 'ADireccion' is declared but never used in 'TfEditorAlbaranProveedor.OnProveedorChanged'
uEditorDireccionEntregaAlbaranProveedor.pas(43) Hint: H2219 Private symbol 'Albaran' declared but never used
uEditorAlbaranDevProveedor.pas(67) Hint: H2077 Value assigned to 'bEsNuevo' never used
2007-06-12 18:15:12 +00:00
1995 lines, 3.23 seconds, 51612 bytes code, 140 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Albaranes de proveedor\Plugin\AlbaranesProveedor_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:17< / td >
< td > 19:38:22< / td >
< td > 00:00:04< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{60E6EFDA-96F0-4CA6-9633-ED5D3A694B7C}0" > < / a > < a href = "#anchor{60E6EFDA-96F0-4CA6-9633-ED5D3A694B7C}0" onclick = "showHide('msg{60E6EFDA-96F0-4CA6-9633-ED5D3A694B7C}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{60E6EFDA-96F0-4CA6-9633-ED5D3A694B7C}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Albaranes de proveedor\Plugin\AlbaranesProveedor_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
134 lines, 3.91 seconds, 14460 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Facturas de proveedor\Views\FacturasProveedor_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:22< / td >
< td > 19:38:25< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:03< / td >
< td > < a name = "anchor{E408CDD3-EBCE-4ECB-ADFA-FDC6EE5456DE}0" > < / a > < a href = "#anchor{E408CDD3-EBCE-4ECB-ADFA-FDC6EE5456DE}0" onclick = "showHide('msg{E408CDD3-EBCE-4ECB-ADFA-FDC6EE5456DE}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{E408CDD3-EBCE-4ECB-ADFA-FDC6EE5456DE}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Facturas de proveedor\Views\FacturasProveedor_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uEditorFacturasProveedor.pas(31) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorGridBase'
uEditorFacturaProveedor.pas(24) Warning: W1010 Method 'FormShow' hides virtual method of base type 'TfEditorBase'
2007-06-12 18:15:12 +00:00
1313 lines, 3.09 seconds, 37108 bytes code, 112 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Facturas de proveedor\Plugin\FacturasProveedor_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:25< / td >
< td > 19:38:29< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:03< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{1E23E2A5-115B-499A-8284-60F3D0103A37}0" > < / a > < a href = "#anchor{1E23E2A5-115B-499A-8284-60F3D0103A37}0" onclick = "showHide('msg{1E23E2A5-115B-499A-8284-60F3D0103A37}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{1E23E2A5-115B-499A-8284-60F3D0103A37}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Facturas de proveedor\Plugin\FacturasProveedor_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
122 lines, 3.42 seconds, 13784 bytes code, 68 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Tienda Web< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:29< / td >
< td > 19:38:29< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Tienda web\Model\TiendaWeb_model.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:29< / td >
< td > 19:38:30< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{63ACC4A1-C695-46CD-B25E-00A649E25AF9}0" > < / a > < a href = "#anchor{63ACC4A1-C695-46CD-B25E-00A649E25AF9}0" onclick = "showHide('msg{63ACC4A1-C695-46CD-B25E-00A649E25AF9}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{63ACC4A1-C695-46CD-B25E-00A649E25AF9}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Tienda web\Model\TiendaWeb_model.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
5521 lines, 0.50 seconds, 94640 bytes code, 112 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Tienda web\Data\TiendaWeb_data.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:30< / td >
< td > 19:38:30< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{5313A201-8BA4-4D1D-9468-B466C0085E18}0" > < / a > < a href = "#anchor{5313A201-8BA4-4D1D-9468-B466C0085E18}0" onclick = "showHide('msg{5313A201-8BA4-4D1D-9468-B466C0085E18}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{5313A201-8BA4-4D1D-9468-B466C0085E18}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Tienda web\Data\TiendaWeb_data.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
437 lines, 0.44 seconds, 11800 bytes code, 72 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Tienda web\Controller\TiendaWeb_controller.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:30< / td >
< td > 19:38:31< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{6BA8AE4E-938F-469A-8F1B-B577DC08A0BA}0" > < / a > < a href = "#anchor{6BA8AE4E-938F-469A-8F1B-B577DC08A0BA}0" onclick = "showHide('msg{6BA8AE4E-938F-469A-8F1B-B577DC08A0BA}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{6BA8AE4E-938F-469A-8F1B-B577DC08A0BA}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Tienda web\Controller\TiendaWeb_controller.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uOscAddressBookController.pas(217) Hint: H2077 Value assigned to 'TOscAddressBookController.ValidarOscAddressBook' never used
uOscAddressBookController.pas(304) Hint: H2077 Value assigned to 'TOscAddressBookController.Eliminar' never used
uOscCustomersController.pas(179) Warning: W1035 Return value of function 'TOscCustomersController.DarListaOscCustomers' might be undefined
uOscCustomersController.pas(236) Hint: H2077 Value assigned to 'TOscCustomersController.ValidarOscCustomers' never used
uOscCustomersController.pas(329) Hint: H2077 Value assigned to 'TOscCustomersController.Eliminar' never used
Utiles\uActualizarClientesUtils.pas(26) Hint: H2077 Value assigned to 'AnadirOSCAddressBook' never used
Utiles\uActualizarClientesUtils.pas(65) Hint: H2077 Value assigned to 'ActualizarOSCAddressBook' never used
Utiles\uActualizarClientesUtils.pas(106) Hint: H2164 Variable 's' is declared but never used in 'AnadirOSCCustomer'
Utiles\uActualizarClientesUtils.pas(358) Hint: H2077 Value assigned to 'ActualizarClientesTienda' never used
Utiles\uActualizarClientesUtils.pas(349) Hint: H2164 Variable 'j' is declared but never used in 'ActualizarClientesTienda'
uOscManufacturersController.pas(119) Hint: H2164 Variable 'AContador' is declared but never used in 'TOscManufacturersController.AsignarID'
uOscManufacturersController.pas(177) Warning: W1035 Return value of function 'TOscManufacturersController.DarListaOscManufacturers' might be undefined
uOscManufacturersController.pas(233) Hint: H2077 Value assigned to 'TOscManufacturersController.ValidarOscManufacturers' never used
uOscManufacturersController.pas(326) Hint: H2077 Value assigned to 'TOscManufacturersController.Eliminar' never used
Utiles\uActualizarProveedoresUtils.pas(23) Hint: H2164 Variable 'i' is declared but never used in 'AnadirOSCManufacturer'
Utiles\uActualizarProveedoresUtils.pas(24) Hint: H2164 Variable 'Resultado' is declared but never used in 'AnadirOSCManufacturer'
Utiles\uActualizarProveedoresUtils.pas(59) Hint: H2164 Variable 'i' is declared but never used in 'ActualizarOSCManufacturer'
Utiles\uActualizarProveedoresUtils.pas(60) Hint: H2164 Variable 'Resultado' is declared but never used in 'ActualizarOSCManufacturer'
Utiles\uActualizarProveedoresUtils.pas(120) Hint: H2077 Value assigned to 'ActualizarProveedoresTienda' never used
uOscProductsController.pas(119) Hint: H2164 Variable 'AContador' is declared but never used in 'TOscProductsController.AsignarID'
uOscProductsController.pas(177) Warning: W1035 Return value of function 'TOscProductsController.DarListaOscProducts' might be undefined
uOscProductsController.pas(233) Hint: H2077 Value assigned to 'TOscProductsController.ValidarOscProducts' never used
uOscProductsController.pas(326) Hint: H2077 Value assigned to 'TOscProductsController.Eliminar' never used
Utiles\uActualizarArticulosUtils.pas(66) Hint: H2077 Value assigned to 'AOSCManufacturersController' never used
Utiles\uActualizarArticulosUtils.pas(28) Hint: H2164 Variable 'Resultado' is declared but never used in 'AnadirOSCProduct'
Utiles\uActualizarArticulosUtils.pas(116) Hint: H2077 Value assigned to 'AOSCManufacturersController' never used
Utiles\uActualizarArticulosUtils.pas(76) Hint: H2164 Variable 'Resultado' is declared but never used in 'ActualizarOSCProduct'
Utiles\uActualizarArticulosUtils.pas(152) Hint: H2077 Value assigned to 'ActualizarArticulosTienda' never used
uOscOrderProductsController.pas(126) Hint: H2164 Variable 'AContador' is declared but never used in 'TOscOrderProductsController.AsignarID'
uOscOrderProductsController.pas(182) Warning: W1035 Return value of function 'TOscOrderProductsController.DarListaOscOrderProducts' might be undefined
uOscOrderProductsController.pas(164) Hint: H2164 Variable 'AOscOrderProducts' is declared but never used in 'TOscOrderProductsController.DarListaOscOrderProducts'
uOscOrderProductsController.pas(242) Hint: H2077 Value assigned to 'TOscOrderProductsController.ValidarOscOrderProducts' never used
uOscOrderProductsController.pas(335) Hint: H2077 Value assigned to 'TOscOrderProductsController.Eliminar' never used
uOscOrderProductsController.pas(377) Hint: H2164 Variable 'NuevoID' is declared but never used in 'TOscOrderProductsController.Guardar'
uOscOrdersController.pas(119) Hint: H2164 Variable 'AContador' is declared but never used in 'TOscOrdersController.AsignarID'
uOscOrdersController.pas(214) Hint: H2077 Value assigned to 'TOscOrdersController.ValidarOscOrders' never used
uOscOrdersController.pas(307) Hint: H2077 Value assigned to 'TOscOrdersController.Eliminar' never used
Utiles\uActualizarPedidosUtils.pas(179) Hint: H2077 Value assigned to 'ActualizarPedidosTienda' never used
Utiles\uActualizarPedidosUtils.pas(172) Hint: H2164 Variable 'j' is declared but never used in 'ActualizarPedidosTienda'
Utiles\uActualizarPedidosUtils.pas(174) Hint: H2164 Variable 'Resultado' is declared but never used in 'ActualizarPedidosTienda'
Utiles\uActualizarPedidosUtils.pas(175) Hint: H2164 Variable 's' is declared but never used in 'ActualizarPedidosTienda'
Utiles\uActualizarPedidosUtils.pas(177) Hint: H2164 Variable 'AIndex' is declared but never used in 'ActualizarPedidosTienda'
uTiendaWebController.pas(214) Hint: H2077 Value assigned to 'ADlg' never used
uTiendaWebController.pas(335) Hint: H2077 Value assigned to 'ADlg' never used
uTiendaWebController.pas(282) Hint: H2164 Variable 'Respuesta' is declared but never used in 'TTiendaWebController.DescargarPedidos'
uTiendaWebController.pas(379) Hint: H2077 Value assigned to 'TTiendaWebController.ValidarTiendaWeb' never used
uTiendaWebController.pas(416) Hint: H2077 Value assigned to 'TTiendaWebController.Eliminar' never used
2007-06-12 18:15:12 +00:00
4747 lines, 0.88 seconds, 49932 bytes code, 120 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Tienda web\Views\TiendaWeb_view.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:31< / td >
< td > 19:38:33< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{560E0E9A-72AB-4695-8072-9D297BA7A249}0" > < / a > < a href = "#anchor{560E0E9A-72AB-4695-8072-9D297BA7A249}0" onclick = "showHide('msg{560E0E9A-72AB-4695-8072-9D297BA7A249}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{560E0E9A-72AB-4695-8072-9D297BA7A249}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Tienda web\Views\TiendaWeb_view.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
453 lines, 0.97 seconds, 16528 bytes code, 84 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Modulos\Tienda web\Plugin\TiendaWeb_plugin.dpk< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:33< / td >
< td > 19:38:34< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:01< / td >
< td > < a name = "anchor{EF4B12BA-BF72-44E9-8750-BEF9CF78BD2B}0" > < / a > < a href = "#anchor{EF4B12BA-BF72-44E9-8750-BEF9CF78BD2B}0" onclick = "showHide('msg{EF4B12BA-BF72-44E9-8750-BEF9CF78BD2B}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{EF4B12BA-BF72-44E9-8750-BEF9CF78BD2B}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Modulos\Tienda web\Plugin\TiendaWeb_plugin.dpk" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
2007-06-12 18:15:12 +00:00
149 lines, 1.12 seconds, 13024 bytes code, 72 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Cliente< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:34< / td >
< td > 19:38:34< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Compile Delphi Win32 Project< / td >
< td > Compile Cliente\FactuGES.dpr< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:34< / td >
< td > 19:38:36< / td >
< td > 00:00:01< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{EF0337DC-8CB3-4860-8E27-125E94267F85}0" > < / a > < a href = "#anchor{EF0337DC-8CB3-4860-8E27-125E94267F85}0" onclick = "showHide('msg{EF0337DC-8CB3-4860-8E27-125E94267F85}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
< div > < span style = "display:none; width: 100%" id = "msg{EF0337DC-8CB3-4860-8E27-125E94267F85}0" > < pre > Running Borland Resource compiler....
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Resource Compiled OK.
Running Delphi compiler....
2007-06-11 17:27:04 +00:00
Using Command Line : /B "E:\Codigo (Luis Le<4C> n)\Source\Cliente\FactuGES.dpr" /Q
2007-06-11 15:29:06 +00:00
Borland Delphi for Win32 compiler version 18.0
Copyright (c) 1983,2005 Borland Software Corporation
uPantallaPrincipal.pas(117) Hint: H2365 Override method TfPantallaPrincipal.IsShortcut should match case of ancestor TCustomForm.IsShortCut
uMainMenuController.pas(114) Hint: H2164 Variable 'AMenu' is declared but never used in 'TMainMenuController.RegisterModule'
uNavPaneController.pas(74) Hint: H2077 Value assigned to 'TNavPaneController.CrearPagina' never used
uNavPaneController.pas(176) Hint: H2077 Value assigned to 'AListaSecciones' never used
uNavPaneController.pas(133) Hint: H2077 Value assigned to 'AIndex' never used
uNavPaneController.pas(132) Hint: H2077 Value assigned to 'ASeccionPadre' never used
uNavPaneController.pas(156) Warning: W1036 Variable 'AEmpresasCount' might not have been initialized
2007-06-12 18:15:12 +00:00
uPantallaPrincipal.pas(544) Warning: W1035 Return value of function 'TfPantallaPrincipal.IsShortCut' might be undefined
2007-06-11 15:29:06 +00:00
uPantallaPrincipal.pas(112) Hint: H2219 Private symbol 'ExecuteActionMenu' declared but never used
2007-06-12 18:15:12 +00:00
25282 lines, 1.39 seconds, 237792 bytes code, 11744 bytes data.
2007-06-11 15:29:06 +00:00
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Action Group< / td >
< td > Comprimir ejecutables< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:36< / td >
< td > 19:38:36< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > ASPack Compress Executable< / td >
< td > Comprimir servidor< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:36< / td >
< td > 19:38:36< / td >
2007-06-11 17:27:04 +00:00
< td > 00:00:00< / td >
2007-06-11 15:29:06 +00:00
< td > < a name = "anchor{3954C05B-1763-404E-8EE5-5A12E36C5594}0" > < / a > < a href = "#anchor{3954C05B-1763-404E-8EE5-5A12E36C5594}0" onclick = "showHide('msg{3954C05B-1763-404E-8EE5-5A12E36C5594}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
2007-06-11 17:27:04 +00:00
< div > < span style = "display:none; width: 100%" id = "msg{3954C05B-1763-404E-8EE5-5A12E36C5594}0" > < pre > Command line: ASPack "E:\Codigo (Luis Le<4C> n)\Output\Debug\Debug\Servidor\FactuGES_Server.exe" /R+ /B+ /E- /D+ /Q /M
2007-06-11 15:29:06 +00:00
Success
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > ASPack Compress Executable< / td >
< td > Comprimir cliente< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:36< / td >
< td > 19:38:37< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< td > < a name = "anchor{B26171C9-990D-46D9-AFE2-53DE6B43730E}0" > < / a > < a href = "#anchor{B26171C9-990D-46D9-AFE2-53DE6B43730E}0" onclick = "showHide('msg{B26171C9-990D-46D9-AFE2-53DE6B43730E}0');return true;" > View< / a > < / td >
< / tr >
< tr class = "ActionOutput" >
< td colspan = "20" >
2007-06-11 17:27:04 +00:00
< div > < span style = "display:none; width: 100%" id = "msg{B26171C9-990D-46D9-AFE2-53DE6B43730E}0" > < pre > Command line: ASPack "E:\Codigo (Luis Le<4C> n)\Output\Debug\Debug\Cliente\FactuGES.exe" /R+ /B+ /E- /D+ /Q /M
2007-06-11 15:29:06 +00:00
Success
< / pre > < / span > < / div >
< / td >
< / tr >
< tr class = "NormalRow" >
< td > Completed< / td >
< td > Export Log< / td >
< td > Export Log< / td >
2007-06-12 18:15:12 +00:00
< td > 19:38:37< / td >
< td > 19:38:37< / td >
2007-06-11 15:29:06 +00:00
< td > 00:00:00< / td >
< / tr >
< / table > < br > < hr >
< center class = "Footer" > Copyright <20> 2006 VSoft Technologies Pty Ltd< br > < a href = "http://www.finalbuilder.com" > http://www.finalbuilder.com< / a > < / center >
< / body >
< / html >