/*
               File: ROpcion
        Description: Pantalla de Selección
             Author: GeneXus C# Generator version 9_0_3-762
       Generated on: 5/18/2007 10:18:48.38
       Program type: Main program
          Main DBMS: sqlserver
*/
{gxsetDateFormat( "DMY" );
gxsetFirstYearCentury( 40 );
this.gxDecPoint =  "." ;
this.gxThSep =  "," ;}
 bGXAutoskip = false;
this._SetStandaloneVars=function()
{
   Gx_date=GXgetDateValue("_TODAY") ;
   A6EmpCod=GXgetControlValue("EMPCOD") ;
   A4EmpNom=GXgetControlValue("EMPNOM") ;
   A447EmpWeb=GXgetControlValue("EMPWEB") ;
   A446EmpImg=GXgetControlValue("EMPIMGLO") ;
   A445EmpImg=GXgetControlValue("EMPIMGTI") ;
   A448EmpRGB=GXgetControlValue("EMPRGB1") ;
   A449EmpRGB=GXgetControlValue("EMPRGB2") ;
   A450EmpRGB=GXgetControlValue("EMPRGB3") ;
   A451EmpBgC=GXgetControlValue("EMPBGC1") ;
}
this._Validv_Empcod=function()
{
   try {
      gxballoon = getGXBallon("_EMPCOD");
      AnyError = 0;

   }
   catch(e){}
   try {
      if (gxballoon == null) return true; return gxballoon.show();
   }
   catch(e){}
   return true ;
}
this._ropcion=function()
{
}
this._init=function()
{
}
_GXValidFnc = new Array();
this._GXLastCtrlId =23;
_GXValidFnc[5]={lvl:0,grid:0,fnc:null,fld:"_LOGO",gxvar:"AV11Logo",op:[],ip:[],nacdep:[],v2v:function(Value){AV11Logo=Value},v2c:function(){},c2v:function(){}};
_GXValidFnc[8]={lvl:0,grid:0,fnc:null,fld:"_TITULO",gxvar:"AV12Titulo",op:[],ip:[],nacdep:[],v2v:function(Value){AV12Titulo=Value},v2c:function(){GXsetControlValue("_TITULO",AV12Titulo,1)},c2v:function(){AV12Titulo=GXgetControlValue("_TITULO")}};
_GXValidFnc[23]={lvl:0,grid:0,fnc:null,fld:"_EMPCOD",gxvar:"AV8EmpCod",op:[],ip:[],nacdep:[],v2v:function(Value){AV8EmpCod=Value},v2c:function(){GXsetControlValue("_EMPCOD",AV8EmpCod,0)},c2v:function(){AV8EmpCod=GXgetControlValue("_EMPCOD")}};
this.AV12Titulo=0;
this.AV8EmpCod=0;
_SetStandaloneVars( ) ;

