Hi, PlausiblyDamp.
Yeah, that way works out, but not how I would like it to work. I want to load all available reports at once into some "storage" object (HashTable?) so that I can access them when needed, also because, there might be new reports on the target directory when I run the program, thus I cant access directly to a specific report because I dont know the name of the new report...
What I want to do is:
1 - The program loads all reports form a target dir.
2 - I add those reports to a combobox/listview or something. They are identified using their filename.
3 - I choose the report to use from the combobox/listView.
4 - I show for the report by searching it within the reports storage object based on their filename...
I guess I could load all of them to a Report[] array object, but how would I identify them?
I hate Crystal reports...
Let me know if this is confusing... :\