/*
               File: Login
        Description: Login
             Author: GeneXus C# Generator version 9_0_6-880
       Generated on: 4/15/2011 15:44:42.4
       Program type: Main program
          Main DBMS: sqlserver
*/
{gxsetDateFormat( "DMY" );
gxsetTimeFormat( 24 );
gxsetFirstYearCentury( 40 );
this.gxDecPoint =  "," ;
this.gxThSep =  "." ;}
 bGXAutoskip = false;
this._SetStandaloneVars=function()
{
}
this._Validv_Utente=function()
{
   try {
      gxballoon = getGXBallon("_UTENTE");
      AnyError = 0;

   }
   catch(e){}
   try {
      if (gxballoon == null) return true; return gxballoon.show();
   }
   catch(e){}
   return true ;
}
this._login=function()
{
}
this._init=function()
{
}
_GXValidFnc = new Array();
this._GXLastCtrlId =11;
_GXValidFnc[8]={lvl:0,grid:0,fnc:null,fld:"_UTENTE",gxvar:"AV5utente",op:[],ip:[],nacdep:[],v2v:function(Value){AV5utente=Value},v2c:function(){GXsetControlValue("_UTENTE",AV5utente,0)},c2v:function(){AV5utente=GXgetControlValue("_UTENTE")}};
_GXValidFnc[11]={lvl:0,grid:0,fnc:null,fld:"_PASSWORD",gxvar:"AV6passwor",op:[],ip:[],nacdep:[],v2v:function(Value){AV6passwor=Value},v2c:function(){},c2v:function(){AV6passwor=GXgetControlValue("_PASSWORD")}};
this.AV5utente=0;
this.AV6passwor=0;
_SetStandaloneVars( ) ;

