/*
               File: SignIn
        Description: Call Center Sign In
             Author: GeneXus Java Generator version 9_0_4-076
       Generated on: July 1, 2010 8:51:24.29
       Program type: Callable routine
          Main DBMS: sqlserver
*/
{gxsetDateFormat( "MDY" );
gxsetTimeFormat( 12 );
gxsetFirstYearCentury( 40 );
this.gxDecPoint =  "." ;
this.gxThSep =  "," ;}
 bGXAutoskip = false;
this._SetStandaloneVars=function()
{
   Gx_date = GXgetDateValue("_TODAY")
   A60UsrID = GXgetControlValue("USRID")
   AV8UserID = GXgetControlValue("_USERID")
   A374UsrAct = GXgetControlValue("USRACT")
   A502UsrAth = GXgetControlValue("USRATHTYP")
   A504UsrLDA = GXgetControlValue("USRLDAPID")
   A505UsrPwd = GXgetControlValue("USRPWD")
   A503UsrSec = GXgetIntegerValue("USRSECLVL")
   A61UsrFNam = GXgetControlValue("USRFNAM")
   A62UsrLNam = GXgetControlValue("USRLNAM")
   A248UsrEml = GXgetControlValue("USREMLADR")
}
this._signin=function()
{
}
this._init=function()
{
}
_GXValidFnc = new Array();
this._GXLastCtrlId =10;
_GXValidFnc[7]={lvl:0,grid:0,fnc:null,fld:"_EMAIL",gxvar:"AV5EMail",op:[],ip:[],nacdep:[],v2v:function(Value){AV5EMail=Value},v2c:function(){GXsetControlValue("_EMAIL",AV5EMail,0)},c2v:function(){AV5EMail=GXgetControlValue("_EMAIL")}};
_GXValidFnc[8]={lvl:0,grid:0,fnc:null,fld:"_REMEMBERME",gxvar:"AV15Rememb",op:[],ip:[],nacdep:[],v2v:function(Value){AV15Rememb=Value},v2c:function(){GXsetCheckBoxValue("_REMEMBERME",AV15Rememb,"Y")},c2v:function(){AV15Rememb=GXgetCheckBoxValue("_REMEMBERME","Y","N")}};
_GXValidFnc[10]={lvl:0,grid:0,fnc:null,fld:"_PWD",gxvar:"AV6Pwd",op:[],ip:[],nacdep:[],v2v:function(Value){AV6Pwd=Value},v2c:function(){GXsetControlValue("_PWD",AV6Pwd,0)},c2v:function(){AV6Pwd=GXgetControlValue("_PWD")}};
this.AV5EMail=0;
this.AV15Rememb=0;
this.AV6Pwd=0;
_SetStandaloneVars( ) ;
