Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sap script LPD error-reg

Former Member
0 Likes
334

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
306

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

1 REPLY 1
Read only

Former Member
0 Likes
307

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