/*
               File: Free_html_Component
        Description: Free_html_ Component
             Author: GeneXus C# Generator version 10_0_2-16113
       Generated on: 4/30/2009 11:32:41.84
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function free_html_component(CmpContext) {
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.hasEnterEvent = false;
   this.addKeyListener("5", "RFR");
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
      this.AV8Compone=GXgetIntegerValue("_COMPONENTID",gx.thousandSeparator) ;
   }
   this.e13842_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e14842_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.AV8Compone = 0;
   this.A40Compone = 0;
   this.A148Compon = "";
   this.VarControlMap["AV8Compone"] = "_COMPONENTID";
   this.SetStandaloneVars( );
   this.ServerClass =  "Free_html_Component" ;
}
setExecutableComponent("free_html_component");
