From: Vaishali Kedar on
Hi All,

I am still using the reports in VO (I know the reaction).

The screen saver has been enabled on a system. When ever a report tries to
print when the screensaver is active, it comes up with an error.

CQM_E_115 invalid CQM data Base handle(0).

Any suggestions?

Thanks & Regards,
Vaishali


From: Istv�n K�rm�ndi on
Hi Vaishali!

We had the same issue when made some timer depending printing.
We solved this problem forcing the owner window to be in focus before
printing.

Something like this:

SELF:owner:Show(SHOWZOOMED)
SELF:SetFocus()

(self: datawindow)
(self:owner:shellwindow)

Hope this help!

Istv�n K�rm�ndi


From: Vaishali Kedar on
Thanks Istvan,

I have made the change - will know in a few days if it worked on site.

Regards,
Vaishali
"Istv�n K�rm�ndi" <kormondiREMOVETHIS(a)kotech.hu> wrote in message
news:4b0e9a76$2(a)news.x-privat.org...
> Hi Vaishali!
>
> We had the same issue when made some timer depending printing.
> We solved this problem forcing the owner window to be in focus before
> printing.
>
> Something like this:
>
> SELF:owner:Show(SHOWZOOMED)
> SELF:SetFocus()
>
> (self: datawindow)
> (self:owner:shellwindow)
>
> Hope this help!
>
> Istv�n K�rm�ndi
>
>


 | 
Pages: 1
Prev: VO sp3 and Windows 7 Pro
Next: Expose event