/*
               File: HtmlPage
        Description: HtmlPage
             Author: GeneXus C# Generator version 10_1_2-29801
       Generated on: 5/11/2010 22:50:21.42
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function htmlpage(CmpContext) {
   this.ServerClass =  "HtmlPage" ;
   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.AV14xmlname=gx.fn.getControlValue("_XMLNAME") ;
   }
   this.e13912_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e14912_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.AV14xmlname = "";
   this.ServerEvents = ["e13912_client" ,"e14912_client"];
   this.VarControlMap["AV14xmlname"] = {id:"_XMLNAME",grid:0,type:"char"};
   this.SetStandaloneVars( );
   this.setComponent({id: "WEBCOMPHEADER" ,GXClass: null , Prefix: "W0006" , lvl: 1 });
   this.setComponent({id: "WEBCOMPFOOTER" ,GXClass: null , Prefix: "W0032" , lvl: 1 });
}
gx.setExecutableComponent("htmlpage");
