Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making a good report.
Message
 
To
04/01/2001 13:26:06
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00459442
Message ID:
00459490
Views:
20
>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

Use Print instead of Write.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform