/*
               File: Login
        Description: Member's Login
             Author: GeneXus C# Generator version 9_0_6-875
       Generated on: 3/16/2010 10:56:33.25
       Program type: Callable routine
          Main DBMS: sqlserver
*/
{gxsetDateFormat( "MDY" );
gxsetTimeFormat( 12 );
gxsetFirstYearCentury( 40 );
this.gxDecPoint =  "." ;
this.gxThSep =  "," ;}
 bGXAutoskip = false;
this._SetStandaloneVars=function()
{
   AV22Pgmnam = GXgetControlValue("_PGMNAME")
}
this._Validv_Usrnic=function()
{
   try {
      gxballoon = getGXBallon("_USRNIC");
      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 =19;
_GXValidFnc[8]={lvl:0,grid:0,fnc:null,fld:"_MSG",gxvar:"Gx_msg",op:[],ip:[],nacdep:[],v2v:function(Value){Gx_msg=Value},v2c:function(){GXsetControlValue("_MSG",Gx_msg,0)},c2v:function(){Gx_msg=GXgetControlValue("_MSG")}};
_GXValidFnc[10]={lvl:0,grid:0,fnc:null,fld:"_USRNIC",gxvar:"AV5UsrNic",op:[],ip:[],nacdep:[],v2v:function(Value){AV5UsrNic=Value},v2c:function(){GXsetControlValue("_USRNIC",AV5UsrNic,0)},c2v:function(){AV5UsrNic=GXgetControlValue("_USRNIC")}};
_GXValidFnc[11]={lvl:0,grid:0,fnc:null,fld:"_USRPAS",gxvar:"AV6UsrPas",op:[],ip:[],nacdep:[],v2v:function(Value){AV6UsrPas=Value},v2c:function(){GXsetControlValue("_USRPAS",AV6UsrPas,0)},c2v:function(){AV6UsrPas=GXgetControlValue("_USRPAS")}};
_GXValidFnc[19]={lvl:0,grid:0,fnc:null,fld:"_LOGO",gxvar:"AV17Logo",op:[],ip:[],nacdep:[],v2v:function(Value){AV17Logo=Value},v2c:function(){},c2v:function(){}};
this.Gx_msg=0;
this.AV5UsrNic=0;
this.AV6UsrPas=0;
_SetStandaloneVars( ) ;
