Urgent:Form Formula: Not working in web

Hi guys,

I have one requirement that if my form called “xyz” that is response to response then i want change with “abc”.but when i write like

@If( Form=“xyz”;“abc”;“xyz”) but its not working its giving message in the web :

Error attempting to make this request

Error Code 404

Error Description Not Found - server could not find the given resource; the document does not exist.

Details

Can you please help me…its urgent

Harshak

Subject: Urgent:Form Formula: Not working in web.

Does the form “abc” exist?Does the form “abc” reference something else that doesn’t exist?

Do you do @dblookup’s to a view that doesn’t exist?

Do you do @dblookups for documents that doesn’t exist?

Any of these problems could give you a 404 on the web. You need to look into all relevant code to find the problem.

/Peter

Subject: RE: Urgent:Form Formula: Not working in web.

The form exist…and i am not using @dblookups…actuallly i just wan to display that, if abc open in web then user can see that “its underconstruction”.

Subject: Urgent:Form Formula: Not working in web.

Could security be at play here? It sounds like the application can’t “see” form “abc”. Can you open this form directly on the web? If it’s a Response form type, that may cause issues.

Your follow-up implies that you simply want to send an “Under construction” message to the browser. In this case, why not have a web agent that prints to the browser? For example, you could add WebQueryOpen code to your “xyz” form.