git-svn-id: svn://10.65.10.50/branches/R_10_00@22941 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
		
							parent
							
								
									c161d74aa6
								
							
						
					
					
						commit
						ef278b7fb8
					
				@ -71,7 +71,7 @@ int TProvvigioni_agente::read(const char* agente, const int anno, const char* co
 | 
			
		||||
  // Sara' bello, un giorno, poter bloccare tutti i record del cursore contemporaneamente...
 | 
			
		||||
  
 | 
			
		||||
  const long items = _provv_cur->items();
 | 
			
		||||
  TRectype& r = _provv_cur->file().curr();
 | 
			
		||||
  TRectype& r = _provv_cur->curr();
 | 
			
		||||
  TString key, codnum1;
 | 
			
		||||
  int     anno1;
 | 
			
		||||
  long    ndoc1;
 | 
			
		||||
@ -87,7 +87,7 @@ int TProvvigioni_agente::read(const char* agente, const int anno, const char* co
 | 
			
		||||
    const bool exist = _rate.is_key(key);  // Guarda se esiste gia' questo documento
 | 
			
		||||
   
 | 
			
		||||
    if (!exist)
 | 
			
		||||
      _rate.add(key,(TRate_doc*)new TRate_doc(r), exist);
 | 
			
		||||
      _rate.add(key, new TRate_doc(r), exist);
 | 
			
		||||
  
 | 
			
		||||
    TRate_doc& rd = (TRate_doc&)_rate[key];
 | 
			
		||||
   
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user