thetempuser
Programmer
Hello,
I have a application that prints out orders, after data entered in a table, and modeled in a report. All works great.
Now I also need to create a contract for each order. Data for the contract will be pulled from a couple of fields in a form, to variables, and then into a report ( I just need the date of the contract and the sum, no need for table here) But there's a problem. The text of the contract is 4 pages long (if i copy it into msword). I can copy the text into a report, but I get "Page header band is to large to fit on page", if i use the header, same with the detail band. I know this has something to do with printer page layout, or the driver. I guess the text doesn't fit on one page. Why isn't vfp going to the second page, third... so on? I've also tried to import the whole contract.doc to a variable and add this variable to the report. I get an error regarding it's length. I just want to create this simple report with a lot of text (legal stuff) and 2 variables in it, so that i can "oxigenate" the workflow. Until now, I used to print out orders, then open up the contract.doc in msword, add the date, add the sum, check layout, print, next one. It would be great to make some sort of report, It would make my whole work easier.
Thank you.
I have a application that prints out orders, after data entered in a table, and modeled in a report. All works great.
Now I also need to create a contract for each order. Data for the contract will be pulled from a couple of fields in a form, to variables, and then into a report ( I just need the date of the contract and the sum, no need for table here) But there's a problem. The text of the contract is 4 pages long (if i copy it into msword). I can copy the text into a report, but I get "Page header band is to large to fit on page", if i use the header, same with the detail band. I know this has something to do with printer page layout, or the driver. I guess the text doesn't fit on one page. Why isn't vfp going to the second page, third... so on? I've also tried to import the whole contract.doc to a variable and add this variable to the report. I get an error regarding it's length. I just want to create this simple report with a lot of text (legal stuff) and 2 variables in it, so that i can "oxigenate" the workflow. Until now, I used to print out orders, then open up the contract.doc in msword, add the date, add the sum, check layout, print, next one. It would be great to make some sort of report, It would make my whole work easier.
Thank you.