My windows opens a temp table and have some total fields which gets fill after having some calculation over data. as I press clear button and retrieve that same record, calculation redo and instead of showing correct amount it doubles the figure, on first fetch if amount is $100 then in second fetch of same record it should show $100 but it shows $200. How can I refresh the temp table buffer?
*This post is locked for comments