/*
               File: MasterLogin
        Description: Master Login
             Author: GeneXus C# Generator version 10_0_4-23569
       Generated on: 10/8/2009 14:42:47.42
       Program type: Callable routine
          Main DBMS: as400
*/
gx.evt.autoSkip = false;
function masterlogin() {
   this.setObjectType("web");
   this.IsMasterPage=true;
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e130n2_client=function()
   {
      this.executeServerEvent("ENTER_MPAGE", true);
      this.refreshServerOutputs([]);
   }
   this.e140n2_client=function()
   {
      this.executeServerEvent("CANCEL_MPAGE", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXCtrlIds=[22];
   this.GXLastCtrlId =22;
   this.GXValidFnc[22]={lvl:0,type:"char",len:30,dec:0,sign:false,pic:"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,fld:"_SCWRNAGE_MPAGE",gxz:"ZV5SCWRNAG",gxold:"OV5SCWRNAG",gxvar:"AV5SCWRNAG",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){_gxO.AV5SCWRNAG=Value},v2z:function(Value){_gxO.ZV5SCWRNAG=Value},v2c:function(){GXsetControlValue("_SCWRNAGE_MPAGE",_gxO.AV5SCWRNAG,0)},c2v:function(){_gxO.AV5SCWRNAG=this.val()},val:function(){return GXgetControlValue("_SCWRNAGE_MPAGE")}};
   this.AV5SCWRNAG = "";
   this.ZV5SCWRNAG = "";
   this.OV5SCWRNAG = "";
   this.A1491SCWRC = 0;
   this.A1493SCWRN = "";
   this.SetStandaloneVars( );
   this.ServerClass =  "MasterLogin" ;
   this.setComponent({id: "WEBCOMP1" ,GXClass: "webreport" , Prefix: "MPW0025" , lvl: 1 });
}
masterlogin.prototype=new GxObject;
setMasterPage(new masterlogin());
