U++ framework
Do not panic. Ask here before giving up.

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: 704
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: Sat Jul 04 16:07:32 GMT+2 2026

Total time taken to generate the page: 0.00645 seconds