Urgent

Hi,I get this error when opening a form from a text hotspot.

the hot spot used to open a different form.I changed the form.now when the hot spot is clicked it gives the name of the old form and then says cannot locate form.

why is this? has anyone else encountered something like this.I have tried deleting the hotspot and creating it again and so many other things but nothing seems to wrk.

if anyone has any idea whats going on please let me know

thanks in advance

Malik

Subject: URGENT

Hi Malik,

I tried with Link Hotspot and Action HotSpot, it is working fine( I changed the form name and it prombt me the same error and i revert it back to new form name without recreating the hotspot both in web as well in notes client).It is useful for me to find out the error when u give me the following details: what type of Hotspot u r using and formula if any.

Subject: RE: URGENT

Hi Anita,

Thanks for the quick response.

I’m using this formula to open the forms.

@Command([Compose];“Notification”)

I’m using Text hotspots.I have abt 4 hotspots and every one of them gives me the following error “Cannot Locate Form : Declaration Form”"

If u have a solution to this it would be super.I’m getting realy frustrated with this annoying error.

Cheers,

Malik

Subject: RE: URGENT

This error can be caused by an invalid Form name that you are in when you are creating the new document. If the Form name is spelled incorrectly or does not exist. Check the form name “Notification” or try with alias name like

@Command([compose];“Notify”)

Notify is the alias name of Notification. The Hotspot won’t create any problem.