KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Appending 4D Write documents into one document for printing
PRODUCT: 4D Write | VERSION: 2004.1 | PLATFORM: Mac & Win
Published On: May 11, 2005

Since the WR Print command sends one printing job each time it is called and you're using this command to print number of 4D Write documents, you can append the documents into one document. Below is a sample code that appends 4D Write documents stored in a picture field. It appends documents stored in [Table1]Field2_ field into one 4D Write offscreen area. After each append, a page break is inserted. When all the records are accessed, the offscreen area is printed.

code