/*
               File: Login
        Description: Autenticación de usuario
             Author: GeneXus C# Generator version 9_0_5-864
       Generated on: 10/31/2010 17:36:47.54
       Program type: Main program
          Main DBMS: sqlserver
*/
{gxsetDateFormat( "DMY" );
gxsetTimeFormat( 24 );
gxsetFirstYearCentury( 40 );
this.gxDecPoint =  "," ;
this.gxThSep =  "." ;}
 bGXAutoskip = false;
this._SetStandaloneVars=function()
{
}
this._StandaloneModal=function()
{
}
this._login=function()
{
}
this._init=function()
{
}
_GXValidFnc = new Array();
this._GXLastCtrlId =12;
_GXValidFnc[5]={lvl:0,grid:0,fnc:null,fld:"_USUARIO",gxvar:"AV5Usuario",op:[],ip:[],nacdep:[],v2v:function(Value){AV5Usuario=Value},v2c:function(){GXsetControlValue("_USUARIO",AV5Usuario,0)},c2v:function(){AV5Usuario=GXgetControlValue("_USUARIO")}};
_GXValidFnc[7]={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")}};
_GXValidFnc[10]={lvl:0,grid:0,fnc:null,fld:"_EMPDSC",gxvar:"AV8EmpDsc",op:[],ip:[],nacdep:[],v2v:function(Value){AV8EmpDsc=Value},v2c:function(){GXsetControlValue("_EMPDSC",AV8EmpDsc,0)},c2v:function(){AV8EmpDsc=GXgetControlValue("_EMPDSC")}};
_GXValidFnc [ 11 ]={lvl: 2 ,grid: 13 ,pgrid: 0 ,fnc: null ,fld: "_PRDID" ,gxvar: "AV13PrdId" ,op:[  ],ip:[  ]  ,v2v:function(Value){ AV13PrdId=Value },v2c:function(){ GXsetGridControlValue("_PRDID",GXCurrentRow[13],AV13PrdId,0) }, c2v:function(){ AV13PrdId=GXgetGridControlValue("_PRDID",GXCurrentRow[13]) }, nac:function(){return  null }};
_GXValidFnc [ 12 ]={lvl: 2 ,grid: 13 ,pgrid: 0 ,fnc: null ,fld: "_PRDDSC" ,gxvar: "AV14PrdDsc" ,op:[  ],ip:[  ]  ,v2v:function(Value){ AV14PrdDsc=Value },v2c:function(){ GXsetGridControlValue("_PRDDSC",GXCurrentRow[13],AV14PrdDsc,0) }, c2v:function(){ AV14PrdDsc=GXgetGridControlValue("_PRDDSC",GXCurrentRow[13]) }, nac:function(){return  null }};
this.AV5Usuario=0;
this.AV6Passwor=0;
this.AV8EmpDsc=0;
_SetStandaloneVars( ) ;

