Ok...this is not urgent, more academic than anything so I can figure out a better way to do this.
I need to have a smartform comprised of three parts. The first part is a list of materials delivered to the customer. The second part is a letter saying, 'Gee, Thanks.' The third part is a survey that they are asked to fill out. Notice that the second and third pages are always ONE page long...but that the first page could vary greatly in length. Now, there are three obvious ways to make this work.
1) Configuration such that when conditions are met three seperate smartforms are printed. (three smartforms)
2) Be sneaky and put code in the smartform that calls the next two smartforms. (still three smartforms)
3) Copy and modify the print routine, essentially doing what you did in number 2 but in the print routine. (again still three smartforms).
Ok...I don't like any of these that much, clearly 1) is the best way. However, I have to wonder, can I do this all in ONE smartform using different Pages?
Thanks,
Greg