I have been using the same technique without issues for a while, now suddenly it is not working on one particular data set.
I added this line for testing and as you can see the first Map is there:
But when I step to the next line I get my map is not initialized:
To be clear
I have used this technique a dozen times before in this project and the others all work fine.
The only difference I can see is the data returned contains some large(for me) strings with a lot of CRLFs as you an see in the first shot.
Any ideas greatly appreciated.
Dim LL As List = req.DBResultToMap(res)
sets the mapI added this line for testing and as you can see the first Map is there:
But when I step to the next line I get my map is not initialized:
To be clear
Dim Crsr As Map = LL.Get(0)
was added only as a test because the the For Each was failing.I have used this technique a dozen times before in this project and the others all work fine.
The only difference I can see is the data returned contains some large(for me) strings with a lot of CRLFs as you an see in the first shot.
Any ideas greatly appreciated.