Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #25582

Re: Foxpro goto command and deleted records

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ed@leafe.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.022
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; '(at': 0.03; 'exception': 0.03; 'correct.': 0.07; 'record.': 0.09; 'subject:command': 0.09; 'anyway': 0.11; 'deleted,': 0.16; 'received:corp': 0.16; 'record,': 0.16; 'wrote:': 0.17; 'pointer': 0.17; 'raise': 0.24; 'least': 0.25; 'header:In-Reply-To:1': 0.25; "doesn't": 0.28; 'record': 0.28; '(possibly': 0.29; 'that.': 0.30; 'on,': 0.30; 'not.': 0.32; 'to:addr:python-list': 0.33; 'version': 0.34; 'options:': 0.35; 'pm,': 0.35; 'next': 0.35; 'but': 0.36; 'should': 0.36; 'charset:us-ascii': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Message-Id:1': 0.62; 'jul': 0.65; 'sound': 0.65; 'furman': 0.84; 'seventh': 0.84; 'ethan': 0.91; 'fired': 0.91; 'subject:records': 0.91
Content-Type text/plain; charset=us-ascii
Mime-Version 1.0 (Apple Message framework v1278)
Subject Re: Foxpro goto command and deleted records
From Ed Leafe <ed@leafe.com>
In-Reply-To <5005EDC0.6050608@stoneleaf.us>
Date Wed, 18 Jul 2012 11:55:44 -0500
Content-Transfer-Encoding quoted-printable
References <5005EDC0.6050608@stoneleaf.us>
To python-list@python.org
X-Mailer Apple Mail (2.1278)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2273.1342630916.4697.python-list@python.org> (permalink)
Lines 32
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1342630917 news.xs4all.nl 6933 [2001:888:2000:d::a6]:53519
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:25582

Show key headers only | View raw


On Jul 17, 2012, at 5:57 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 completeness)
> 1) go to that record anyway
> 2) go to the next undeleted record
> 3) go to the seventh undeleted record (possibly the least practical)
> 4) raise an exception
> 
> Any opinions?

	It's been many years since I fired up VFP, but the above doesn't sound correct. If you have SET DELETED OFF and the GOTO 7, the pointer should move to the 7th record, whether it is marked deleted or not. With SET DELETED ON, the pointer should not move, since 7 is not a valid record.


-- Ed Leafe


Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Foxpro goto command and deleted records Ed Leafe <ed@leafe.com> - 2012-07-18 11:55 -0500

csiph-web