Is the READWRITE keyword available in VFP7 SQL? If so, you can add that to your SELECT and then ALTER TABLE as needed.
-- rk -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kurt Wendt Sent: Thursday, April 05, 2012 11:13 AM To: [email protected] Subject: RE: Memo Fields in SQL SELECTS... Actually - I was just trying a different method - to simply ADD the field to the Cursor after the Cursor is generated. I was attempting to then run an Alter Table command - but, alas - it doesn't work on Cursors. So - was just now trying to change the code to use a Temp Table. But - I think I will switch to this option that you and Frank mentioned - since it seems much simpler and more elegant! Thanks, -K- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/DF1EEF11E586A64FB54A97F22A8BD0441D52B6DF97@ACKBWDDQH1.artfact.local ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

