/*
               File: Free_html_Component
        Description: Free_html_ Component
             Author: GeneXus C# Generator version 10_1_2-29801
       Generated on: 5/11/2010 22:48:6.30
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function free_html_component(CmpContext) {
   this.ServerClass =  "Free_html_Component" ;
   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.AV8ComponentId=gx.fn.getIntegerValue("_COMPONENTID",gx.thousandSeparator) ;
   }
   this.e13842_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e14842_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.AV8ComponentId = 0;
   this.A40ComponentId = 0;
   this.A148ComponentHtml = "";
   this.ServerEvents = ["e13842_client" ,"e14842_client"];
   this.VarControlMap["AV8ComponentId"] = {id:"_COMPONENTID",grid:0,type:"int"};
   this.VarControlMap["AV8ComponentId"] = {id:"_COMPONENTID",grid:0,type:"int"};
   this.SetStandaloneVars( );
}
gx.setExecutableComponent("free_html_component");
