I created an hotspot with the following formula:@URLOpen( “/” + dbpath + “/test?Openform” )
where dbpath is a field which computes the database path as required for web (tried using @webdbname as well).
Issue is, when I preview it in the browser, the url points only to the database and not the form. I tried with other design elements as well, like views, agents, etc, still it doesn’t work. I created a db in the client, still the issue persists.
if I give @URLOpen(“http://www.ibm.com”) it works fine, issue occurs when I use a variable or a field within the brackets.
Tried putting “http://” as well with @URLOpen, still the same result.
Please let me know what could be the issue.