hello.
The grid's table type is regular.
The data in the table is being inserted as an insert function.
The selectionChanged function was used to include:
/// </summary>
public void selectionChanged()
{
super();
TYM_OrderProgressStatus_Temp transLoc;
str c;
c=TYM_OrderProgressStatus_Temp.OrderNo;
for (transLoc = TYM_OrderProgressStatus_Temp_ds.getFirst(1);transLoc;transLoc = TYM_OrderProgressStatus_Temp_ds.getNext())
{
while select transLoc
where transLoc.orderno == c
{
TYM_OrderProgressStatus_Temp_ds.markRecord(transLoc, true);
}
}
Mark it like the picture, and the grid disappears.
Thanks and Regards