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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Easiest way to print report with grid using comma-delimited .txt file

Status
Not open for further replies.

mackinmn

Technical User
Mar 16, 2001
6
US
I've got a comma-delimited text file. I wish to create a small app that will read the file and output the data on paper with a spreadsheet-like appearance -- including gridlines. I understand there are many ways to approach this, but I am interested in using as little code as possible. Any advice will be greatly appreciated.

p.s. I do not wish to involve Crystal or Access reports, as they will not be available on the machine running the app.
 
I don't know all the details but heres what you could do,

SPlit the text file into a array using

split

Then populate a flexgrid with the array. Print. Brad,
Free mp3 player,games and more.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top