
You can just set property “Auto refresh data” of a button to Yes or alternatively via x++ you can use this code
datasource.refresh();
datasource.research(true);
You can just set property “Auto refresh data” of a button to Yes or alternatively via x++ you can use this code
datasource.refresh();
datasource.research(true);