Dec 2, 2006 #1 paul1941 Programmer May 25, 2006 32 BE Hello, When I try to open a table with 18 records, sometimes I got the message EOF/18. If I use If EOF() go top browse endif the browsewindow shows an empty table with eof/18 what can I do to have my table with the 18 records? reagrds Paul
Hello, When I try to open a table with 18 records, sometimes I got the message EOF/18. If I use If EOF() go top browse endif the browsewindow shows an empty table with eof/18 what can I do to have my table with the 18 records? reagrds Paul
Dec 2, 2006 #2 craigber Programmer May 5, 2003 1,092 US They're probably deleted records and you have SET DELETED ON. Craig Berntson MCSD, Visual FoxPro MVP, http://www.craigberntson.comAuthor, CrysDev: A Developer's Guide to Integrating Crystal Reports" Upvote 0 Downvote
They're probably deleted records and you have SET DELETED ON. Craig Berntson MCSD, Visual FoxPro MVP, http://www.craigberntson.comAuthor, CrysDev: A Developer's Guide to Integrating Crystal Reports"
Dec 2, 2006 Thread starter #3 paul1941 Programmer May 25, 2006 32 BE Hello Craig problem resolved with adding: set filter to set order to Regards, Paul Upvote 0 Downvote