Formula Suggestions

hello all,i have written the formula like this -

myURL := @WebDbName + “/$$View Template for (Projects)?OpenForm”;

@URLOpen (“javascript:window.Open( window.location.hostname + '/” + myURL + “')”)

written to open the URL in a new window.

but its not displaying anything.

any suggestions to correct this formula?

thanks inadvance

regards

Sanjay

Subject: You don’t open a ViewTemplate form, you open the view so try…

myURL := @WebDbName + “/(Projects)?OpenView”;