Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing to a file
Message
From
09/07/2003 15:07:32
Brian Weber
Ohio Department of Development
Columbus, Ohio, United States
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00808601
Message ID:
00808643
Views:
16
Thanks but it still isnt working like it should. Now it is asking me for what file to put everything into with each record that I want to print into it. When your printing 2000 records that gets annoying :) Does anyone know of a way to print this into a data base file or txt file that works? I have been trying to get this working for a about 2 days and havent had much luck.

this is what the code currently looks like

do while x < thisform.pageframe.page3.list3.listcount
x=x+1
m.lastname = left(thisform.pageframe.page3.list3.list(x),3)
append from c:\phonebook\addresses for lastname = m.lastname
COPY TO C:\phonebook\temp.dbf
MODIFY FILE C:\phonebook\temp.dbf
use
enddo
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform