Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Progress bar doesn't want to disappear from the screen
Message
 
 
To
20/08/2001 13:19:01
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00546304
Message ID:
00546315
Views:
21
>Hi Nadya,
>
>I see .lockscreen=.f. but i don't see .lockscreen=.t.
>Is it issued before you are releasing the progressbar?
>
>< SNIP >

Thanks, Sergey, looks like this piece of code
if m.lnCount=m.lnReccount
         oProgBar.SetPos(m.lnReccount)
    endif
    .lockscreen=.f.
    oProgBar.Hide()
	oProgBar.Release()
	release oProgBar
	doevents()
	mouse at mrow(), mcol()
	.lockscreen=.t.
solved the problem.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform