[Vtigercrm-commits] [vtiger development] #5359: vtiger Outlook Plugin - EntityID overflow

vtiger development vtiger-tickets at trac.vtiger.com
Tue Sep 16 09:22:48 EDT 2008


#5359: vtiger Outlook Plugin - EntityID overflow
-------------------------------+--------------------------------------------
  Reporter:  prasad            |       Owner:  developer
      Type:  defect            |      Status:  new      
  Priority:  unassigned        |   Milestone:  5.1.0    
 Component:  vtigercrmoutlook  |     Version:  5.0.4    
Resolution:                    |    Keywords:           
-------------------------------+--------------------------------------------
Comment (by prasad):

 Look at file: modVtigerUtils.bas
 {{{
 Public gsContactEntityId() As Integer
 }}}

 This might be a cause for overflow (refer datatype size (vb 6.0):
 http://msdn.microsoft.com/en-us/library/7f5ztkz3(VS.80).aspx)

 Changing to String type could fix the issue
 {{{
 Public gsContactEntityId() As String
 }}}

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5359#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list