angelwraith Posted March 23, 2010 Author Share Posted March 23, 2010 I must confess I did not read through all posts, but from a glance your problems seems to be related to saving form lists?Elements added by ListAddForm are not saved, elements added by AddFormToFormList are. To work around CTDs on save, I dont use ListRemoveForm but instead ListReplaceForm with a dummy Null record. So if you iterate through the list, just skip these null records, and on reload all duplicated null entries seem to removed, so your list will not grow indefinitely. For me this has worked very well so far, you might wanna try it to avoid the dummy container. don't think that's my problem but thanks..I need this script to do a few things that that method would not allow.. (or would at least take a lot more script to support) for ex. these scripts use the index counts a lot soo havin extra entries would mess that up. thanks for the support but if you readthe orange text this is now 99.9% functional only with a random failure at load.. (an activaton issue)..to which a second activation fixes... and as soon as I am back at my desktop I think ill have it working the first time. also I really need the index o the form o be controlled at index 0.. and the fact tha that method needs a workaround to avoid ctd is a big red flag.. this method is completely stable.. I simple don't get CTD's ... ever. regardlesss.. the saving is not the problem.. but again thanks. Link to comment Share on other sites More sharing options...
angelwraith Posted March 23, 2010 Author Share Posted March 23, 2010 posting from cell phone and send screwed up sorry for multiple posts. Link to comment Share on other sites More sharing options...
angelwraith Posted March 23, 2010 Author Share Posted March 23, 2010 posting from cell phone and send screwed up sorry for multiple posts. Link to comment Share on other sites More sharing options...
Recommended Posts