/*
               File: news
        Description: News
             Author: GeneXus C# Generator version 10_0_2-16113
       Generated on: 4/30/2009 11:34:10.31
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function news() {
   this.setObjectType("web");
   this.hasEnterEvent = false;
   this.addKeyListener("5", "RFR");
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e13832_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e14832_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.A30NewsId = 0;
   this.A39ImageUr = "";
   this.A37ImageId = 0;
   this.A159LangCo = "";
   this.A31NewsTit = "";
   this.A243NewsBi = "";
   this.A32NewsAbs = "";
   this.A34NewsDat = gx.date.nullDate();
   this.A10ArtNbr = 0;
   this.A218ArtWFH = 0;
   this.A217ArtWFF = 0;
   this.SetStandaloneVars( );
   this.ServerClass =  "news" ;
   this.setComponent({id: "WEBCOMPHEADER" ,GXClass: null , Prefix: "W0006" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT" ,GXClass: null , Prefix: "W0074" , lvl: 1 });
   this.setComponent({id: "WEBCOMP1" ,GXClass: null , Prefix: "W0093" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT2" ,GXClass: null , Prefix: "W0109" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT3" ,GXClass: null , Prefix: "W0114" , lvl: 1 });
   this.setComponent({id: "WEBCOMPFOOTER" ,GXClass: null , Prefix: "W0123" , lvl: 1 });
}
news.prototype=new GxObject;
setParentObject(new news());
