Hi all.

I am currently working on an estimating program which writes files according to their job no. IE

User enters Job ID: 1001
it then becomes...

Filename:1001.txt
<CONTAINS>
1001
registration no
date
and so on...
<END CONTAINS>

All the writing parts are done without any major probs, but i need the program to print all the files in a form. IE

It open ALL files in the estimates directory (1001.txt,1002.txt,1003.txt) etc, and prints them like this:

ESTNO: Registration No: Date:
1001 BU51 ??? 13/11/02
1002 VU02 ??? 14/11/02
1003 V270 ??? 13/10/02

I cannot do it! HELP! Anyone any ideas?

Cheers

Paul.