{gxsetDateFormat( "DMY" );
gxsetFirstYearCentury( 40 );
this.gxDecPoint =  "," ;
this.gxThSep =  "." ;}
Gx_BScreen = 1 ;
this._SetNoAccept=function()
{
}
this._SetStandaloneVars=function()
{
   Gx_BScreen = 0 ;
}
this._VariablesToControls=function()
{
   GXsetControlValue("_DOCCI",AV5docci,0) ;
   GXsetControlValue("_PASS",AV6pass,0) ;
   GXsetControlValue("_MENSAJE",AV7mensaje,0) ;
}
this._ControlsToVariables=function()
{
   Gx_mode = GXgetControlValue("Mode");
   _SetNoAccept( ) ;
   AV5docci=GXgetIntegerValue("_DOCCI") ;
   AV6pass=GXgetControlValue("_PASS") ;
   AV7mensaje=GXgetControlValue("_MENSAJE") ;
}
this._Validv_Docci=function()
{
   try {
      _ControlsToVariables( ) ;
      gxballoon = getGXBallon("_DOCCI");
      AnyError = 0;

   }
   catch(e){}
   try {
      _VariablesToControls( ) ;
      if (gxballoon == null) return true; return gxballoon.show();
   }
   catch(e){}
   return true ;
}
this.AV5docci=0;
this.AV6pass=0;
this.AV7mensaje=0;
this._ppriforma=function()
{
}
this._init=function()
{
}
_GXValidFnc = new Array();
this.GXLastCtrlId =8;
_GXValidFnc[5]={lvl:0,grid:0,fnc:_Validv_Docci,fld:"DOCCI"};
_GXValidFnc[6]={lvl:0,grid:0,fnc:null,fld:"PASS"};
_GXValidFnc[8]={lvl:0,grid:0,fnc:null,fld:"MENSAJE"};
_SetStandaloneVars( ) ;
