I need to remove trace-line that stayed after form moved (scrolling using do until and loop)...I think screen refresh should do it....
Printable View
I need to remove trace-line that stayed after form moved (scrolling using do until and loop)...I think screen refresh should do it....
Where exactly does this line show up? Is it on your form, or does it stay on the screen under your form after you move it?
If it's on the screen (desktop), you'll probably need to call an API that refreshes the desktop. I don't know the name of one off-hand, though.
- Shawn