Instead of coding the $$Return, you can instead redirect the user to a custom confirmation page (or error page as desired).
Simply build the relative URL and add a leading and trailing square brackets:
"[/" + @WebDbName + "/SomeForm?OpenForm]"
if you want to do it internally where the URL doesn't redirect from the web user's point of view, do double brackets:
"[[/" + @WebDbName + "/SomeForm?OpenForm]]"
previous page
|