Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing to a file
Message
De
09/07/2003 15:07:32
Brian Weber
Ohio Department of Development
Columbus, Ohio, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00808601
Message ID:
00808643
Vues:
17
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform