‎2008 May 26 12:51 PM
Hai All,
In Sap Script i developed a page with 3 sub windows. While taking printout i receive a error in LPD as
Error:Unable to start print job, Windows rc = -1, Error = Overlapped I/O operations is in progress.
Please help me...
regards
Arun
‎2008 May 26 1:06 PM
Hi Arun
Error = Overlapped I/O operations is in progress.
when you define sub windows you should define suitable size of the subwindows.If the text to be printed is more than the size of the subwindow, extra text will be truncated and will not* be display or printed*.
If it is a main window then it will automatically resize itself depending on the text to be printed.
So check whether the text to be printed is more than the size of the subwindow, if so make changes to the size of the subwindow such that all the text is printable in the same window.
Reward if helpful
Regards
Lakshman
‎2008 May 26 1:06 PM
Hi Arun
Error = Overlapped I/O operations is in progress.
when you define sub windows you should define suitable size of the subwindows.If the text to be printed is more than the size of the subwindow, extra text will be truncated and will not* be display or printed*.
If it is a main window then it will automatically resize itself depending on the text to be printed.
So check whether the text to be printed is more than the size of the subwindow, if so make changes to the size of the subwindow such that all the text is printable in the same window.
Reward if helpful
Regards
Lakshman