/*
               File: HFaq
        Description: Faq
             Author: GeneXus C# Generator version 10_1_2-32504
       Generated on: 8/27/2010 7:47:7.73
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function hfaq() {
   this.ServerClass =  "HFaq" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.setAjaxSecurity("Medium");
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.SetStandaloneVars=function()
   {
   }
   this.e134w2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e144w2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.ServerEvents = ["e134w2_client" ,"e144w2_client"];
   this.SetStandaloneVars( );
}
hfaq.prototype = new gx.GxObject;
gx.setParentObj(new hfaq());

