Hi Mike:
Rick is correct; you cannot go from report output directly to table.
However, there are some tools in the Download section of
www.universalthread.com that allow you to send the output of a report to an
Excel spreadsheet. Once in Excel format, you could use the APPEND FORM or
IMPORT commands to get the data into a DBF file. As long as the report
does not output more data than an Excel spreadsheet can handle, you could
use this technique.
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retires June 30th, 2003
- VFP6 Mainstream Support retires Sept. 30th, 2003
>Mike,
>No, but if you've already got the data in tables (or better yet a single
cursor), it shouldn't be hard >to copy or select it into another table.
(You may have to go to an intermediate table so you can >APPEND it, if the
existing table already has data.)
>Rick
> Can I send the output from a report to already created a DBF file instead of
> TXT/ASCII format?
>
> Thanks
> Mike