Create Modified method in Grid method of lookup Currency
public boolean modified()
{
boolean ret;
ret = super();
CustTable.CurrencyValue = CustTable.CurrencyCodeValue();
This is form DS table name Create new Method, that will probably return exchange rate based on currency u select
CustTable_ds.reread();
CustTable_ds.refresh();
return ret;
}