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
 | 
					BEGIN
 | 
				
			||||||
  KEY "Data"
 | 
					  KEY "Data"
 | 
				
			||||||
  PROMPT 29 16 ""
 | 
					  PROMPT 29 16 ""
 | 
				
			||||||
 | 
					  FLAGS "A"
 | 
				
			||||||
END
 | 
					END
 | 
				
			||||||
 | 
					
 | 
				
			||||||
STRINGA 824
 | 
					STRINGA 824
 | 
				
			||||||
 | 
				
			|||||||
@ -672,7 +672,7 @@ void TBase4::stampa_P(TPrinter& pr)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void TBase4::stampa_S(TPrinter& pr)
 | 
					void TBase4::stampa_S(TPrinter& pr)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  TPrint_section& body = section('H', odd_page);
 | 
					  TPrint_section& body = section('H', even_page);
 | 
				
			||||||
  body.reset();                                     
 | 
					  body.reset();                                     
 | 
				
			||||||
  TLocalisamfile qp(LF_QUAS);
 | 
					  TLocalisamfile qp(LF_QUAS);
 | 
				
			||||||
  _righePS.fill(_codditta,qp);
 | 
					  _righePS.fill(_codditta,qp);
 | 
				
			||||||
@ -803,10 +803,10 @@ void TBase4::stampa_N(TPrinter& pr)
 | 
				
			|||||||
void TBase4::stampa_fine(TPrinter& pr)
 | 
					void TBase4::stampa_fine(TPrinter& pr)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  TPrint_section& sec = section('F', first_page);
 | 
					  TPrint_section& sec = section('F', first_page);
 | 
				
			||||||
  const int lasty = calcola_firma();
 | 
					  const int hhr = sec.height();
 | 
				
			||||||
  sec.reset();                  
 | 
					  sec.reset();                  
 | 
				
			||||||
  sec.update();                   
 | 
					  sec.update();                   
 | 
				
			||||||
  const int hhr = sec.height();
 | 
					  const int lasty = calcola_firma();
 | 
				
			||||||
  for (int i = 0; i < hhr; i++)
 | 
					  for (int i = 0; i < hhr; i++)
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    pr.print(sec.row(i));
 | 
					    pr.print(sec.row(i));
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user