Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

About "End/Begin Of File Encountered" Error

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
When i Scroll To End Of File Or Begining Of File This Error Message Appear And I Don't Know Which Way Go To Solve This Problem?
 
I have never heard of this error message when scrolling in a database out side a program.
Are You in a Browse window when this occurs
or
in a program with next and previous command.
David W. Grewe
Dave@internationalbid.com
ICQ VFP ActiveList #46145644
 
The error code for Begining of file is 38
The error code for the end of file is 4

You could always trap for the error and
do case
case error() = 4
goto top
case error()= 38
goto bottom
otherwise
.......
endcase
David W. Grewe
Dave@internationalbid.com
ICQ VFP ActiveList #46145644
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top