/*
               File: LoginWeb
        Description: Efetuar Login
             Author: GeneXus C# Generator version 9_0_3-780
       Generated on: 2/16/2011 16:24:21.39
       Program type: Main program
          Main DBMS: sqlserver
*/
{gxsetDateFormat( "DMY" );
gxsetFirstYearCentury( 40 );
this.gxDecPoint =  "," ;
this.gxThSep =  "." ;}
 bGXAutoskip = false;
this._SetStandaloneVars=function()
{
   A849UsuSen=GXgetControlValue("USUSENHA") ;
   A852UsuLog=GXgetControlValue("USULOGIN") ;
   A850UsuTip=GXgetControlValue("USUTIPO") ;
   A851UsuCod=GXgetControlValue("USUCOD") ;
}
this._Validv_Grupo=function()
{
   try {
      gxballoon = getGXBallon("_GRUPO");
      AnyError = 0;

   }
   catch(e){}
   try {
      if (gxballoon == null) return true; return gxballoon.show();
   }
   catch(e){}
   return true ;
}
this._loginweb=function()
{
}
this._init=function()
{
}
_GXValidFnc = new Array();
this._GXLastCtrlId =12;
_GXValidFnc[10]={lvl:0,grid:0,fnc:null,fld:"_GRUPO",gxvar:"AV6Grupo",op:[],ip:[],nacdep:[],v2v:function(Value){AV6Grupo=Value},v2c:function(){GXsetControlValue("_GRUPO",AV6Grupo,0)},c2v:function(){AV6Grupo=GXgetControlValue("_GRUPO")}};
_GXValidFnc[12]={lvl:0,grid:0,fnc:null,fld:"_SENHA",gxvar:"AV5Senha",op:[],ip:[],nacdep:[],v2v:function(Value){AV5Senha=Value},v2c:function(){},c2v:function(){AV5Senha=GXgetControlValue("_SENHA")}};
this.AV6Grupo=0;
this.AV5Senha=0;
_SetStandaloneVars( ) ;

