/*
               File: Header_0
        Description: Header_ General
             Author: GeneXus C# Generator version 10_0_2-16113
       Generated on: 4/30/2009 11:33:25.91
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function header_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.e137x2_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e147x2_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 =  "Header_0" ;
   this.setComponent({id: "WEBCOMP1" ,GXClass: null , Prefix: "W0008" , lvl: 1 });
   this.setComponent({id: "WEBCOMP2" ,GXClass: null , Prefix: "W0014" , lvl: 1 });
   this.setComponent({id: "WEBCOMP3" ,GXClass: null , Prefix: "W0020" , lvl: 1 });
   this.setComponent({id: "WEBCOMP4" ,GXClass: null , Prefix: "W0026" , lvl: 1 });
   this.setComponent({id: "WEBCOMP5" ,GXClass: null , Prefix: "W0032" , lvl: 1 });
}
setExecutableComponent("header_0");
