Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Making a good report.
Message
De
04/01/2001 13:26:06
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Making a good report.
Divers
Thread ID:
00459442
Message ID:
00459442
Vues:
60
Hello everybody.
I hope alls of your be OK.
Happy new year at all.
I have this code:
On Error Resume Next
intFileO = FreeFile(0)
archivotxt = "c:\rdetalis\"
Open archivotxt & "\reporte.txt" For Append As intFileO
Write #intFileO, fecha, detal, Archivo, status
Close intFileO

This saved the information from process on my app in this format:
#2000-12-22 09:33:08#,"Los Cactus","cajas.dbf","Satisfactorio"
#2000-12-22 09:33:08#,"Los Cactus","cajeros.dbf","Satisfactorio"
#2000-12-22 09:33:08#,"Los Cactus","cuentas.dbf","Satisfactorio"
#2000-12-22 09:33:08#,"Los Cactus","provee.dbf","Satisfactorio"

I want to know how I have to do to make a better format of this for example:

Date Time Store File Description Status
-------------------------- --------- ----- ----------- -----
December, 12-2000 09:33:08 The Cactus cajas.dbf What ever thing Ok.
December, 12-2000 09:33:15 The Cactus cajeros.dbf What ever thing Ok.

I hope some ones of yours be able to help me.

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform