DonH Posted September 15, 2004 Posted September 15, 2004 Is there a pointer that I can access that says "END OF LIST" or some such? I want to loop over all found records. I know I can do it with a counter and checking for when the record number equals the counter but it would be easier just to check for an end of file or list or something.
-Queue- Posted September 15, 2004 Posted September 15, 2004 If you use Go to Record/Request/Page [Exit after last, Next] in your loop, this will happen naturally. Once the final record is reached, this step exits the loop.
MoonShadow Posted September 15, 2004 Posted September 15, 2004 The reverse is also true ... if you are running your loop backwards, you can use Go To Record/Request/Page [ Exit after Last, Previous]
DonH Posted September 16, 2004 Author Posted September 16, 2004 So, I am realizing I also need to be able to do batch deletions of records. Do I have to loop over the found deleting each or is there a delete all function that I can't find?
Recommended Posts
This topic is 7377 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now