/*
               File: Login
        Description: Maschera di Login
             Author: GeneXus C# Generator version 10_0_4-23569
       Generated on: 10/8/2009 17:28:0.93
       Program type: Main program
          Main DBMS: as400
*/
gx.evt.autoSkip = false;
function login() {
   this.setObjectType("web");
   this.hasEnterEvent = true;
   this.addKeyListener("5", '"RFR"');
   this.SetStandaloneVars=function()
   {
   }
   this.Validv_Swcagru=function()
   {
      try {
         gxballoon = getGXBallon("_SWCAGRU");
         this.AnyError  = 0;

      }
      catch(e){}
      try {
         if (gxballoon == null) return true; return gxballoon.show();
      }
      catch(e){}
      return true ;
   }
   this.e110m2_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e130m2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXCtrlIds=[17,22];
   this.GXLastCtrlId =22;
   this.GXValidFnc[17]={lvl:0,type:"char",len:15,dec:0,sign:false,pic:"@!",ro:0,grid:0,gxgrid:null,fnc:this.Validv_Swcagru,isvalid:null,fld:"_SWCAGRU",gxz:"ZV5SWCAGRU",gxold:"OV5SWCAGRU",gxvar:"AV5SWCAGRU",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){_gxO.AV5SWCAGRU=Value},v2z:function(Value){_gxO.ZV5SWCAGRU=Value},v2c:function(){GXsetControlValue("_SWCAGRU",_gxO.AV5SWCAGRU,0)},c2v:function(){_gxO.AV5SWCAGRU=this.val()},val:function(){return GXgetControlValue("_SWCAGRU")}};
   this.GXValidFnc[22]={lvl:0,type:"char",len:10,dec:0,sign:false,pic:"XXXXXXXXXX",ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,fld:"_SWCAPWD",gxz:"ZV6SWCAPWD",gxold:"OV6SWCAPWD",gxvar:"AV6SWCAPWD",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){_gxO.AV6SWCAPWD=Value},v2z:function(Value){_gxO.ZV6SWCAPWD=Value},v2c:function(){GXsetControlValue("_SWCAPWD",_gxO.AV6SWCAPWD,0)},c2v:function(){_gxO.AV6SWCAPWD=this.val()},val:function(){return GXgetControlValue("_SWCAPWD")}};
   this.AV5SWCAGRU = "";
   this.ZV5SWCAGRU = "";
   this.OV5SWCAGRU = "";
   this.AV6SWCAPWD = "";
   this.ZV6SWCAPWD = "";
   this.OV6SWCAPWD = "";
   this.A1262SWCAG = "";
   this.A1264SWCAP = "";
   this.A1263SWCAD = "";
   this.A1955SWCAF = "";
   this.SetStandaloneVars( );
   this.ServerClass =  "Login" ;
}
login.prototype=new GxObject;
setParentObject(new login());
