/*
               File: WebReport
        Description: Web Report
             Author: GeneXus C# Generator version 10_0_4-23569
       Generated on: 10/8/2009 14:24:55.21
       Program type: Callable routine
          Main DBMS: as400
*/
gx.evt.autoSkip = false;
function webreport(CmpContext) {
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.hasEnterEvent = true;
   this.addKeyListener("5", '"RFR"');
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e110o2_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([{ctrl:"_WINDOW",prop:"Url"}]);
   }
   this.e130o2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.SetStandaloneVars( );
   this.ServerClass =  "WebReport" ;
}
