After creating an initial record set with null information within the columns in the MS SQL Server, I keep getting a out of stack space error. The interesting thing is that the call to load these columns is not recursive in any way.
Does anyone know why the record set would continue to cycle instead of just loading the uGrid with the corresponding columns?
The form was being unloaded, if certain parameters weren't being met; there for, the form would reload itself for a good amount of time before giving that error.
I still grant you the points for trying to help me out.
:)
The form was being unloaded, if certain parameters weren't being met; there for, the form would reload itself for a good amount of time before giving that error.
I still grant you the points for trying to help me out.
:)