Judith Barer wrote:
> Does anybody have an idea how I could generate a csv file programtically
> that would include in it  the info from memo fields.  What would be the
> simplest way to do this?
>   
Personally I always use textmerge to create files like this.

set textmerge on noshow
set textmerge to myfile.csv
select mytable
scan
    \<<alltrim(mytable.memofield)>>
endscan
set textmerge off
set textmerge to

This assumes that the data in the memo fields is already comma seperated 
- which you didn't say.



_______________________________________________
Post Messages to: ProFox@leafe.com
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.

Reply via email to