#7765
Support 3
Participant

    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.]