Click to See Complete Forum and Search --> : How to refresh screen or....


AndyK
October 18th, 1999, 02:36 PM
I need to remove trace-line that stayed after form moved (scrolling using do until and loop)...I think screen refresh should do it....

Shawn South
October 18th, 1999, 06:42 PM
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