Hi,
I’m having a difficulty opening a form that I have renamed. The form was populated with data, before I renamed it.
When I try to open it in the notes view, I get the error “Cannot locate form: Kunder”.
Is there a way to update the forms that have the old name (Kunder) to point to the new name (Firm)?
Thanks…
Subject: Create an agent
Create a formula agent with the following formula in it :
Field Form:=“yourNewFormName”
Then save it with the name you want.
Then from your view, selected all the docs you want to modify. In the menu “Actions” select the agent you created and here you go.
Hope this helps
Renaud
Subject: Great;)
Thanks, that seem to do the trick…