/*
               File: Free_html_WC
        Description: Free_html_ WC
             Author: GeneXus C# Generator version 10_0_2-16113
       Generated on: 4/30/2009 11:32:42.16
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function free_html_wc(CmpContext) {
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.hasEnterEvent = false;
   this.addKeyListener("5", "RFR");
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
      this.AV7artnbr=GXgetIntegerValue("_ARTNBR",gx.thousandSeparator) ;
      this.AV8ArtistW=GXgetIntegerValue("_ARTISTWIFRAMECOMPONENTID",gx.thousandSeparator) ;
   }
   this.e131u2_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e141u2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.AV7artnbr = 0;
   this.AV8ArtistW = 0;
   this.A10ArtNbr = 0;
   this.A136Artist = 0;
   this.A148Compon = "";
   this.A40Compone = 0;
   this.VarControlMap["AV7artnbr"] = "_ARTNBR";
   this.VarControlMap["AV8ArtistW"] = "_ARTISTWIFRAMECOMPONENTID";
   this.SetStandaloneVars( );
   this.ServerClass =  "Free_html_WC" ;
}
setExecutableComponent("free_html_wc");
