TService and frxReport->Print();
Hello World!
Did anybody of you ever managed to Print a TfrxReport within a TService application?
My code looks like this and works as long as do not call it from a TService application:
this->frxReportProtocol->ShowProgress = false;
this->frxReportProtocol->PrintOptions->ShowDialog = false;
this->frxReportProtocol->PrepareReport( true ); // this works
this->frxReportProtocol->Print(); // this does not work anymore...
yours,
PlutoPlanet
Did anybody of you ever managed to Print a TfrxReport within a TService application?
My code looks like this and works as long as do not call it from a TService application:
this->frxReportProtocol->ShowProgress = false;
this->frxReportProtocol->PrintOptions->ShowDialog = false;
this->frxReportProtocol->PrepareReport( true ); // this works
this->frxReportProtocol->Print(); // this does not work anymore...
yours,
PlutoPlanet
Comments
run the Service as another valid User!