Link to home
Start Free TrialLog in
Avatar of itbabe
itbabe

asked on

problem with forwarding an email

"Attempt to execute nested form events".
Avatar of Sjef Bosman
Sjef Bosman
Flag of France image

Code please...

Some explanation: you might be calling Refresh from inside the PostRecalc event.
Avatar of itbabe
itbabe

ASKER

We are not doing programming on lotus notes.  The user just wants to forward a mail.
I would refresh or replace the design.

ALso check the ACL rights.

Is this a standard mail template ?

What version is the client and server?

I hope this helps !
Sounds like the user's mail file has duplicate script libraries... replace the design on the mail file, compact like crazy.  If the user has a local replica, then you might want to make a new copy (to save to a different place) and then delete the local replica, and recreate it from the new mail database where you've updated the design and compacted.  

If you can grab a copy of Notes Peek to see if there are, indeed, duplicate libraries (one with "do not allow design replace refresh...") then you might have to delete the duplicate stuff manually --you need to know what you're looking for.. :)

Also, since the corruption might have come from the user's local, delete cache.dsk(R5) or cache.ndk(r6) before reopening notes.
You can also open the file in question with the designer client and then re-compile all code. But, I would only try this option if refresh, or replacing the design of the file doesn't get rid of it for you.
hmmmm... I think re-compile would work if the initial mail file form lost it's reference to the class libraries, if there are duplicate script libraries or action buttons, then recompile would just error out.. could be wrong.
For me.... looks like  Location doc issue. In the Location document, check the mail file. It should be the same mail db path listed. Else, it tries to access the mail db which is listed in that field and u may get this problem.

Also, as the above Experts pointedout, please try to compact and refresh/replace the design. And also try with another document. May be the document got corrupted. is it only for single user or for all?
ASKER CERTIFIED SOLUTION
Avatar of marilyng
marilyng

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
So it was an errant form :-D