• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

[VB Question] on progressbar

Carmen

Member
I think it might be a simple question,
but I'm really not clear about that,
how to control the value of the progressbar base on the
status of a process(export some files).....
when command1 is pressed, the process starts, the time takes for the process depends on the size of
the input files, btw, there is no looping in the process.
thanks very much...hope somebody could help me!

 
I am assume that you have no control of the exprt function? You basicly tell a 3rd party control to export to file.

Can you estermate the time? If so you could have a timer object incoment the progress bar for you.
 
Back
Top