Hello Everyone
first pic
i
Second pic

public void executeQuery()
{
str myStrResultGet ;
QueryBuildRange qbr;
myStrResultGet=CustGroupId.valueStr();
qbr = this.query().dataSourceTable(tableNum(SalesTable)).addRange(fieldNum(SalesTable,CustGroup));
qbr.value(myStrResultGet);
super();
}
my problem in second pic when i change the customer group selection for the second time the grid save old records and show it with new selection
thank in advance.
*This post is locked for comments
I have the same question (0)