Jun 9, 2005 #1 michlm Programmer Sep 3, 2000 44 US Is there an easy way to export a cursor or table from VFP 6.0 to a text file with fixed width fields? I know you can do it through FCREATE and FPUTS but I'm wondering if there is an easier way. TIA, Michelle
Is there an easy way to export a cursor or table from VFP 6.0 to a text file with fixed width fields? I know you can do it through FCREATE and FPUTS but I'm wondering if there is an easier way. TIA, Michelle
Jun 9, 2005 #2 Eguy Programmer Dec 22, 2000 566 US Michelle, COPY TO <filename> TYPE SDF Ed Please let me know if the suggestion(s) I provide are helpful to you. Sometimes you're the windshield... Sometimes you're the bug. Upvote 0 Downvote
Michelle, COPY TO <filename> TYPE SDF Ed Please let me know if the suggestion(s) I provide are helpful to you. Sometimes you're the windshield... Sometimes you're the bug.
Jun 9, 2005 #3 Stella740pl Programmer Jul 3, 2003 2,657 US Sure. COPY TO ... TYPE SDF Upvote 0 Downvote