how to update form label caption

D

dave

Hi
I have one form having one label and one command button...
On click event I am doing a process in a loop say about 50 times...

Sample code
for i = 1 to 50
' long process...
' update form label.caption with current counter 'doesnt work..
next i

what i want is after finishing process each time, i want to update label
counter on form so i could know how many times its finished...
I tried by so many ways but somehow it updates counter only after finishing
whole function and directly sets caption to 50...
Can anyone have same problems? Any ideas? Does anyone have sample code???
Any help would be apprecaited..
regds
dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top