July 25, 200520 yr Hi, I have a question regarding a problem that i've really been trying to solve, but with no succes. I have a layout where the users add articles to a list. Then they should be able to print that list with some other baisc info. And my current soultion isn't a good one. Cause right now i have a "printing" layout with the basic info and then a portal displaying the same list as the users added to. The problem is that a portal has to have a fixed number of rows (?). So when a user ads 4 articles everything works ok cause thats less than the number of rows in the portal. But if they add 100 articles only the first 20 will be visible and printed. How can i make the document "dynamic" so every article print, regardless if theirs 3 or 100? Regards
July 25, 200520 yr By script "Go To Relaited record[show]" you can open the list of printing records in related file. Constructe your print layout in related file.
August 21, 200520 yr or maybe build a layout in list view. the header will be the top of the form the body will contain the articles and will repeat itself. the footer will be the end of the form. I didn't test it, but if the print form is'nt complicated I think that it can work
Create an account or sign in to comment