Search found 2 matches

by AndyA
Thu Mar 06, 2008 6:05 pm
Forum: R&R ReportWorks Users
Topic: Export to CSV
Replies: 2
Views: 1437

==> RE: Export to CSV

You^re right. I had to do this in order to get it to work.__cmd$ = "C:SourceSafeMiscRRPrint swrun.exe" /TT"C:SourceSafeMiscRRPrintRR_ControlFile.txt" /CU"<UserName>" /CP"<Password>"
by AndyA
Wed Mar 05, 2008 5:03 pm
Forum: R&R ReportWorks Users
Topic: Export to CSV
Replies: 2
Views: 1437

Export to CSV

I have a VB6 application that allows a user to send a report to the printer, the screen, or a file. ____Since Microsoft deprecated support for WKS files, I have developed an interface that allows mu users to select a CSV file. What the VB6 file does is to save the file as a TXT file, then the interf...