I am working in VFP 6.0 and there isn't any possibility to select some data from table to cursor with SQL statment and then update this cursor.
So I wrote this function that makes from noeditable cursor editable cursor:
function r2rw(aCursor)
local i, cFname, nSize, cType, cField
select *...