Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need a way to show processing
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01349528
Message ID:
01349554
Views:
22
>>>>>I need something visual that has almost no overhead that I can use to show a user that processing is still going on. I want it to look nice, but be very simple. I thought about just popping up a little modal window. Or maybe taking over their mouse cursor, but Foxpro doesn't always do well with that one. Any ideas?
>>>>
>>>>What about nice progress bar by Carlos Alloatti? I don't think it's much overhead since it's Windows API based.
>>>
>>>Before I check it out, is it SQL dependent? Do I need to put a bunch of call in my existing code for it to know how much has processed? I don't need something necessarily that shows progress, just let's them know things are still going on.
>>
>>You can still do that with a progress bar. Set the max progress to 1, start at 0. Put up the progress bar at 0 so the user knows something is happening, and just kick to 1 (or just remove it) when you are done.
>
>Oh, I don't like that if it's what it sounds like. The progress bar initially displays showing zero progress (correct), then does nothing until the operation is complete? As a user my reaction would be that the operation has either crashed or is going to take forever.

If you are waiting on a SQL query, you won't be doing anything between the time it starts and the time it ends unless you use async processing (and fight that battle!!). I use a standard progress indicator throughout my programs - if something is running, the users see it.

If it makes users feel better, you could show some portion done (like 50%) to start with...
____________________________________

Don't Tread on Me

Overthrow the federal government NOW!
____________________________________
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform