I would like them to get re-initialize?1.I've tried running it at start time but there seen to be synchronization issue.2.I've tried with setTimeOut but It does seen to work
Teamsite 6.7.1Windows 20003SQLServerI have a Datacapture that have three list box that gets populated from three callserver to a DB.1.Item 1->List box get populate at initialisation2.Item 2->List box gets populate on the event onItemChange from item 13.Item 3->List box get populate on the event onItemChange from item 2And they are all dependant of each other meaning that listbox 2 will populate after the value of listbox 1 is setup, and listbox 3 depend on listbox 2(I hope this is clear)That part is working great when it's a new DCR.My Problem is when I'm opening an existing DCR the item 2 and 3 just pick up the values from the DCR.I would like them to get re-initialize?1.I've tried running it at start time but there seen to be synchronization issue.2.I've tried with setTimeOut but It does seen to work.FYI: The Items are from the datacapturemetadata_functionmetadata_subfunctionmetadata_activityI've also included my 3 callserver and the datacapture.I'm I using the proper approach for this? I did try with inline but that's another story... :-)I hope that you can help us because we been struggling with this issue for a some time now, your guidance is appreciated.Regards,
I've tried a few thing with no success,Is there any code that does this around.