ozdemirozgur
Registered User.
- Local time
- Today, 02:29
- Joined
- Apr 29, 2011
- Messages
- 47
Hi,
I have a Do While loop, and i want to show the line number of the current record. Something like this
Do While not employees.eof
msgbox employees.!inenumber
employees.movenext
loop
however, in the code abiove, system stops and ask user to clisk the ok button. I rather prefer to show the all the line numbers during the process without asking anything to users just to show them the line number. Is there any other command similar to msgbox to show the line numbers like flowing numbers on the screen.
thanks
I have a Do While loop, and i want to show the line number of the current record. Something like this
Do While not employees.eof
msgbox employees.!inenumber
employees.movenext
loop
however, in the code abiove, system stops and ask user to clisk the ok button. I rather prefer to show the all the line numbers during the process without asking anything to users just to show them the line number. Is there any other command similar to msgbox to show the line numbers like flowing numbers on the screen.
thanks