RE: addLVItem crash
- Posted by Jonas Temple <jktemple at yhti.net> Apr 23, 2002
- 381 views
You need to make sure that all elements of the sequence you are adding to the list view contain sequences, not atoms. In other words, if one of your columns in your list view is a number you will want to use the appropriate sprintf() routine to create a character sequence. HTH, Jonas