Patch level : 10.0 918
Files correlati : tc1.exe Ricompilazione Demo : [ ] Commento : Trasferimento Zucchetti modificato il filtro per i corrispettivi git-svn-id: svn://10.65.10.50/branches/R_10_00@21632 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
		
							parent
							
								
									184de22239
								
							
						
					
					
						commit
						27baed65ae
					
				@ -818,10 +818,10 @@ long TInvio::i_zucchetti_moviva(const char acqven, const bool invio)
 | 
				
			|||||||
	const bool vend = acqven == 'V';
 | 
						const bool vend = acqven == 'V';
 | 
				
			||||||
	const bool corrisp = acqven == 'C';
 | 
						const bool corrisp = acqven == 'C';
 | 
				
			||||||
  if (vend)
 | 
					  if (vend)
 | 
				
			||||||
  	filtro << "(REG->I0 == 1)&&(REG->B0 == \"\")";
 | 
					  	filtro << "(REG->I0==\"1\")&&(REG->B0!=\"X\")";
 | 
				
			||||||
  else 
 | 
					  else 
 | 
				
			||||||
  if (corrisp)
 | 
							if (corrisp)
 | 
				
			||||||
  	filtro << "(REG->I0 == 1)&&(REG->B0 != \"\")";
 | 
					  		filtro << "(REG->I0 ==\"1\")&&(REG->B0==\"X\")";
 | 
				
			||||||
		else 
 | 
							else 
 | 
				
			||||||
  		filtro << "(REG->I0 == 2)";
 | 
					  		filtro << "(REG->I0 == 2)";
 | 
				
			||||||
  TCursor cur(&rel, "", 2, &da, &a);
 | 
					  TCursor cur(&rel, "", 2, &da, &a);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user