We have a crystal reports that pulls data from an ORACLE table. The report contains a list of items currently in work in the shop. The form is viewed via the web using the Crystal viewer.
Each item has a unique identifier. The report has a hyperlink formula that sends the unique identifier to an ASP page (form) that allows them to enter an estimated delivery date (EDD) for the item selected. The form then writes that EDD back to the ORACLE table.
Problem, we want the ASP form to open in a new window, not the same window as the viewer. Is there a way to set the target from the CR? Is there something we can put in the hyperlink formula?
Each item has a unique identifier. The report has a hyperlink formula that sends the unique identifier to an ASP page (form) that allows them to enter an estimated delivery date (EDD) for the item selected. The form then writes that EDD back to the ORACLE table.
Problem, we want the ASP form to open in a new window, not the same window as the viewer. Is there a way to set the target from the CR? Is there something we can put in the hyperlink formula?