From 2425a71f8a6f7654eaf8c391b36779a0530520cf Mon Sep 17 00:00:00 2001 From: david Date: Thu, 24 Apr 2008 16:32:58 +0000 Subject: [PATCH] =?UTF-8?q?-=20Repaso=20general=20-=20No=20guardar=20en=20?= =?UTF-8?q?el=20registro=20el=20estado=20de=20la=20ventana=20de=20la=20apl?= =?UTF-8?q?icaci=C3=B3n=20principal.=20Siempre=20aparece=20maximizada.=20-?= =?UTF-8?q?=20Se=20sigue=20guardando=20el=20estado=20del=20grid.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@212 f4e31baf-9722-1c47-927c-6f952f962d4b --- Source/ApplicationBase/uFactuGES_App.pas | 17 ++-- Source/Base/Base.dproj | 89 ++++++++++-------- Source/Cliente/uPantallaPrincipal.dfm | 41 +++++--- Source/Cliente/uPantallaPrincipal.pas | 6 ++ Source/GUIBase/GUIBase.dproj | 36 +++---- Source/GUIBase/GUIBase.res | Bin 384 -> 4748 bytes Source/GUIBase/uEditorBase.dfm | 23 ++--- Source/GUIBase/uEditorDBBase.dfm | 1 - Source/GUIBase/uEditorGridBase.dfm | 8 +- .../Modulos/Contactos/Data/Contactos_data.res | Bin 4748 -> 384 bytes .../Model/schContactosClient_Intf.pas | 28 +++--- Source/Servicios/RODLFILE.res | Bin 25804 -> 26675 bytes Source/Servidor/FactuGES_Server.RES | Bin 23352 -> 23344 bytes Source/Servidor/FactuGES_Server.dproj | 3 + Source/Servidor/FactuGES_Server.rc | 2 +- 15 files changed, 142 insertions(+), 112 deletions(-) diff --git a/Source/ApplicationBase/uFactuGES_App.pas b/Source/ApplicationBase/uFactuGES_App.pas index c1ef3fe3..6b47b0e2 100644 --- a/Source/ApplicationBase/uFactuGES_App.pas +++ b/Source/ApplicationBase/uFactuGES_App.pas @@ -120,6 +120,7 @@ type procedure AfterLoadModule(Sender: TObject; AModuleInfo: TModuleInfo); procedure RegisterModule(AModuleInfo : TModuleInfo); + procedure PonerTiendaPorDefecto; protected procedure DoMainForm; @@ -212,18 +213,20 @@ begin end; procedure TAppFactuGES.CargarModulos; -var - Fichero : String; begin if not Assigned(FDoLoadModulesEvent) then raise Exception.Create('Evento para la carga de los módulos de la aplicación no asignado (CargarModulos)'); FDoLoadModulesEvent(); +end; + //TEMPORAL +procedure TAppFactuGES.PonerTiendaPorDefecto; +var + Fichero : String; +begin Fichero := ExtractFileDir(ParamStr(0))+ '\' + 'FACTUGES.INI'; - if not FileExists(Fichero) then - raise Exception.Create('No se ha encontrado el fichero de configuración' + #10#13 + Fichero); with TIniFile.Create(Fichero) do begin @@ -231,7 +234,6 @@ begin VAR_TIENDA := ReadString ('VARIABLES', 'Tienda', 'Todas'); Free; end; - end; constructor TAppFactuGES.Create; @@ -389,12 +391,13 @@ begin //ShowSplashForm; CargarModulos; DoMainForm; + PonerTiendaPorDefecto; finally HideHourglassCursor; HideSplashForm; end; - end; - Application.Run; + Application.Run; + end; Terminate; end; diff --git a/Source/Base/Base.dproj b/Source/Base/Base.dproj index 8706ea4f..63747715 100644 --- a/Source/Base/Base.dproj +++ b/Source/Base/Base.dproj @@ -44,6 +44,13 @@ Package FalseTrueFalseLibreria base de FactuGESFalseFalseFalseTrueFalse1000FalseFalseFalseFalseFalse308212521.0.0.01.0.0.0 + + + + + + + VCL for the Web Design Package for CodeGear RAD Studio CodeGear WebSnap Components CodeGear SOAP Components @@ -58,48 +65,48 @@ MainSource - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
fConfigurarConexion
TForm diff --git a/Source/Cliente/uPantallaPrincipal.dfm b/Source/Cliente/uPantallaPrincipal.dfm index 59acd12a..710cebe7 100644 --- a/Source/Cliente/uPantallaPrincipal.dfm +++ b/Source/Cliente/uPantallaPrincipal.dfm @@ -2,8 +2,8 @@ object fPantallaPrincipal: TfPantallaPrincipal Left = 358 Top = 250 Caption = 'Pantalla principal' - ClientHeight = 601 - ClientWidth = 751 + ClientHeight = 599 + ClientWidth = 836 Color = clWindow Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -14,7 +14,6 @@ object fPantallaPrincipal: TfPantallaPrincipal OldCreateOrder = False Position = poScreenCenter Visible = True - WindowState = wsMaximized OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate @@ -24,8 +23,8 @@ object fPantallaPrincipal: TfPantallaPrincipal object pnlContenido: TTBXAlignmentPanel Left = 0 Top = 0 - Width = 751 - Height = 579 + Width = 836 + Height = 577 Margins.Left = 5 Margins.Top = 5 Margins.Right = 5 @@ -33,11 +32,13 @@ object fPantallaPrincipal: TfPantallaPrincipal ParentColor = True Align = alClient TabOrder = 0 + ExplicitWidth = 751 + ExplicitHeight = 579 object JvSyncSplitter1: TJvSyncSplitter Left = 215 Top = 5 Width = 5 - Height = 569 + Height = 567 ResizeStyle = rsPattern ExplicitLeft = 210 ExplicitHeight = 570 @@ -46,7 +47,7 @@ object fPantallaPrincipal: TfPantallaPrincipal Left = 5 Top = 5 Width = 210 - Height = 569 + Height = 567 ActivePage = pagInicio Align = alLeft AutoHeaders = True @@ -87,11 +88,12 @@ object fPantallaPrincipal: TfPantallaPrincipal NavPanelHotTrackFont.Style = [] SmallImages = ModulesSmallImageList OnChange = JvNavigationPaneChange + ExplicitHeight = 569 object pagInicio: TJvNavPanelPage Left = 0 Top = 0 Width = 208 - Height = 496 + Height = 494 Background.Stretch = False Background.Proportional = False Background.Center = False @@ -99,15 +101,17 @@ object fPantallaPrincipal: TfPantallaPrincipal Background.Transparent = False Caption = 'Inicio' ImageIndex = 0 + ExplicitHeight = 496 object Panel1: TPanel Left = 0 - Top = 410 + Top = 408 Width = 208 Height = 86 Align = alBottom Color = clWindow ParentBackground = False TabOrder = 1 + ExplicitTop = 410 object Label1: TLabel Left = 38 Top = 29 @@ -154,20 +158,24 @@ object fPantallaPrincipal: TfPantallaPrincipal object pnlBorde: TJvXPContainer Left = 220 Top = 5 - Width = 526 - Height = 569 + Width = 611 + Height = 567 BoundColor = clActiveCaption BoundLines = [blLeft, blTop, blRight, blBottom] Caption = 'pnlBorde' Align = alClient + ExplicitWidth = 526 + ExplicitHeight = 569 object pnlMain: TTBXAlignmentPanel Left = 1 Top = 1 - Width = 524 - Height = 567 + Width = 609 + Height = 565 Align = alClient Color = clWindow TabOrder = 0 + ExplicitWidth = 524 + ExplicitHeight = 567 object lblBienvenido: TLabel Left = 8 Top = 8 @@ -204,8 +212,8 @@ object fPantallaPrincipal: TfPantallaPrincipal end object TBXStatusBar1: TTBXStatusBar Left = 0 - Top = 579 - Width = 751 + Top = 577 + Width = 836 Images = StatusPanelImageList Panels = < item @@ -226,6 +234,8 @@ object fPantallaPrincipal: TfPantallaPrincipal Tag = 0 end> UseSystemFont = False + ExplicitTop = 579 + ExplicitWidth = 751 end object XPManifest1: TXPManifest Left = 248 @@ -518,6 +528,7 @@ object fPantallaPrincipal: TfPantallaPrincipal object JvFormStorage: TJvFormStorage AppStorage = JvAppRegistryStorage AppStoragePath = 'fPantallaPrincipal\' + Options = [] VersionCheck = fpvcNocheck StoredProps.Strings = ( 'JvNavigationPane.Visible' diff --git a/Source/Cliente/uPantallaPrincipal.pas b/Source/Cliente/uPantallaPrincipal.pas index 0b92d3c0..a00f5062 100644 --- a/Source/Cliente/uPantallaPrincipal.pas +++ b/Source/Cliente/uPantallaPrincipal.pas @@ -185,6 +185,12 @@ end; procedure TfPantallaPrincipal.FormShow(Sender: TObject); begin InicializarUI; + + { Go full screen } + WindowState := wsmaximized; + ClientWidth := Screen.Width ; + ClientHeight := Screen.Height; + Refresh; end; procedure TfPantallaPrincipal.RefrescarUI; diff --git a/Source/GUIBase/GUIBase.dproj b/Source/GUIBase/GUIBase.dproj index b4bbe1e1..630e0107 100644 --- a/Source/GUIBase/GUIBase.dproj +++ b/Source/GUIBase/GUIBase.dproj @@ -50,30 +50,30 @@ Delphi.Personality Package -FalseTrueFalseTrueFalseFalseTrueFalse1000FalseFalseFalseFalseFalse308212521.0.0.01.0.0.0GUIBase.dpk +FalseTrueFalseFalseFalseFalseTrueFalse1000FalseFalseFalseFalseFalse308212521.0.0.01.0.0.0GUIBase.dpk
MainSource - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + +
fDialogBase
diff --git a/Source/GUIBase/GUIBase.res b/Source/GUIBase/GUIBase.res index 8b251f312bcccec5485024f6fe8d80e1cdf25746..1641339fcc482e7e3492d1b45813a86619622c33 100644 GIT binary patch literal 4748 zcmbW5&ub)A5XUPdpe&2#;C*uNAUVhgd+&(4um@dnom`vXF9g}ZuHJ;se=<3UNdFJg zbCw+UD9j$byGIXV`~6hC>h4S?F|k9X-j90q{Z_qtZ<;nUJCO8!h?p${kR>3GhM`oH*q zk=UsjOCIgA_4!`B+Gb&`I84R)bT4dy-BQV<-SyFz?R8ILEQ(+JB$u{sEXE@j@B*7W zT;iZH#|OJ<&DO$RCkM6VbK3(B(k{nbdv1lpc;E$xz9as|v3uE1V{hw2w~g3eD0an7 z{BT%G%irdMe*|oDJmgvJaA2`9B<6Xi*?M~Q;)@Sbfwf3uf zVaWkbUjU=;sL{BlYemIZXv%qZ{SZw{-TCU+;!nH6KDDIJumU+9{E0zXW4>7T)y|>$DQlv zRJe?TjSp{c!DqeayAnSMTtZZT;>LN7J0Rls+5m@q)MbyB*eL%Eu@(+$Cw}Pd@q7N| z%Q0*AHpCP^b9v`@jx-l_FD>khpW2W8(OU2&V5TrnoAY-m_hlcV?zq3;7{2gF{J#Hc z6R+o~mVenX?>@W0@_DVzyOFs(5464CY{!q9ChoF#_*eXi@4gFuV8?vhl=_w5$iKL0 zEV0nMBcN08xtRmsgJrqjh@s#|{?*ssnsG)mH*wa6{efF0JFWHok@kA5%b661{B38= zCcgJ|*ZFTpV$8<-&+AWpa)Q8*`wL&hMeNQ^v6I7$HSdLZhZ^&+6<@Uw_Zsml9^v3W zVvPDBKHh;i=RU4J_ta3E;)Mn>Y+L zKLZ0UQ+*km9FO-b?U4gmn-62iwzH6&*duKGo~aUV)bYDla8wWZ9+^7p-F<8lP@i!m z@vhbD_${F}h>^T;C(?(b*OJDk?{dEXB?nuehoON3HAb!7Mr7-ls!84-5V-jJugbu<_$}mU=Yd9!?TOX;|B-#B)+0x#9q*yqJiqS!`49d=7ztk$O+9=1i;?K_|J<8T z?0b7=-`Z3A#vV$4XJ5(lQ~TOZHUFdA%oWvK5zg&_IKXIbughQBA8XAsd#=@|TFLXC zy(^m((;DnQmDQKatmw!@c`| G?EMQ&4NnpP delta 11 ScmeBCZD5|Duvteife`=|>;pCc diff --git a/Source/GUIBase/uEditorBase.dfm b/Source/GUIBase/uEditorBase.dfm index 1d32df43..8a20caa8 100644 --- a/Source/GUIBase/uEditorBase.dfm +++ b/Source/GUIBase/uEditorBase.dfm @@ -2,8 +2,8 @@ object fEditorBase: TfEditorBase Left = 222 Top = 127 Caption = 'EditorBase' - ClientHeight = 456 - ClientWidth = 793 + ClientHeight = 509 + ClientWidth = 946 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText @@ -23,7 +23,7 @@ object fEditorBase: TfEditorBase object JvNavPanelHeader: TJvNavPanelHeader Left = 0 Top = 49 - Width = 793 + Width = 946 Align = alTop Caption = 'Editor' Font.Charset = DEFAULT_CHARSET @@ -37,9 +37,9 @@ object fEditorBase: TfEditorBase ImageIndex = 0 StyleManager = dmBase.StyleManager ParentStyleManager = False - ExplicitWidth = 795 + ExplicitWidth = 793 object Image1: TImage - Left = 768 + Left = 919 Top = 0 Width = 27 Height = 27 @@ -71,9 +71,9 @@ object fEditorBase: TfEditorBase object TBXDock: TTBXDock Left = 0 Top = 0 - Width = 793 + Width = 946 Height = 49 - ExplicitWidth = 795 + ExplicitWidth = 793 object tbxMain: TTBXToolbar Left = 0 Top = 23 @@ -246,12 +246,12 @@ object fEditorBase: TfEditorBase end object StatusBar: TJvStatusBar Left = 0 - Top = 437 - Width = 793 + Top = 490 + Width = 946 Height = 19 Panels = <> - ExplicitTop = 439 - ExplicitWidth = 795 + ExplicitTop = 437 + ExplicitWidth = 793 end object EditorActionList: TActionList Images = SmallImages @@ -1665,6 +1665,7 @@ object fEditorBase: TfEditorBase object JvFormStorage: TJvFormStorage AppStorage = JvAppRegistryStorage AppStoragePath = 'fEditorBase\' + Options = [] VersionCheck = fpvcNocheck StoredValues = <> Left = 392 diff --git a/Source/GUIBase/uEditorDBBase.dfm b/Source/GUIBase/uEditorDBBase.dfm index 17a586d2..2d7383e6 100644 --- a/Source/GUIBase/uEditorDBBase.dfm +++ b/Source/GUIBase/uEditorDBBase.dfm @@ -29,7 +29,6 @@ inherited fEditorDBBase: TfEditorDBBase inherited StatusBar: TJvStatusBar Top = 435 Width = 646 - ExplicitTop = 437 ExplicitWidth = 648 end inherited EditorActionList: TActionList diff --git a/Source/GUIBase/uEditorGridBase.dfm b/Source/GUIBase/uEditorGridBase.dfm index 23d50433..addf1687 100644 --- a/Source/GUIBase/uEditorGridBase.dfm +++ b/Source/GUIBase/uEditorGridBase.dfm @@ -718,7 +718,7 @@ inherited fEditorGridBase: TfEditorGridBase Name = 'PngImage21' Background = clWindow end> - Left = 403 + Left = 411 Top = 128 Bitmap = {} end @@ -1510,14 +1510,14 @@ inherited fEditorGridBase: TfEditorGridBase Name = 'PngImage21' Background = clWindow end> - Left = 435 + Left = 443 Top = 128 Bitmap = {} end inherited JvFormStorage: TJvFormStorage OnSavePlacement = JvFormStorageSavePlacement OnRestorePlacement = JvFormStorageRestorePlacement - Left = 400 + Left = 408 Top = 160 end inherited dsDataTable: TDADataSource @@ -1525,7 +1525,7 @@ inherited fEditorGridBase: TfEditorGridBase Top = 112 end inherited JvAppRegistryStorage: TJvAppRegistryStorage - Left = 432 + Left = 440 Top = 160 end object GridPopupMenu: TPopupMenu diff --git a/Source/Modulos/Contactos/Data/Contactos_data.res b/Source/Modulos/Contactos/Data/Contactos_data.res index 1641339fcc482e7e3492d1b45813a86619622c33..8b251f312bcccec5485024f6fe8d80e1cdf25746 100644 GIT binary patch delta 11 ScmeBCZD5|Duvteife`=|>;pCc literal 4748 zcmbW5&ub)A5XUPdpe&2#;C*uNAUVhgd+&(4um@dnom`vXF9g}ZuHJ;se=<3UNdFJg zbCw+UD9j$byGIXV`~6hC>h4S?F|k9X-j90q{Z_qtZ<;nUJCO8!h?p${kR>3GhM`oH*q zk=UsjOCIgA_4!`B+Gb&`I84R)bT4dy-BQV<-SyFz?R8ILEQ(+JB$u{sEXE@j@B*7W zT;iZH#|OJ<&DO$RCkM6VbK3(B(k{nbdv1lpc;E$xz9as|v3uE1V{hw2w~g3eD0an7 z{BT%G%irdMe*|oDJmgvJaA2`9B<6Xi*?M~Q;)@Sbfwf3uf zVaWkbUjU=;sL{BlYemIZXv%qZ{SZw{-TCU+;!nH6KDDIJumU+9{E0zXW4>7T)y|>$DQlv zRJe?TjSp{c!DqeayAnSMTtZZT;>LN7J0Rls+5m@q)MbyB*eL%Eu@(+$Cw}Pd@q7N| z%Q0*AHpCP^b9v`@jx-l_FD>khpW2W8(OU2&V5TrnoAY-m_hlcV?zq3;7{2gF{J#Hc z6R+o~mVenX?>@W0@_DVzyOFs(5464CY{!q9ChoF#_*eXi@4gFuV8?vhl=_w5$iKL0 zEV0nMBcN08xtRmsgJrqjh@s#|{?*ssnsG)mH*wa6{efF0JFWHok@kA5%b661{B38= zCcgJ|*ZFTpV$8<-&+AWpa)Q8*`wL&hMeNQ^v6I7$HSdLZhZ^&+6<@Uw_Zsml9^v3W zVvPDBKHh;i=RU4J_ta3E;)Mn>Y+L zKLZ0UQ+*km9FO-b?U4gmn-62iwzH6&*duKGo~aUV)bYDla8wWZ9+^7p-F<8lP@i!m z@vhbD_${F}h>^T;C(?(b*OJDk?{dEXB?nuehoON3HAb!7Mr7-ls!84-5V-jJugbu<_$}mU=Yd9!?TOX;|B-#B)+0x#9q*yqJiqS!`49d=7ztk$O+9=1i;?K_|J<8T z?0b7=-`Z3A#vV$4XJ5(lQ~TOZHUFdA%oWvK5zg&_IKXIbughQBA8XAsd#=@|TFLXC zy(^m((;DnQmDQKatmw!@c`| G?EMQ&4NnpP diff --git a/Source/Modulos/Contactos/Model/schContactosClient_Intf.pas b/Source/Modulos/Contactos/Model/schContactosClient_Intf.pas index f3f6f90a..cb2a0008 100644 --- a/Source/Modulos/Contactos/Model/schContactosClient_Intf.pas +++ b/Source/Modulos/Contactos/Model/schContactosClient_Intf.pas @@ -3,7 +3,7 @@ unit schContactosClient_Intf; interface uses - Classes, DB, SysUtils, uROClasses, uDADataTable, FmtBCD, uROXMLIntf; + Classes, DB, schBase_Intf, SysUtils, uROClasses, uDADataTable, FmtBCD, uROXMLIntf; const { Data table rules ids @@ -541,7 +541,7 @@ type end; { TSubCuentasContactoDataTableRules } - TSubCuentasContactoDataTableRules = class(TDADataTableRules, ISubCuentasContacto) + TSubCuentasContactoDataTableRules = class(TIntfObjectDADataTableRules, ISubCuentasContacto) private protected { Property getters and setters } @@ -749,7 +749,7 @@ type end; { TContactosDataTableRules } - TContactosDataTableRules = class(TDADataTableRules, IContactos) + TContactosDataTableRules = class(TIntfObjectDADataTableRules, IContactos) private f_NOTAS: IROStrings; procedure NOTAS_OnChange(Sender: TObject); @@ -935,7 +935,7 @@ type end; { TGruposClienteDataTableRules } - TGruposClienteDataTableRules = class(TDADataTableRules, IGruposCliente) + TGruposClienteDataTableRules = class(TIntfObjectDADataTableRules, IGruposCliente) private protected { Property getters and setters } @@ -1024,7 +1024,7 @@ type end; { TDatosBancariosDataTableRules } - TDatosBancariosDataTableRules = class(TDADataTableRules, IDatosBancarios) + TDatosBancariosDataTableRules = class(TIntfObjectDADataTableRules, IDatosBancarios) private protected { Property getters and setters } @@ -1334,7 +1334,7 @@ type end; { TClientesDataTableRules } - TClientesDataTableRules = class(TDADataTableRules, IClientes) + TClientesDataTableRules = class(TIntfObjectDADataTableRules, IClientes) private f_NOTAS: IROStrings; procedure NOTAS_OnChange(Sender: TObject); @@ -1825,7 +1825,7 @@ type end; { TProveedoresDataTableRules } - TProveedoresDataTableRules = class(TDADataTableRules, IProveedores) + TProveedoresDataTableRules = class(TIntfObjectDADataTableRules, IProveedores) private f_NOTAS: IROStrings; procedure NOTAS_OnChange(Sender: TObject); @@ -2276,7 +2276,7 @@ type end; { TEmpleadosDataTableRules } - TEmpleadosDataTableRules = class(TDADataTableRules, IEmpleados) + TEmpleadosDataTableRules = class(TIntfObjectDADataTableRules, IEmpleados) private f_NOTAS: IROStrings; f_FORMACION_BASE: IROStrings; @@ -2603,7 +2603,7 @@ type end; { TDireccionesContactoDataTableRules } - TDireccionesContactoDataTableRules = class(TDADataTableRules, IDireccionesContacto) + TDireccionesContactoDataTableRules = class(TIntfObjectDADataTableRules, IDireccionesContacto) private f_NOTAS: IROStrings; procedure NOTAS_OnChange(Sender: TObject); @@ -2759,7 +2759,7 @@ type end; { TClientesDescuentosDataTableRules } - TClientesDescuentosDataTableRules = class(TDADataTableRules, IClientesDescuentos) + TClientesDescuentosDataTableRules = class(TIntfObjectDADataTableRules, IClientesDescuentos) private protected { Property getters and setters } @@ -2824,7 +2824,7 @@ type end; { TProcedenciasClienteDataTableRules } - TProcedenciasClienteDataTableRules = class(TDADataTableRules, IProcedenciasCliente) + TProcedenciasClienteDataTableRules = class(TIntfObjectDADataTableRules, IProcedenciasCliente) private protected { Property getters and setters } @@ -2871,7 +2871,7 @@ type end; { TGruposProveedorDataTableRules } - TGruposProveedorDataTableRules = class(TDADataTableRules, IGruposProveedor) + TGruposProveedorDataTableRules = class(TIntfObjectDADataTableRules, IGruposProveedor) private protected { Property getters and setters } @@ -2918,7 +2918,7 @@ type end; { TGruposEmpleadoDataTableRules } - TGruposEmpleadoDataTableRules = class(TDADataTableRules, IGruposEmpleado) + TGruposEmpleadoDataTableRules = class(TIntfObjectDADataTableRules, IGruposEmpleado) private protected { Property getters and setters } @@ -3078,7 +3078,7 @@ type end; { TContactos_RefreshDataTableRules } - TContactos_RefreshDataTableRules = class(TDADataTableRules, IContactos_Refresh) + TContactos_RefreshDataTableRules = class(TIntfObjectDADataTableRules, IContactos_Refresh) private f_NOTAS: IROStrings; procedure NOTAS_OnChange(Sender: TObject); diff --git a/Source/Servicios/RODLFILE.res b/Source/Servicios/RODLFILE.res index bbf8d50837c1f546ace6543eeab33ebbdb491ed1..85f38fb9b7db7aa06542285d7480a46f9d9db118 100644 GIT binary patch delta 291 zcmX?el5z6|#t8~ckJC3QxiP95I~g0hI2*X>x;k5$=$aTCyXsn+J38yS7+4y(nOQhF zyP7%HPBxIV-+YE~8@H)@YKco?Nuq0ol0vAbi>*?%fsv`BnX7?|u7#b zGo-R0)mAAyGbOcnvZI{CWCtIC&Goz@jFanm1@#aX8d;dQ8CjY+>pEJPIq8}h8o26O oI9eL&nj5)*+yN4`1X^e|*_Oj{at)6U(UwiV&& FalseTrueFalseTrueFalse2190FalseFalseFalseFalseFalse30821252Rodax Software S.L.2.1.9.0FactuGES (Servidor)2.1.9.0miércoles, 09 de abril de 2008 20:40 + + + RemObjects Pascal Script - RemObjects SDK 3.0 Integration FactuGES_Server.dpr
diff --git a/Source/Servidor/FactuGES_Server.rc b/Source/Servidor/FactuGES_Server.rc index 98044f8d..4ec51495 100644 --- a/Source/Servidor/FactuGES_Server.rc +++ b/Source/Servidor/FactuGES_Server.rc @@ -16,7 +16,7 @@ BEGIN VALUE "FileVersion", "2.1.9.0\0" VALUE "ProductName", "FactuGES (Servidor)\0" VALUE "ProductVersion", "2.1.9.0\0" - VALUE "CompileDate", "miércoles, 23 de abril de 2008 12:32\0" + VALUE "CompileDate", "jueves, 24 de abril de 2008 11:59\0" END END BLOCK "VarFileInfo"