Current the C# app gets the data and writes it as all one line.
Sounds like I'll have to add a bunch of new code to identify each .csv column as an object from left to right across - just to then get things goind.
Do you agree?
I have a CSV file that I open w/ C# via inline = rdr.ReadLine();
While (inline != null)
wrtr.writeline(blah blah....
Wrtr.close
How can I insert a new column in position number 27?
Is there a way to have a single Crystal report parm run for multiple selected customers that would produce multiple pages that would actually create multiple individual files for its output? Perhaps in multiple PDF files?
Customers selected
Report runs - 1 page per customer is the output...
Perform while/if loop based on 2 month parms to sum certain columns.
I need Crystal syntax for a formula(s) to do a psudeo Perform while/if loop based on 2 month parms to sum certain columns..................
I have 2 run parameters for the beginning month number and another for the ending...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.