You are viewing this page out of context. To see it in the context it is intended please click here.
About This Page
Reply posted by Vegard on Mon 25 Feb 2002 in response to Keeping the boss happy
Problems with the while loop...
Hi Jake.Very cool and dynamic this code:)
I have a problem thou:
The while loop is stopping before it reaches the end of the view.
While Not(ne Is Nothing)
Print|<tr><td align ="left">| + ne.ColumnValues(0) + |</td></tr>
Set ne = nv.GetNext( ne )
Wend
Do you have any idea of what the problems can be?
Thnx for your help