/*
               File: Footer_0
        Description: Footer_ General
             Author: GeneXus C# Generator version 10_0_2-16113
       Generated on: 4/30/2009 11:32:40.20
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function footer_0(CmpContext) {
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.hasEnterEvent = false;
   this.addKeyListener("5", "RFR");
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
      this.AV8artnbr=GXgetIntegerValue("_ARTNBR",gx.thousandSeparator) ;
      this.AV6inside=GXgetControlValue("_INSIDE") ;
   }
   this.e137y2_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e147y2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.AV8artnbr = 0;
   this.AV6inside = false;
   this.A136Artist = 0;
   this.A10ArtNbr = 0;
   this.A137Compon = "";
   this.A40Compone = 0;
   this.VarControlMap["AV8artnbr"] = "_ARTNBR";
   this.VarControlMap["AV6inside"] = "_INSIDE";
   this.SetStandaloneVars( );
   this.ServerClass =  "Footer_0" ;
   this.setComponent({id: "WEBCOMP1" ,GXClass: null , Prefix: "W0015" , lvl: 1 });
   this.setComponent({id: "WEBCOMP2" ,GXClass: null , Prefix: "W0021" , lvl: 1 });
}
setExecutableComponent("footer_0");
