We developed an App with Q3 2009 SP1 and recently upgraded to Q1 2010 Beta. The following line of code now produces an error:
If TypeOf (rgvEDs.CurrentRow) Is GridViewRowInfo Then ' Ensure we have a data row, not a group or header
Error: GridViewRowInfo is not defined
Any idea? I searched the Object Browser and the class doesn't seem to exist anymore?!
If TypeOf (rgvEDs.CurrentRow) Is GridViewRowInfo Then ' Ensure we have a data row, not a group or header
Error: GridViewRowInfo is not defined
Any idea? I searched the Object Browser and the class doesn't seem to exist anymore?!