[DB-SIG] Foxpro goto command and deleted records

2012-07-17 Thread Ethan Furman
In Foxpro if you do a GOTO 7 with deleted off and record 7 is deleted, the record pointer doesn't move (at least in version 6). I don't like that. I see four other options: 0) don't move the pointer (listed for completeness) 1) go to that record anyway 2) go to the next undeleted record 3)

Re: [DB-SIG] Foxpro goto command and deleted records

2012-07-17 Thread Carl Karsten
On Tue, Jul 17, 2012 at 5:46 PM, Ethan Furman wrote: > In Foxpro if you do a > > GOTO 7 > > with deleted off and record 7 is deleted, the record pointer doesn't move > (at least in version 6). > > I don't like that. > > I see four other options: > > 0) don't move the pointer (listed for completene