Home » U++ Library support » RichText,QTF,RTF... » QTF Table row height  
	
		
		
			| Re: QTF Table row height [message #4419 is a reply to message #4260] | 
			Sat, 05 August 2006 22:25    | 
		 
		
			| 
				
	 | 
 
	
		I'm having a terrible time. I have an extra row that is invisible with a single space character in it (I have tried other things). 
Size sz;
Report report(sz);
int rowheight=sz.cy/rows;  
The hidden cell is then printed out with (using O instead of space) 
qtf << ":: [s0;+" << rowheight << " O]\r\n";  
I have the entire table setup l/0r/0t/0b/0 to kill all margins. 
But ny table goes for more than a page. Depending on how big "rows" is, I have one or more rows on a second page. Frame and grid are 0pt. 
I also tried it by setting the top margin on my blank cell, but I got the same results. 
Is there anywhere else contributing height that I am not considering? 
 
BTW, I tried using undocumented ^^ to force a new page, but it messed up the table. Cell 1:1 went to the next page but 1:2 and 1:x were still on the same page. For now I am just letting report handle pages.
		
		
		
 |  
	| 
		
	 | 
 
 
 |  
  
 
Goto Forum:
 
 Current Time: Tue Nov 04 16:55:00 CET 2025 
 Total time taken to generate the page: 0.06777 seconds 
 |