morechocolate
Technical User
I would like to do two things to display the progress of a program.
1. Display text to show the progression of the program
2. Display a progress bar
My problem is that there are several routines that run for the program and I am not sure how to use the progress properties to track the progress of the program. A form calls the routines which reside in a module.
My other problem is I was trying to figure out what to use to display the text that displays what is going on in the program. I thought about using the lable control, but for the life of me I could not figure out how to get the text in the caption. I tried assigning the text to a global variable and then assigning that value to the caption property in the change event, but nothing was displaying in the label.
I need help, or I need to take a break. I could just be thinking this is all harder than it needs to be.
Thanks for your help.
Pam
1. Display text to show the progression of the program
2. Display a progress bar
My problem is that there are several routines that run for the program and I am not sure how to use the progress properties to track the progress of the program. A form calls the routines which reside in a module.
My other problem is I was trying to figure out what to use to display the text that displays what is going on in the program. I thought about using the lable control, but for the life of me I could not figure out how to get the text in the caption. I tried assigning the text to a global variable and then assigning that value to the caption property in the change event, but nothing was displaying in the label.
I need help, or I need to take a break. I could just be thinking this is all harder than it needs to be.
Thanks for your help.
Pam