Modifica base
git-svn-id: svn://10.65.10.50/trunk@3726 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
		
							parent
							
								
									1348123529
								
							
						
					
					
						commit
						bddd7f8d1c
					
				@ -564,6 +564,7 @@ DATA 823
 | 
			
		||||
BEGIN
 | 
			
		||||
  KEY "Data"
 | 
			
		||||
  PROMPT 29 16 ""
 | 
			
		||||
  FLAGS "A"
 | 
			
		||||
END
 | 
			
		||||
 | 
			
		||||
STRINGA 824
 | 
			
		||||
 | 
			
		||||
@ -672,7 +672,7 @@ void TBase4::stampa_P(TPrinter& pr)
 | 
			
		||||
 | 
			
		||||
void TBase4::stampa_S(TPrinter& pr)
 | 
			
		||||
{
 | 
			
		||||
  TPrint_section& body = section('H', odd_page);
 | 
			
		||||
  TPrint_section& body = section('H', even_page);
 | 
			
		||||
  body.reset();                                     
 | 
			
		||||
  TLocalisamfile qp(LF_QUAS);
 | 
			
		||||
  _righePS.fill(_codditta,qp);
 | 
			
		||||
@ -803,10 +803,10 @@ void TBase4::stampa_N(TPrinter& pr)
 | 
			
		||||
void TBase4::stampa_fine(TPrinter& pr)
 | 
			
		||||
{
 | 
			
		||||
  TPrint_section& sec = section('F', first_page);
 | 
			
		||||
  const int lasty = calcola_firma();
 | 
			
		||||
  const int hhr = sec.height();
 | 
			
		||||
  sec.reset();                  
 | 
			
		||||
  sec.update();                   
 | 
			
		||||
  const int hhr = sec.height();
 | 
			
		||||
  const int lasty = calcola_firma();
 | 
			
		||||
  for (int i = 0; i < hhr; i++)
 | 
			
		||||
  {
 | 
			
		||||
    pr.print(sec.row(i));
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user