/*
               File: Footer_100
        Description: wbFooter
             Author: GeneXus C# Generator version 10_1_0-25909
       Generated on: 9/8/2009 17:40:25.58
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function footer_100(CmpContext) {
   this.ServerClass =  "Footer_100" ;
   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.e138q2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e148q2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.AV8artnbr = 0;
   this.AV6inside = false;
   this.VarControlMap["AV8artnbr"] = {id:"_ARTNBR",grid:0,type:"int"};
   this.VarControlMap["AV6inside"] = {id:"_INSIDE",grid:0,type:"boolean"};
   this.SetStandaloneVars( );
}
gx.setExecutableComponent("footer_100");
