Hi,
i didn't send question so long, but now i have discussion with my collegues about scan.
I have some procedures to control the same group of record and i use scan.
proc1
scan
proc2
scan
proc3
scan
.........
they exexuted one by one.
it's good when: scan for, but my collegue propose change it to: scan while. She said that scan go to first record. But then it working not good.
i want change it:
proc1
zm_nr=recno()
scan
proc2
goto zm_nr
scan
proc3
goto zm_nr
scan
.........
but it will be working good?
thanks for your advice and help
Regards from Monika (Warszawa - Poland)
(monikai@yahoo.com)
i didn't send question so long, but now i have discussion with my collegues about scan.
I have some procedures to control the same group of record and i use scan.
proc1
scan
proc2
scan
proc3
scan
.........
they exexuted one by one.
it's good when: scan for, but my collegue propose change it to: scan while. She said that scan go to first record. But then it working not good.
i want change it:
proc1
zm_nr=recno()
scan
proc2
goto zm_nr
scan
proc3
goto zm_nr
scan
.........
but it will be working good?
thanks for your advice and help
Regards from Monika (Warszawa - Poland)
(monikai@yahoo.com)