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
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.
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.