5 pts.
 Lotus Notes error 4360
Does anyone know what the error is and how to fix the Lotus Notes error #4360: Can't append list to a null item?

Software/Hardware used:
ASKED: January 14, 2013  3:59 PM
UPDATED: January 14, 2013  4:39 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. Michael Tidmarsh   14,000 pts. , LotusBirkhahn   5 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

various notes error list can be seen at http://www-12.lotus.com/ldd/doc/domino_notes/rnext/help6_designer.nsf/f4b82fbb75e942a6852566ac0037f284/3981119508a738ac85256c54004d9d07?OpenDocument
in your case following could be the reason
1)from the error message it seems that you are trying to append an item in an array whose upper index is not dynamically extended.
2) may be you are tring to append some text in the text field whose property is not selected as allow multiple values.
pls check as I feel these as probable cause

 1,075 pts.