[EMAIL PROTECTED] wrote: > I agree with you re: automating reporting - not just the column lists but also > basic report objects (it should not be as difficult as it is to design and > print an envelope from a Rev. database).
Printing an envelope in Rev requires two steps: 1. Lay out a card the size of the desired envelope and put two fields on it, one for the recipient's address and one for the return address. 2. Issue this command: print this card All single-page forms can be handled in the same manner. If the data is stored elsewhere, just have a loop that gets the data from whatever source you have it in and puts it into the fields before issuing the print command. -- Richard Gaskin Fourth World Media Corporation Developer of WebMerge 2.2: Publish any database on any site ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
