Home » U++ Library support » RichText,QTF,RTF... » Name of a print job is missing  
	
		
		
			| Name of a print job is missing [message #5422] | 
			Thu, 21 September 2006 01:48   | 
		 
		
			
				
				
				
					
						  
						zsolt
						 Messages: 702 Registered: December 2005  Location: Budapest, Hungary
						
					 | 
					Contributor   | 
					 | 
		 
		 
	 | 
 
	
		When printing Report object, the name of the job is missing in the list of pending jobs. 
 
Fix is simple: 
 
In Report/Reportdlg.cpp change Print() from 
bool Print(Report& r, int i, const char *_name) {
	PrinterJob pd;
 
to 
bool Print(Report& r, int i, const char *_name) {
	PrinterJob pd(_name);
 
		
		
		
 |  
	| 
		
	 | 
 
 
 |  
  
 
	
	  | 
	 | 
	
		Name of a print job is missing
		By:  zsolt on Thu, 21 September 2006 01:48  
	 | 
 
	  | 
	 | 
	
		Re: Name of a print job is missing
		By:  laurice on Mon, 13 November 2006 02:18  
	 | 
 
	  | 
	 | 
	
		Re: Name of a print job is missing
		By:  mirek on Mon, 13 November 2006 08:39  
	 | 
 
	  | 
	 | 
	
		Re: Name of a print job is missing
		By:  laurice on Mon, 13 November 2006 09:14  
	 | 
 
	  | 
	 | 
	
		Re: Name of a print job is missing
		By:  zsolt on Mon, 13 November 2006 10:09  
	 | 
 
	  | 
	 | 
	
		Re: Name of a print job is missing
		By:  mirek on Mon, 13 November 2006 10:20  
	 | 
 
	  | 
	 | 
	
		Re: Name of a print job is missing
		By:  mirek on Mon, 13 November 2006 11:02  
	 | 
 
	  | 
	 | 
	
		Re: Name of a print job is missing
		By:  laurice on Mon, 13 November 2006 11:02  
	 | 
 
	  | 
	 | 
	
		Re: Name of a print job is missing
		By:  laurice on Mon, 13 November 2006 11:05  
	 | 
 
	  | 
	 | 
	
		Re: Name of a print job is missing
		By:  mirek on Mon, 13 November 2006 11:49  
	 | 
 
	  | 
	 | 
	
		Re: Name of a print job is missing
		By:  zsolt on Mon, 13 November 2006 12:10  
	 | 
  
Goto Forum:
 
 Current Time: Tue Nov 04 00:32:23 CET 2025 
 Total time taken to generate the page: 0.08362 seconds 
 |