/*
               File: HIndoorGolfHandicap
        Description: Indoor Golf Handicap
             Author: GeneXus C# Generator version 10_1_2-32504
       Generated on: 8/27/2010 7:52:16.21
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function hindoorgolfhandicap() {
   this.ServerClass =  "HIndoorGolfHandicap" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.setAjaxSecurity("Medium");
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.SetStandaloneVars=function()
   {
   }
   this.e136l2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e146l2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.ServerEvents = ["e136l2_client" ,"e146l2_client"];
   this.SetStandaloneVars( );
}
hindoorgolfhandicap.prototype = new gx.GxObject;
gx.setParentObj(new hindoorgolfhandicap());
