John J. Mihaljevic wrote:
I'm on 6.0 right now. I need to get into 9.0, but wanna get this system stabilized first.
I would look to see if it's a question of user rights on the non-working machine. They may not have the right to delete files.
If you want to read-write cursors in 6, you can use this workaround ctempfile = <whatever> Select * from blah into cursor (cTempFile) Use DBF(cTempFile) in 0 Alias Editme * Mess around with Editme as much as you want Use in Editme Use in (cTempfile) _______________________________________________ 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 ** 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.

