Retsam
14 years agoNew Contributor
VBObject() vs. Window() for same control
So I'm looking at two different grids (I'm pretty sure they're Sheridan data grids) in different parts of an application. One of them is directly a child of its parent form and is recognized by TestComplete as a VBObject, and has useful fields such as Cols, Rows, etc. The other is nested several levels deep beneath its parent form, and is only recognized as a basic Window() option, and has no useful fields.
Again, I could be wrong, but I feel that these really are the same type of object and would be able to access the second like the first if it were only recognized by TestComplete. (They both have the same WndClass "afx:27800000" if that means anything)
Again, I could be wrong, but I feel that these really are the same type of object and would be able to access the second like the first if it were only recognized by TestComplete. (They both have the same WndClass "afx:27800000" if that means anything)