OIPI Preview (OpenInsight 32-bit Specific)
At 29 SEP 2004 01:52:41AM Tony Lillyman wrote:
I'm hoing this is a simple fix
I have a process which effectively
1. Starts an OIPI Print Session - Defaulting to Preview Mode
2. As the report is processed the Preview is Minimised
3. When I END the report, the Preview stays Minimised
I want it to
At 29 SEP 2004 01:55AM Tony Lillyman wrote:
Sorry posted prematurely!
I'm hoping this is a simple fix
I have a process which effectively
1. Starts an OIPI Print Session - Defaulting to Preview Mode
2. As the report is processed the Preview is Minimised
3. When I END the report, the Preview stays Minimised
Currently the user has to click the Task Bar Button
(minimised) preview window to view the report.
I want it to pop back up so that the report is visible
automaticially.
Is there some way I can identify the Preview Window
(by handle) and send it a "Restore" message?
Or some other option in the INIT message.
Thanks
Tony
At 29 SEP 2004 02:33AM Tony Lillyman wrote:
I think I worked it out.
I usually hide the "Parent" Report Window whilst the
report is running to avoid the user closing it prematurely
and this used to cause no end of problems.
I should …
1. Start the Preview Window Minimised
2. Produce the report
3. Make the parent visible again
4. Send TERM,1 message to Set_Printer
This causes the preview to pop up over the Parent.