Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jimdena33

    CSV file needs a new column inserted

    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?
  2. jimdena33

    CSV file needs a new column inserted

    Where in rhino-etl is this solution?
  3. jimdena33

    CSV file needs a new column inserted

    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?
  4. jimdena33

    Generating multiple output files from 1 run

    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...
  5. jimdena33

    Perform while/if loop based on 2 month parms

    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...

Part and Inventory Search

Back
Top