Hi Community
When there is no more data in my datatable I get the error shown below.
Now this should not be an issues as long as I can use Try/catch and assign, a boolean called NoMoreData to true, in the catch. However the catch is not triggered when Try fails, as shown in the image.
Any suggestion is appreciated =D