Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing Progress
Message
From
13/05/1998 11:49:00
 
 
To
13/05/1998 11:32:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00099060
Message ID:
00099066
Views:
19
>I use a generic progress bar for feedback. The parameter passed is a percent >complete (standard stuff). How can I use this to show the progress of Foxpro >commands such as "append" or "copy to"?

I have used a UDF in a FOR clause with good success. Do the updating of the progress bar in the UDF, and make sure the UDF returns true. So that you don't kill performance of the append, only do your screen updating after every 50 or 100 records. I can dig up a code sample if you still have trouble.

-Tim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform