Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous message
zsolt is currently offline  zsolt
Messages: 698
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);
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: report / qtf to pdf saving
Next Topic: Horizontal scrollbar
Goto Forum:
  


Current Time: Sun May 12 09:46:23 CEST 2024

Total time taken to generate the page: 0.01855 seconds