Estelle 2 Morin 16.Jun.09 10:26 AM a Web browser Domino Designer7.0.2 FP1Windows XP
Hi!
i use this code to remove item:
Set item = newdoc.GetFirstItem( "reed" )
While Not item Is Nothing
Call item.Remove
Set item = newdoc.GetFirstItem( "reed" )
Wend
and it's work well but, to delete item number, it's not working.