/*
               File: HMarketingMaterials
        Description: FSG Marketing Materials
             Author: GeneXus C# Generator version 10_1_2-32504
       Generated on: 8/18/2010 11:43:38.9
       Program type: Main program
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function hmarketingmaterials() {
   this.ServerClass =  "HMarketingMaterials" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.SetStandaloneVars=function()
   {
   }
   this.e138g2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e148g2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.ServerEvents = ["e138g2_client" ,"e148g2_client"];
   this.SetStandaloneVars( );
}
hmarketingmaterials.prototype = new gx.GxObject;
gx.setParentObj(new hmarketingmaterials());
