Rhonda Tipton’s WebLog

Random Subject Matters

Archive for the 'Visual FoxPro' Category


Updateable Cursor in VFP 3

Posted by Rhonda Tipton on August 5, 2006

My company still has a couple of production applications in Visual FoxPro version 3 that I have to make maintenance changes to from time to time.

In VFP 7, when you create a cursor, you can make it updatable by using the READWRITE keyword. Unfortunatly, this cannot be done in VFP 3. Below is a work-around that will make a cursor read-write.

readwritecursor.jpg

Posted in Visual FoxPro | No Comments »