Hey guys,
I think I've found a bug in the ListView library... It seems whenever I create a listview and load it on a secondary form, then call the form and load sql data into it - it dies.
I get an error "Error loading Program. Value does not fall within the expected range".
The funny part is that it works FINE on the PC, but dies on my Windows CE and Mobile devices. Also, If I disable the "FlushRTtable" function that occurs on load of the form and then click the button (It's called delete but its mapped to "FlushRTtable") - then it loads the data without error.
The goal is to load the list view in this secondary form and then have the data automatically populate. I'm open to suggestions.
I've crafted a subset of my main app below that causes the error to occur - I tried to strip everything out as much as possible to see if I could find the error. The application still uses the SQL library, the fggradientbutton library, and (obviously) the listview library.
Any help would be welcome!
I think I've found a bug in the ListView library... It seems whenever I create a listview and load it on a secondary form, then call the form and load sql data into it - it dies.
I get an error "Error loading Program. Value does not fall within the expected range".
The funny part is that it works FINE on the PC, but dies on my Windows CE and Mobile devices. Also, If I disable the "FlushRTtable" function that occurs on load of the form and then click the button (It's called delete but its mapped to "FlushRTtable") - then it loads the data without error.
The goal is to load the list view in this secondary form and then have the data automatically populate. I'm open to suggestions.
I've crafted a subset of my main app below that causes the error to occur - I tried to strip everything out as much as possible to see if I could find the error. The application still uses the SQL library, the fggradientbutton library, and (obviously) the listview library.
Any help would be welcome!