Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Weird Mouse behavior
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00456500
Message ID:
00456517
Views:
23
>...snip...
>>
>>If the bulk of your processing is being done by a complex SQL statement(s), that's exactly what it looks like to the system, "not responding".
>
>Thanks for the reply...
>
>This particular process takes some time and I have put a progress bar class on the form. The problem here is that I can't get the progress bar to show because the form won't show the updates. Do you have any suggestions so that I can get the progress bar to show?
>
>Thanks,
>Paul

If you put your WAIT WINDOW NOWAIT up before you start processing, you should see it. If you have a progress bar, you'll need to provide some break in the action, like between your SQL statements to update it. Sounds like maybe you've got a .LockScreen=.T. somewhere in your code? You should be able to see your WAIT WINDOW. Post a sample or at least something representative.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform