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:
00117872
Views:
16
>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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform