Hi Guys,
I have a button in a form for searching, in the Click property of the command button, i have the code below, how can i implement a progress bar while in the loop below is processing ?
For lnCtr = 1 To m.lnPaths
lcPath = Getwordnum(m.lcFolder,m.lnCtr,';')
Wait Window 'Working on '+m.lcPath+'......' At 10,125 Nowait
Thisform.SearchMe(m.lcPath, m.lcFile)
Next
Thanks in advance
I have a button in a form for searching, in the Click property of the command button, i have the code below, how can i implement a progress bar while in the loop below is processing ?
For lnCtr = 1 To m.lnPaths
lcPath = Getwordnum(m.lcFolder,m.lnCtr,';')
Wait Window 'Working on '+m.lcPath+'......' At 10,125 Nowait
Thisform.SearchMe(m.lcPath, m.lcFile)
Next
Thanks in advance