Avatar

Level 10

You can launch a browser and pass the URL to the form. For example,

System.Diagnostics.Process.Start("http://localhost:8080/dev/forms/PurchaseOrder.pdf");

Steve