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:
00117884
Views:
19
>>I need to put a table at EOF() upon using it. What is the syntax for this? I've tried GO EOF() and about every variation I can think of, but I'm not getting it. I know it's probably something real simple. GO BOTTOM doesn't help, because I want to be able to open up a form with all blanks instead of opening up with the pointer pointing to a record. Thanks, CH.
>
>Chuck,
>
>You can GO BOTTOM followed by a SKIP if you are not at eof();
>
>
>GO BOTTOM
>IF NOT EOF()
>   SKIP
>ENDIF
>
>
>With buffering and tableupdate and tablerevert why not just append a balnk record and revert if the user doesn't want it later?

----------

Sounds like a good solution, but I'll have to do some studying on buffering, tableupdate, and tablerevert. This is another part of VFP that I haven't used. Can you give me some guidelines as to how to go about using these? Thanks, CH.
Chuck Henry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform