jca
I need to think it over !
- Local time
- Today, 14:10
- Joined
- Aug 1, 2001
- Messages
- 42
Hi
I've made a code that scan a specific drive retrieve every access database path on this drive to a table. Since the drive is quite big, the code takes some time to execute. So I created a form to show the progress to the user saying something like "Current BD: 17/265" but when I change the value of the field, nothing appears until all the code is executed. So I basicly only see "Current BD: 265/265". I tried to put Forms!FormsSearch.Refresh but it does works. I know my code is working cause in debug step-by-step mode the fields are redrawing themselves on the form. If somebody could help me on this one I would appreciate it.
Thanks,
JCA
I've made a code that scan a specific drive retrieve every access database path on this drive to a table. Since the drive is quite big, the code takes some time to execute. So I created a form to show the progress to the user saying something like "Current BD: 17/265" but when I change the value of the field, nothing appears until all the code is executed. So I basicly only see "Current BD: 265/265". I tried to put Forms!FormsSearch.Refresh but it does works. I know my code is working cause in debug step-by-step mode the fields are redrawing themselves on the form. If somebody could help me on this one I would appreciate it.
Thanks,
JCA