Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Low level file function
Message
De
08/01/2001 21:58:23
 
 
À
08/01/2001 21:15:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00460942
Message ID:
00460983
Vues:
10
I export the file to text for MYOB accounting system to import it.

I try to insert a blank record between each record, and I get the output file as

"Customer1","Desc1",100.00
"","",
"Customer2","Desc2",105.00
"","",
"Customer3","Desc2",10.00

But MYOB cannot accept "","", as blank line

It need

"Customer1","Desc1",100.00

"Customer2","Desc2",105.00

"Customer3","Desc2",10.00


So I cannot insert a blank record between each record. I think only way to do this is by low level file funtion.

Any advice?

TIA.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform