/ Forums / Advansys Formativ / Creating Solutions with Formativ / Progressbar / Reply To: Progressbar
October 26, 2006 at 5:20 pm
#7765
You can use the Position property to specify the current position of the progress bar.
Frms.PB01.Position = 1
Alternatively, you can use the StepBy property to specify the amount that position increases when the StepBy method is called.
Frms.PB01.StepBy(1)
Hope this helps.
Regards,
Advansys Support
[This message was edited by Support 2 on October 27, 2006 at 12:53 AM.]