Simple Report?

CMCoatney

New member
Joined
Jul 18, 2004
Messages
2
Programming Experience
10+
I'm not using a database because information is taken from somewhere else. All I need is a simple way to display information on a packing slip. My question is, is there a simpler way to do this than trying to use Crystal Reports, Active Reports, Report Sharp-Shooter or something similar? I just dont need that much what would you recommend?
 
Crystal Reports was designed to make reports simple. Any other method (outside of other third party solutions) will most likely be less simple.

Where is the data taken from? What form is it in?
 
Crystal reports is simple for reports generated from a database, with that I agree.

This data is parsed from a csv file. At one point this data went into a database and a report was generated. There is no reason to keep this information. It only needs to be interpreted and a report printed so the database is unecessary.
 
Back
Top