On Thu, Feb 9, 2012 at 7:24 PM, Michael Madigan <[email protected]> wrote:
> Better to go to a backup to recover the memo files.
>
> I had a program that would look for non-standard characters in a memo field, 
> which implied corruption, if it found it, then it would replace that memo 
> field with one from backup.

Sometimes I do this:

on error e=error()
scan
   e = 0
   bla = mymemofield
   if e > 0
      delete
   endif
endscan

Then I deal with the deleted records.

-- 
Paul

_______________________________________________
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/cadwx0++j+h9k46h67dswmg-1h9cjko6z_3tqu93eqhrh4wr...@mail.gmail.com
** 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.

Reply via email to