/*
               File: HContact
        Description: Contact
             Author: GeneXus C# Generator version 10_1_2-32504
       Generated on: 8/27/2010 7:56:46.24
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function hcontact() {
   this.ServerClass =  "HContact" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.setAjaxSecurity("Medium");
   this.hasEnterEvent = true;
   this.addKeyListener("5", '"RFR"');
   this.SetStandaloneVars=function()
   {
   }
   this.e122o2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e142o2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXCtrlIds=[40,46,51,65];
   this.GXLastCtrlId =65;
   this.GXValidFnc[40]={lvl:0,type:"char",len:60,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,fld:"_USERFULLNAME",gxz:"ZV19UserFullName",gxold:"OV19UserFullName",gxvar:"AV19UserFullName",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV19UserFullName=Value},v2z:function(Value){gx.O.ZV19UserFullName=Value},v2c:function(){gx.fn.setControlValue("_USERFULLNAME",gx.O.AV19UserFullName,0)},c2v:function(){gx.O.AV19UserFullName=this.val()},val:function(){return gx.fn.getControlValue("_USERFULLNAME")}};
   this.GXValidFnc[46]={lvl:0,type:"int",len:14,dec:0,sign:false,pic:"ZZZZ(ZZZ) ZZZ-ZZZ9",ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,rgrid:[],fld:"_USERPHONE",gxz:"ZV34UserPhone",gxold:"OV34UserPhone",gxvar:"AV34UserPhone",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV34UserPhone=gx.num.intval(Value)},v2z:function(Value){gx.O.ZV34UserPhone=gx.num.intval(Value)},v2c:function(){gx.fn.setControlValue("_USERPHONE",gx.O.AV34UserPhone,0)},c2v:function(){gx.O.AV34UserPhone=this.val()},val:function(){return gx.fn.getIntegerValue("_USERPHONE",gx.thousandSeparator)}};
   this.GXValidFnc[51]={lvl:0,type:"char",len:30,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,fld:"_FROM",gxz:"ZV11from",gxold:"OV11from",gxvar:"AV11from",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV11from=Value},v2z:function(Value){gx.O.ZV11from=Value},v2c:function(){gx.fn.setControlValue("_FROM",gx.O.AV11from,0)},c2v:function(){gx.O.AV11from=this.val()},val:function(){return gx.fn.getControlValue("_FROM")}};
   this.GXValidFnc[65]={lvl:0,type:"vchar",len:9999,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,fld:"_BODY",gxz:"ZV9Body",gxold:"OV9Body",gxvar:"AV9Body",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV9Body=Value},v2z:function(Value){gx.O.ZV9Body=Value},v2c:function(){gx.fn.setControlValue("_BODY",gx.O.AV9Body,0)},c2v:function(){gx.O.AV9Body=this.val()},val:function(){return gx.fn.getControlValue("_BODY")}};
   this.AV19UserFullName = "";
   this.ZV19UserFullName = "";
   this.OV19UserFullName = "";
   this.AV34UserPhone = 0;
   this.ZV34UserPhone = 0;
   this.OV34UserPhone = 0;
   this.AV11from = "";
   this.ZV11from = "";
   this.OV11from = "";
   this.AV9Body = "";
   this.ZV9Body = "";
   this.OV9Body = "";
   this.A24UserId = 0;
   this.A249UserEMail = "";
   this.A13UserFullName = "";
   this.ServerEvents = ["e122o2_client" ,"e142o2_client"];
   this.SetStandaloneVars( );
}
hcontact.prototype = new gx.GxObject;
gx.setParentObj(new hcontact());

