/*
               File: viewnews
        Description: viewnews
             Author: GeneXus C# Generator version 10_1_2-30722
       Generated on: 5/19/2010 17:10:1.66
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function viewnews() {
   this.ServerClass =  "viewnews" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
      this.AV5NewsId=gx.fn.getIntegerValue("_NEWSID",gx.thousandSeparator) ;
   }
   this.e130s2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e140s2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.AV5NewsId = 0;
   this.A76NewsLanguage = 0;
   this.A74NewsCompany = 0;
   this.A62NewsId = 0;
   this.A63NewsSubTitle = "";
   this.A64NewsTitle = "";
   this.A65NewsCopete = "";
   this.A67NewsBody = "";
   this.ServerEvents = ["e130s2_client" ,"e140s2_client"];
   this.VarControlMap["AV5NewsId"] = {id:"_NEWSID",grid:0,type:"int"};
   this.VarControlMap["AV5NewsId"] = {id:"_NEWSID",grid:0,type:"int"};
   this.SetStandaloneVars( );
}
viewnews.prototype = new gx.GxObject;
gx.setParentObj(new viewnews());
