Hi everyone!
When running a debug session through a view in a template db:
…
Set entry = nav.Getfirst()
While Not (entry Is Nothing)
…
Set entry = nav.Getnext(entry) ← Here!
Wend
<-Here - I get an error “Entry not found in index”.
What’s wrong?
By the way, this thing is often followed by “NSD is running”…
Thanks in advance,
Dmitry.