Continuous Looping thru data
here need do. use code 'abc%' in query select codes begin abc.... i display/report first code, abc-1, etc. after 3-5 minute pause, need display next code, abc-2, 3-5 minute pause, next code, abc-3, etc. after of codes have been exhausted, need start process on again, in continuous infinite loop, until terminate process. how can done ? instead of using clasue, know can select each code individually, use javascript pause , go next cfm process second code selected, pause , go next cfm process , select third code, etc. work know not optimum solution, since not know how many codes there be, 1 only, 100, , have maintain 100 cfm applications each individual code selection. what best, easiest, , efficient way ? help the first time run page, perform query, put results in list, set index variable 1 , display first list element. have meta tag in head section of page performs refresh every 3-5 minutes, reloading same page. increment index 1 , display next list element. see concept cod...