chpicker
Programmer
- Apr 10, 2001
- 1,316
Does anyone have any ideas why this line would cause a fatal error with exception code C000000E?
thisform.grid1.columns(i+2).addobject("text1","schedbox"
This line is part of my form.activate code, which executes fine when the form comes up. Whenever I wish to reset the data on the form and redraw the grid, I call the activate code again manually. This works fine as many times as I do it until I actually make changes to the data. The next time I try to call the activate code after making any changes, it crashes.
The Microsoft MSDN web site lists quite a few possible causes of this particular exception code, and none of the items I found have any bearing on my situation. Does anyone have any ideas?
thisform.grid1.columns(i+2).addobject("text1","schedbox"
This line is part of my form.activate code, which executes fine when the form comes up. Whenever I wish to reset the data on the form and redraw the grid, I call the activate code again manually. This works fine as many times as I do it until I actually make changes to the data. The next time I try to call the activate code after making any changes, it crashes.
The Microsoft MSDN web site lists quite a few possible causes of this particular exception code, and none of the items I found have any bearing on my situation. Does anyone have any ideas?