Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Weird loop using skip
Message
From
28/03/2003 13:41:21
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Weird loop using skip
Miscellaneous
Thread ID:
00771447
Message ID:
00771447
Views:
49
I have a form unsing a table with several realtions. While using a simple top,back,next,bottom setup they get in a loop and only 4 or so of the 13000 records on the main table show looping over and over going either direction.
I have tried both;
select table
skip
if eof()
goto top
endif

and
skip in table
if eof()
goto top endif

another simptom(sp?) is without the eof() it always says end of file encountered it does not matter waht the order is set to or the record that is started on.
Next
Reply
Map
View

Click here to load this message in the networking platform