How Can I Remove Letterhead ??

Q: How can I remove letterhead ?? I have a solution with related files Fmpro5.5 Windows In one of the files, I have patient records and around 50 different form letters. Each patient record has a doctor code assign to him. When I want to print letters to patients, I select the letter and print it. On the top of each letter it prints the Name , address etc. of the doctor according to the doctor code assign to the patient. This works perfectly BUT..... some doctor have ther own stationnary so I can't print the info on the top of the page.... Is it possible to use the same layout (form letter) so it doesn't print the top info ???? Or do I have to recreate all the fom letters and leave the top part blank for the ones with personnal stationnary ???

A: -Put an unfilled calculated

container field over the letterhead copy. Set it up so that if the Invoice Type = "letterhead" a white gif would be displayed, otherwise the container would be blank, revealing the text underneath. -You will need a global radio button field called Own Letterhead (or something like that) referencing a value list consisting of "yes" and "no". You will also need a calc field (text result) = If (Own Letterhead = "yes", "???????¶", "" ) (where ?= return character - you may need more or less depending on the letterhead) Place this field at the top of the print layout, stretch it as long as needed to accommodate the full compliment of returns, and set it to slide up.