Hi Guys,
I need your help again. There is a project I'm working on for my job attatchment. It requires that I use a progress bar to show the progress of the file I am currently uploading to the database. The program's code also contains a line counter which counts the lines in the file imported to see how many lines will be added to the database. I am wondering : is it possible that I could somehow use the values created by this "LineCount" function to set mininmum and maximum values for the progress bar? If so, how would I get those values from this constantly incremented integer?
Thanks,
KemarS