Foxpro goto command and deleted records

Ed Leafe ed at leafe.com
Wed Jul 18 15:13:40 EDT 2012


On Jul 18, 2012, at 12:57 PM, MRAB wrote:

>> 	#4 is probably the most Pythonic approach. The calling code can then decide how to react to attempting to access a deleted record. Even if you're accessing data stored in VFP tables, your module should be as Pythonic as possible.
>> 
> I disagree. I think that if you can see it should be able to go to it.

	The use case was a deleted record with SET DELETED ON, which means you shouldn't "see" it. 


-- Ed Leafe






More information about the Python-list mailing list