Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GO EOF() Does Not Work
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00117869
Message ID:
00119668
Views:
21
>>>>I need to put a table at EOF() upon using it. What is the syntax for this?<
>>>
>>>SEEK("EOF()", TableName, SomeTag) of course, <s>.
>>>The table must be indexed for this to work, so it's more fun than useful.
>>
>>Thanks a lot. -CH.
>
>Chuck,
>
>There are a couple of problems with the SEEK() aopproach you suggest. 1) the index must be on EOF() whioch is not a really solid index to keep around. Secondly the return value of EOF() will be sought and you will stay on the same record you astarted on. Thatis if the table is not at EOF() you will be seeking .F., if it is at eof then you're seeking .T..
>
>The sure way to put a table at eof() is;
>
>
>GO BOTTOM
>IF NOT EOF()
>   SKIP
>ENDIF
>
Jim,

I really appreciate the help.

Thanks.
Chuck Henry
Previous
Reply
Map
View

Click here to load this message in the networking platform