A
Agnes
in Mydatagrid, there is two columns "currency","exchangerate"
as the user input 'currency' , the exchangerate should be showed
dgMarking(currentCell.RowNumber, 2) = dtCurrency.exchangerate
I use messagebox.show to test the 'dtCurrency.exchangerate', it is correct.
however, nothing changed in dgMarking......
Please help
as the user input 'currency' , the exchangerate should be showed
dgMarking(currentCell.RowNumber, 2) = dtCurrency.exchangerate
I use messagebox.show to test the 'dtCurrency.exchangerate', it is correct.
however, nothing changed in dgMarking......
Please help