/*
               File: HRecuperarClavePortal
        Description: HRecuperar Clave Portal
             Author: GeneXus C# Generator version 10_1_5-42412
       Generated on: 2/6/2012 15:4:26.84
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function hrecuperarclaveportal() {
   this.ServerClass =  "HRecuperarClavePortal" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.hasEnterEvent = false;
   this.SetStandaloneVars=function()
   {
   };
   this.Validv_Reglog=function()
   {
      try {
         var gxballoon = gx.util.balloon.getNew("vREGLOG");
         this.AnyError  = 0;

      }
      catch(e){}
      try {
         if (gxballoon == null) return true; return gxballoon.show();
      }
      catch(e){}
      return true ;
   }
   this.e128x2_client=function()
   {
      this.executeServerEvent("'RCLAVE'", true);
   };
   this.e148x2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   };
   this.e158x2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   };
   this.GXValidFnc = [];
   this.GXCtrlIds=[3,6,12,15,21,27,29,34];
   this.GXLastCtrlId =34;
   this.GXValidFnc[3]={fld:"CCSRC01",grid:0};
   this.GXValidFnc[6]={fld:"CCSRC08",grid:0};
   this.GXValidFnc[9]={fld:"TXTFORMULARIO", format:1,grid:0};
   this.GXValidFnc[12]={fld:"CCSRC02",grid:0};
   this.GXValidFnc[15]={fld:"CCSRC03",grid:0};
   this.GXValidFnc[18]={fld:"TXTLOG", format:1,grid:0};
   this.GXValidFnc[21]={lvl:0,type:"svchar",len:120,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:this.Validv_Reglog,isvalid:null,fld:"vREGLOG",gxz:"ZV5RegLog",gxold:"OV5RegLog",gxvar:"AV5RegLog",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV5RegLog=Value},v2z:function(Value){gx.O.ZV5RegLog=Value},v2c:function(){gx.fn.setControlValue("vREGLOG",gx.O.AV5RegLog,0)},c2v:function(){gx.O.AV5RegLog=this.val()},val:function(){return gx.fn.getControlValue("vREGLOG")},nac:function(){return  false }};
   this.GXValidFnc[24]={fld:"TXTMAIL", format:1,grid:0};
   this.GXValidFnc[27]={lvl:0,type:"svchar",len:100,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,fld:"vREGMAIL",gxz:"ZV6RegMail",gxold:"OV6RegMail",gxvar:"AV6RegMail",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV6RegMail=Value},v2z:function(Value){gx.O.ZV6RegMail=Value},v2c:function(){gx.fn.setControlValue("vREGMAIL",gx.O.AV6RegMail,0)},c2v:function(){gx.O.AV6RegMail=this.val()},val:function(){return gx.fn.getControlValue("vREGMAIL")},nac:function(){return  false }};
   this.GXValidFnc[29]={fld:"CCSRC04",grid:0};
   this.GXValidFnc[34]={fld:"IMAGE1",grid:0};
   this.GXValidFnc[39]={fld:"TXTERROR", format:1,grid:0};
   this.AV5RegLog = "" ;
   this.ZV5RegLog = "" ;
   this.OV5RegLog = "" ;
   this.AV6RegMail = "" ;
   this.ZV6RegMail = "" ;
   this.OV6RegMail = "" ;
   this.A252RegMail = "" ;
   this.A654RegLog = "" ;
   this.A653RegEmpCod = 0 ;
   this.A253RegNombre = "" ;
   this.A251RegApellido = "" ;
   this.A655RegPassword = "" ;
   this.A774TraLayoutId = 0 ;
   this.A66IdiomaId = 0 ;
   this.A770TraPanNomGx = "" ;
   this.A772TraPanEmpCod = 0 ;
   this.A776TraEtiNombreTxtBlock = "" ;
   this.A778TraEtiTexto = "" ;
   this.A769TraPantallaId = 0 ;
   this.ServerEvents = ["e128x2_client" ,"e148x2_client" ,"e158x2_client"];
   this.SetStandaloneVars( );
}
hrecuperarclaveportal.prototype = new gx.GxObject;
gx.setParentObj(new hrecuperarclaveportal());

