Results 1 to 3 of 3

Thread: Progress Bar

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    58

    Progress Bar

    I am trying to read data from a database and then write it to a text file and performs various other tasks. The database can have anywhere from 5 to 100,000 records. I am looking to create a progress bar that somehow will be able to determine the amount of time it will take to complete these tasks. Any ideas are welcome because i am completly lost.

  2. #2
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    Re: Progress Bar

    You have a few options:

    1.)Use a "Marquee" type progress bar, which just goes back and forth, but has no real indication of where the progress is.
    2.)Do some work to determine the number of rows (i.e. a Select Count(field) From Table) you will be outputting and then incrementing the progress bar as you are doing your work.

  3. #3

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    58

    Re: Progress Bar

    I heard that asynchronously programming is the way to do this, does anyone have an example of asynchronously programmming with a progress bar

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width