Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Important
Message
From
27/08/2001 16:57:49
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Important
Miscellaneous
Thread ID:
00549630
Message ID:
00549630
Views:
32
I have created a procedure in which I created a View that selects only one field(Batch_num) from table Claims say lv_Batch_nums. To go through each record of lv_Batch_nums i used a for loop like
use lv_Batch_nums
if reccount() > 0
for cnt = 1 to reccount() step 1
goto cnt
* Here I created another view and worked with other tables.
endfor
endif

I found that the for loop keeps me on the same record in lv_Batch_nums. It keeps me on the very first record thoughout the loop. If I remove the view or other tables i am working within the loop, then it works fine.
Any help

Thanks
Bharat
Next
Reply
Map
View

Click here to load this message in the networking platform