Vadim G Park 10.Aug.11 03:52 AM a Web browser Domino Server6.5.1Windows NT
Hi,
I've got a main doc with 5 responses, which i can see through a view that has no filter. But when i debug a code mainDoc.Responses consists of 6 docs. 6-th doc has no UniversalID (exactly it's equal to "") and all other fields is empty.
When following code returns curResp for 6-th doc it is not Nothing.
set curResp=mainDoc.Responses.GetNextDocument(curResp)
But when i try to refer to it i get the error
"Object variable not set"
If this phantom response really exists in a database why i can't see it in the view and why it has no UniversalID?