/*
               File: SearchLeft_Temp1
        Description: Search Left_ Temp1
             Author: GeneXus C# Generator version 10_1_2-30722
       Generated on: 5/19/2010 17:4:26.2
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function searchleft_temp1(CmpContext) {
   this.ServerClass =  "SearchLeft_Temp1" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.ReadonlyForm = true;
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e12192_client=function()
   {
      this.executeServerEvent("'SEARCH'", true);
   }
   this.e14192_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e15192_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXCtrlIds=[17];
   this.GXLastCtrlId =17;
   this.GXValidFnc[17]={lvl:0,type:"svchar",len:40,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,fld:"SEARCH",gxz:"ZV5Search",gxold:"OV5Search",gxvar:"AV5Search",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV5Search=Value},v2z:function(Value){gx.O.ZV5Search=Value},v2c:function(){gx.fn.setControlValue("SEARCH",gx.O.AV5Search,0)},c2v:function(){gx.O.AV5Search=this.val()},val:function(){return gx.fn.getControlValue("SEARCH")}};
   this.AV5Search = "";
   this.ZV5Search = "";
   this.OV5Search = "";
   this.ServerEvents = ["e12192_client" ,"e14192_client" ,"e15192_client"];
   this.SetStandaloneVars( );
}
