S
Slow Flyer
I'm using the CommandButton1_Click() event to start
processing data from a long file in a Do Loop. I was
intending to watch the progress using label1.caption =
Cstr(CurrentRecord) placed within the Do Loop. But
label1.caption is only changed on completion of the
CommandButton1_Click()event.
i.e. label1.caption just shows the final record number.
Any ideas please; on how to have label1.caption change as
each file record is processed?
processing data from a long file in a Do Loop. I was
intending to watch the progress using label1.caption =
Cstr(CurrentRecord) placed within the Do Loop. But
label1.caption is only changed on completion of the
CommandButton1_Click()event.
i.e. label1.caption just shows the final record number.
Any ideas please; on how to have label1.caption change as
each file record is processed?