/*
               File: viewpage
        Description: viewpage
             Author: GeneXus C# Generator version 10_1_2-30722
       Generated on: 5/19/2010 17:6:17.37
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function viewpage() {
   this.ServerClass =  "viewpage" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
      this.AV9SimplepageId=gx.fn.getIntegerValue("_SIMPLEPAGEID",gx.thousandSeparator) ;
   }
   this.e130o2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e140o2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.AV9SimplepageId = 0;
   this.A61SimplepageCompany = 0;
   this.A59SimplepageLanguages = 0;
   this.A56SimplepageId = 0;
   this.A57SimplepageName = "";
   this.A58SimplepageHtml = "";
   this.ServerEvents = ["e130o2_client" ,"e140o2_client"];
   this.VarControlMap["AV9SimplepageId"] = {id:"_SIMPLEPAGEID",grid:0,type:"int"};
   this.VarControlMap["AV9SimplepageId"] = {id:"_SIMPLEPAGEID",grid:0,type:"int"};
   this.SetStandaloneVars( );
}
viewpage.prototype = new gx.GxObject;
gx.setParentObj(new viewpage());
