Below is the code I use to set up my report programs for printing on regular 8.5 x 11 in. documents using the printer object. What I need to do is to modify this code to fit within the margins of 4 x 6.5 in.thermal labels.
I am trying to make a PDF file consisting of a simple table. There is usually a header and 50 or more rows of data. It is 3 columns wide and consists only of plain text. I have searched the web and have found URLs like ....
I'm an amateur progrmmer. I needed to copy a folder as a part of my program. I thought that there would be a statement available to do that. I didn't find any. So, I struggled a bit and finally came out with some code.