/*
               File: Footer_0
        Description: Footer_ General
             Author: GeneXus C# Generator version 10_1_2-29801
       Generated on: 5/11/2010 22:49:3.34
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function footer_0(CmpContext) {
   this.ServerClass =  "Footer_0" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.ReadonlyForm = true;
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
      this.AV8artnbr=gx.fn.getIntegerValue("_ARTNBR",gx.thousandSeparator) ;
      this.AV6inside=gx.fn.getControlValue("_INSIDE") ;
   }
   this.e137y2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e147y2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.AV8artnbr = 0;
   this.AV6inside = false;
   this.A136ArtistWiFrameComponentId = 0;
   this.A10ArtNbr = 0;
   this.A137ComponentGXObject = "";
   this.A40ComponentId = 0;
   this.ServerEvents = ["e137y2_client" ,"e147y2_client"];
   this.VarControlMap["AV8artnbr"] = {id:"_ARTNBR",grid:0,type:"int"};
   this.VarControlMap["AV6inside"] = {id:"_INSIDE",grid:0,type:"boolean"};
   this.VarControlMap["AV8artnbr"] = {id:"_ARTNBR",grid:0,type:"int"};
   this.SetStandaloneVars( );
   this.setComponent({id: "WEBCOMP1" ,GXClass: null , Prefix: "W0015" , lvl: 1 });
   this.setComponent({id: "WEBCOMP2" ,GXClass: null , Prefix: "W0021" , lvl: 1 });
}
gx.setExecutableComponent("footer_0");
