/*
               File: HTourneyFlashLeaderboard
        Description: Tourney Flash Leaderboard
             Author: GeneXus C# Generator version 10_1_2-32504
       Generated on: 8/27/2010 7:47:46.19
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function htourneyflashleaderboard() {
   this.ServerClass =  "HTourneyFlashLeaderboard" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.setAjaxSecurity("Medium");
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.SetStandaloneVars=function()
   {
      this.AV12GameTourneyId=gx.fn.getIntegerValue("_GAMETOURNEYID",gx.thousandSeparator) ;
      this.AV61TourneyCategoryIn=gx.fn.getIntegerValue("_TOURNEYCATEGORYIN",gx.thousandSeparator) ;
      this.AV96LocationId=gx.fn.getIntegerValue("_LOCATIONID",gx.thousandSeparator) ;
      this.AV95CountryId=gx.fn.getControlValue("_COUNTRYID") ;
      this.AV97TourLbId=gx.fn.getIntegerValue("_TOURLBID",gx.thousandSeparator) ;
      this.AV14MaxRows=gx.fn.getIntegerValue("_MAXROWS",gx.thousandSeparator) ;
      this.AV26Caller=gx.fn.getControlValue("_CALLER") ;
   }
   this.e13bn2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e14bn2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.AV12GameTourneyId = 0;
   this.AV61TourneyCategoryIn = 0;
   this.AV96LocationId = 0;
   this.AV95CountryId = "";
   this.AV97TourLbId = 0;
   this.AV14MaxRows = 0;
   this.AV26Caller = "";
   this.A18TourneyId = 0;
   this.A532TourneyOrgLocId = 0;
   this.ServerEvents = ["e13bn2_client" ,"e14bn2_client"];
   this.VarControlMap["AV12GameTourneyId"] = {id:"_GAMETOURNEYID",grid:0,type:"int"};
   this.VarControlMap["AV61TourneyCategoryIn"] = {id:"_TOURNEYCATEGORYIN",grid:0,type:"int"};
   this.VarControlMap["AV96LocationId"] = {id:"_LOCATIONID",grid:0,type:"int"};
   this.VarControlMap["AV95CountryId"] = {id:"_COUNTRYID",grid:0,type:"char"};
   this.VarControlMap["AV97TourLbId"] = {id:"_TOURLBID",grid:0,type:"int"};
   this.VarControlMap["AV14MaxRows"] = {id:"_MAXROWS",grid:0,type:"int"};
   this.VarControlMap["AV26Caller"] = {id:"_CALLER",grid:0,type:"char"};
   this.VarControlMap["AV12GameTourneyId"] = {id:"_GAMETOURNEYID",grid:0,type:"int"};
   this.SetStandaloneVars( );
}
htourneyflashleaderboard.prototype = new gx.GxObject;
gx.setParentObj(new htourneyflashleaderboard());
