/*
               File: MasterIndex
        Description: Master Index
             Author: GeneXus C# Generator version 10_0_4-22353
       Generated on: 6/4/2009 20:57:54.93
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function masterindex() {
   this.setObjectType("web");
   this.IsMasterPage=true;
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e13222_client=function()
   {
      this.executeServerEvent("ENTER_MPAGE", true);
      this.refreshServerOutputs([]);
   }
   this.e14222_client=function()
   {
      this.executeServerEvent("CANCEL_MPAGE", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.SetStandaloneVars( );
   this.ServerClass =  "MasterIndex" ;
   this.setComponent({id: "WEBCOMP1" ,GXClass: "cabeceraagrupacion" , Prefix: "MPW0011" , lvl: 1 });
   this.setComponent({id: "WEBCOMP3" ,GXClass: "pie" , Prefix: "MPW0038" , lvl: 1 });
}
masterindex.prototype=new GxObject;
setMasterPage(new masterindex());
