Hello, I have several simple text files that are automatically created and sent to my office every week that basically just have 5 columns of invoice number, date, amounts and balance. I want to create a gui application that will open the file in a richtext window so that the font and size will be exactly what is printed out. Now if we open the file in notepad and print it out the font size is to big and not everything fits on one line. My users have to open the file in word change the font and size so that it fits and looks nice then print it. I want them to be able to just open the file see if it's what they want and then print it. Some files require more space on a line than others because of longer invoice numbers, dollar amounts (I cry whenever I see an invoice for a million dollars and it's not for me). Is there a way to do this?
Thanks, Joe