This topic is locked

Printing Envelopes

3/8/2010 2:53:48 AM
ASPRunnerPro General questions
W
williampipes author

I'm trying to create a page that will display the results of a query.. CompanyName, CompanyAddressLine1, CompanyAddressLine2,AND CustomerName CustomerAddressLine1, CustomerAddressLine2. In order to create a report, or view that looks like an envelope.
Second, I'm trying to make the page setup options come directly from within the ASP code, can anyone help?

Sergey Kornilov admin 3/8/2010

I think you can have better luck using Microsoft Word's mail merge function. Formatting ASP/HTML page to fit the envelope is a tedious task. HTML is simply not designed for this purpose.