Hi Guys,
I am trying to redirect from a NWF (memory) to an external website.
I've been trying from the End of Procedure embed.
The two methods I've tried.
p_web.Redirect('www.externalwebsite.co.za')
p_web.Script(p_web.WindowOpen('www.externalwebsite.co.za'))
Neither seems to work,
The "redirect after save" on the procedure properties does not work, as it removes the form validation.