Eurico Chagas Filho wrote on 2014-10-31: > Have you tried to lock all rows ? > > Enviado do Yahoo Mail no Android > >
Eurico, I have a table opened Exclusive. The following code processes on the table to do the process of PACK cTemp = "csr" + SYS(2015) SELECT * FROM (cAlias) INTO CURSOR (cTemp) NOFILTER WHERE NOT DELETED() SELECT (cAlias) ZAP APPEND FROM DBF(cTemp) USE IN SELECT(cTemp) For those customers with these problems the APPEND FROM DBF(cTemp) line throws the error 1157 - Cannot update the file Other times I get the Unable to update the cursor issue I mentioned earlier. The suggestions Alan gave can't get a lock on the files opened Shared or Exclusive. Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** 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.

