Subject IB_Grid & Order by clause
Author gsbrown@GerBreOwn.com
I have a field that is defined as boolean in the IB_Query component.
I have the field in the table defined as a "SmallInt" and in the
IB_Query the field is defined as boolean with True = 1 and False = 0.

When I use an "Order by" clause in my IB_Query the IB_Grid display
shows the check box for all the rows EXCEPT the first and last row.
If I eleminate the "Order by" clause then all rows have the check box.
This happens on my grid on my form and also in the IB_Query data grid
screen.

Any thoughts as to why the check box is not showing?

Gerald S. Brown