/*
               File: HForgotPassword
        Description: Forgot Password
             Author: GeneXus C# Generator version 10_1_2-32504
       Generated on: 8/27/2010 7:50:57.44
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function hforgotpassword() {
   this.ServerClass =  "HForgotPassword" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.setAjaxSecurity("Medium");
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.SetStandaloneVars=function()
   {
   }
   this.Validv_Userplayerid=function()
   {
      try {
         var gxballoon = gx.util.balloon.getNew("_USERPLAYERID");
         this.AnyError  = 0;

      }
      catch(e){}
      try {
         if (gxballoon == null) return true; return gxballoon.show();
      }
      catch(e){}
      return true ;
   }
   this.Validv_Useremail=function()
   {
      try {
         var gxballoon = gx.util.balloon.getNew("_USEREMAIL");
         this.AnyError  = 0;

      }
      catch(e){}
      try {
         if (gxballoon == null) return true; return gxballoon.show();
      }
      catch(e){}
      return true ;
   }
   this.e12522_client=function()
   {
      this.executeServerEvent("'EMAIL'", true);
   }
   this.e14522_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e15522_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXCtrlIds=[32,40];
   this.GXLastCtrlId =40;
   this.GXValidFnc[32]={lvl:0,type:"char",len:30,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:this.Validv_Userplayerid,isvalid:null,fld:"_USERPLAYERID",gxz:"ZV5UserPlayerId",gxold:"OV5UserPlayerId",gxvar:"AV5UserPlayerId",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV5UserPlayerId=Value},v2z:function(Value){gx.O.ZV5UserPlayerId=Value},v2c:function(){gx.fn.setControlValue("_USERPLAYERID",gx.O.AV5UserPlayerId,0)},c2v:function(){gx.O.AV5UserPlayerId=this.val()},val:function(){return gx.fn.getControlValue("_USERPLAYERID")}};
   this.GXValidFnc[40]={lvl:0,type:"char",len:100,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:this.Validv_Useremail,isvalid:null,fld:"_USEREMAIL",gxz:"ZV16UserEmail",gxold:"OV16UserEmail",gxvar:"AV16UserEmail",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV16UserEmail=Value},v2z:function(Value){gx.O.ZV16UserEmail=Value},v2c:function(){gx.fn.setControlValue("_USEREMAIL",gx.O.AV16UserEmail,0)},c2v:function(){gx.O.AV16UserEmail=this.val()},val:function(){return gx.fn.getControlValue("_USEREMAIL")}};
   this.AV5UserPlayerId = "";
   this.ZV5UserPlayerId = "";
   this.OV5UserPlayerId = "";
   this.AV16UserEmail = "";
   this.ZV16UserEmail = "";
   this.OV16UserEmail = "";
   this.A265MailId = 0;
   this.A276MailSubject = "";
   this.A277MailBody = "";
   this.A278MailHtmlText = "";
   this.A249UserEMail = "";
   this.A92EmpProfId = 0;
   this.A24UserId = 0;
   this.A13UserFullName = "";
   this.A700UserPassword = "";
   this.A254UserPlayerId = "";
   this.ServerEvents = ["e12522_client" ,"e14522_client" ,"e15522_client"];
   this.SetStandaloneVars( );
}
hforgotpassword.prototype = new gx.GxObject;
gx.setParentObj(new hforgotpassword());

