{gxsetDateFormat( "DMY" );
gxsetFirstYearCentury( 40 );
this.gxDecPoint =  "," ;
this.gxThSep =  "." ;}
Gx_BScreen = 1 ;
this._SetNoAccept=function()
{
}
this._SetStandaloneVars=function()
{
   Gx_BScreen = 0 ;
}
this._VariablesToControls=function()
{
   GXsetControlValue("_USUCOD",AV17UsuCod,0) ;
   GXsetControlValue("_USUPASS",AV18UsuPas,0) ;
}
this._ControlsToVariables=function()
{
   Gx_mode = GXgetControlValue("Mode");
   _SetNoAccept( ) ;
   AV17UsuCod=GXgetControlValue("_USUCOD") ;
   AV18UsuPas=GXgetControlValue("_USUPASS") ;
}
this._Validv_Usucod=function()
{
   try {
      _ControlsToVariables( ) ;
      gxballoon = getGXBallon("_USUCOD");
      AnyError = 0;

   }
   catch(e){}
   try {
      _VariablesToControls( ) ;
      if (gxballoon == null) return true; return gxballoon.show();
   }
   catch(e){}
   return true ;
}
this.AV17UsuCod=0;
this.AV18UsuPas=0;
this._login=function()
{
}
this._init=function()
{
}
_GXValidFnc = new Array();
this.GXLastCtrlId =8;
_GXValidFnc[6]={lvl:0,grid:0,fnc:_Validv_Usucod,fld:"USUCOD"};
_GXValidFnc[8]={lvl:0,grid:0,fnc:null,fld:"USUPASS"};
_GXValidFnc[1]={lvl:0,grid:0,fnc:null,fld:"FORM"};
_SetStandaloneVars( ) ;
